pve: bump version to 0.8.11

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-11-11 20:42:11 +01:00
parent 2a107dd8e0
commit 64fafc6913
2 changed files with 15 additions and 1 deletions

View File

@ -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 <support@proxmox.com>"]

View File

@ -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 <support@proxmox.com> 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