]> git.proxmox.com Git - pve-esxi-import-tools.git/commitdiff
bump version to 0.3.0
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 22 Mar 2024 15:14:31 +0000 (16:14 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 22 Mar 2024 15:14:31 +0000 (16:14 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/changelog

index 0708d49760dc777e3e1cac555ee87e27dc4a1268..1851f2461036320c32029d29ed441de95ee95d9c 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "esxi-folder-fuse"
-version = "0.2.0"
+version = "0.3.0"
 edition = "2021"
 authors = [ "Wolfgang Bumiller <w.bumiller@proxmox.com>" ]
 license = "AGPL-3"
index adbd486bbc13d2d9eb677616653adbb390794675..b80e0b5fece1a3237a94e44647ea08373ab69ee4 100644 (file)
@@ -1,3 +1,16 @@
+pve-esxi-import-tools (0.3.0) bookworm; urgency=medium
+
+  * make datastores discoverable
+
+  * esxi api client: output connection error via stderr
+
+  * esxi api client: make cert validation errors show a more consise
+    message
+
+  * reduce log spam on startup, log when the mount is ready
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 22 Mar 2024 16:13:53 +0100
+
 pve-esxi-import-tools (0.2.0) bookworm; urgency=medium
 
   * rename --insecure option to slightly more telling --skip-cert-verification