diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index 4fd3252..a93d662 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pve-rs" -version = "0.8.10" +version = "0.8.11" description = "PVE parts which have been ported to Rust" homepage = "https://www.proxmox.com" authors = ["Proxmox Support Team "] diff --git a/pve-rs/debian/changelog b/pve-rs/debian/changelog index 60d8a33..ffdab4e 100644 --- a/pve-rs/debian/changelog +++ b/pve-rs/debian/changelog @@ -1,3 +1,17 @@ +libpve-rs-perl (0.8.11) bookworm; urgency=medium + + * update proxmox-subscription to 0.5 + + * pve: update proxmox-apt to >= 0.11.4 to ensure new Ceph Squid repos are + available + + * notify: add bindings for webhook API routes + + * notify: add bindings for get_targets, which allows us to drop the impl of + that function on the perl side. + + -- Proxmox Support Team Mon, 11 Nov 2024 20:41:54 +0100 + libpve-rs-perl (0.8.10) bookworm; urgency=medium * use apt api implementation from the proxmox-apt crate