From 27a7f2e2529770de8802ce92bc096a67c18b9fa6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 10 Jan 2024 14:20:00 +0100 Subject: [PATCH] pve: bump version to 0.8.8 Signed-off-by: Wolfgang Bumiller --- pve-rs/Cargo.toml | 2 +- pve-rs/debian/changelog | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index ba30e9d..5fcebf3 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pve-rs" -version = "0.8.7" +version = "0.8.8" 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 c6fc24a..8e10dcb 100644 --- a/pve-rs/debian/changelog +++ b/pve-rs/debian/changelog @@ -1,3 +1,15 @@ +libpve-rs-perl (0.8.8) bookworm; urgency=medium + + * notify: include 'hostname' and 'type' metadata fields for forwarded mails + + * notify: smtp: forward original message instead of nesting + + * notify: smtp: add 'Auto-Submitted' header to email body + + * notify: api: allow resetting built-in targets if used by a matcher + + -- Proxmox Support Team Wed, 10 Jan 2024 14:19:47 +0100 + libpve-rs-perl (0.8.7) bookworm; urgency=medium * notify: adapt to new matcher-based notification routing