From 42d1128d9de1ba47aea632d5ab77aaf4f830a824 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 26 Nov 2024 14:38:56 +0100 Subject: [PATCH] noitfy: bump version to 0.5.1 Signed-off-by: Thomas Lamprecht --- proxmox-notify/Cargo.toml | 2 +- proxmox-notify/debian/changelog | 14 ++++++++++++++ proxmox-notify/debian/control | 22 +++++++++++----------- 3 files changed, 26 insertions(+), 12 deletions(-) diff --git a/proxmox-notify/Cargo.toml b/proxmox-notify/Cargo.toml index 5e27d9ec..b5b3719e 100644 --- a/proxmox-notify/Cargo.toml +++ b/proxmox-notify/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-notify" description = "implementation of notification base and plugins" -version = "0.5.0" +version = "0.5.1" authors.workspace = true edition.workspace = true diff --git a/proxmox-notify/debian/changelog b/proxmox-notify/debian/changelog index 7f6b2310..65bcd8a0 100644 --- a/proxmox-notify/debian/changelog +++ b/proxmox-notify/debian/changelog @@ -1,3 +1,17 @@ +rust-proxmox-notify (0.5.1-1) bookworm; urgency=medium + + * sendmail: various cleanups and refactoring + + * sendmail: always send multi-part message to improve rendering in certain + mail clients. + + * remove irritating 'html template not found' log message for now. + + * gotify, webhooks: timeout requests after 10 seconds to avoid blocking any + API thread/worker-process for too long. + + -- Proxmox Support Team Tue, 26 Nov 2024 14:19:09 +0100 + rust-proxmox-notify (0.5.0-1) bookworm; urgency=medium * implement webhook targets and api to manage them diff --git a/proxmox-notify/debian/control b/proxmox-notify/debian/control index be693317..d4b6fcd1 100644 --- a/proxmox-notify/debian/control +++ b/proxmox-notify/debian/control @@ -78,7 +78,7 @@ Suggests: Provides: librust-proxmox-notify-0-dev (= ${binary:Version}), librust-proxmox-notify-0.5-dev (= ${binary:Version}), - librust-proxmox-notify-0.5.0-dev (= ${binary:Version}) + librust-proxmox-notify-0.5.1-dev (= ${binary:Version}) Description: Notification base and plugins - Rust source code Source code for Debianized Rust crate "proxmox-notify" @@ -95,7 +95,7 @@ Depends: Provides: librust-proxmox-notify-0+default-dev (= ${binary:Version}), librust-proxmox-notify-0.5+default-dev (= ${binary:Version}), - librust-proxmox-notify-0.5.0+default-dev (= ${binary:Version}) + librust-proxmox-notify-0.5.1+default-dev (= ${binary:Version}) Description: Notification base and plugins - feature "default" This metapackage enables feature "default" for the Rust proxmox-notify crate, by pulling in any additional dependencies needed by that feature. @@ -111,7 +111,7 @@ Depends: Provides: librust-proxmox-notify-0+gotify-dev (= ${binary:Version}), librust-proxmox-notify-0.5+gotify-dev (= ${binary:Version}), - librust-proxmox-notify-0.5.0+gotify-dev (= ${binary:Version}) + librust-proxmox-notify-0.5.1+gotify-dev (= ${binary:Version}) Description: Notification base and plugins - feature "gotify" This metapackage enables feature "gotify" for the Rust proxmox-notify crate, by pulling in any additional dependencies needed by that feature. @@ -127,7 +127,7 @@ Depends: Provides: librust-proxmox-notify-0+mail-forwarder-dev (= ${binary:Version}), librust-proxmox-notify-0.5+mail-forwarder-dev (= ${binary:Version}), - librust-proxmox-notify-0.5.0+mail-forwarder-dev (= ${binary:Version}) + librust-proxmox-notify-0.5.1+mail-forwarder-dev (= ${binary:Version}) Description: Notification base and plugins - feature "mail-forwarder" This metapackage enables feature "mail-forwarder" for the Rust proxmox-notify crate, by pulling in any additional dependencies needed by that feature. @@ -145,8 +145,8 @@ Provides: librust-proxmox-notify-0+pve-context-dev (= ${binary:Version}), librust-proxmox-notify-0.5+pbs-context-dev (= ${binary:Version}), librust-proxmox-notify-0.5+pve-context-dev (= ${binary:Version}), - librust-proxmox-notify-0.5.0+pbs-context-dev (= ${binary:Version}), - librust-proxmox-notify-0.5.0+pve-context-dev (= ${binary:Version}) + librust-proxmox-notify-0.5.1+pbs-context-dev (= ${binary:Version}), + librust-proxmox-notify-0.5.1+pve-context-dev (= ${binary:Version}) Description: Notification base and plugins - feature "pbs-context" and 1 more This metapackage enables feature "pbs-context" for the Rust proxmox-notify crate, by pulling in any additional dependencies needed by that feature. @@ -164,7 +164,7 @@ Depends: Provides: librust-proxmox-notify-0+sendmail-dev (= ${binary:Version}), librust-proxmox-notify-0.5+sendmail-dev (= ${binary:Version}), - librust-proxmox-notify-0.5.0+sendmail-dev (= ${binary:Version}) + librust-proxmox-notify-0.5.1+sendmail-dev (= ${binary:Version}) Description: Notification base and plugins - feature "sendmail" This metapackage enables feature "sendmail" for the Rust proxmox-notify crate, by pulling in any additional dependencies needed by that feature. @@ -179,7 +179,7 @@ Depends: Provides: librust-proxmox-notify-0+smtp-dev (= ${binary:Version}), librust-proxmox-notify-0.5+smtp-dev (= ${binary:Version}), - librust-proxmox-notify-0.5.0+smtp-dev (= ${binary:Version}) + librust-proxmox-notify-0.5.1+smtp-dev (= ${binary:Version}) Description: Notification base and plugins - feature "smtp" This metapackage enables feature "smtp" for the Rust proxmox-notify crate, by pulling in any additional dependencies needed by that feature. @@ -193,12 +193,12 @@ Depends: librust-base64-0.13+default-dev, librust-http-0.2+default-dev, librust-percent-encoding-2+default-dev (>= 2.1-~~), - librust-proxmox-http-0.9+client-sync-dev (>= 0.9.2-~~), - librust-proxmox-http-0.9+default-dev (>= 0.9.2-~~) + librust-proxmox-http-0.9+client-sync-dev (>= 0.9.4-~~), + librust-proxmox-http-0.9+default-dev (>= 0.9.4-~~) Provides: librust-proxmox-notify-0+webhook-dev (= ${binary:Version}), librust-proxmox-notify-0.5+webhook-dev (= ${binary:Version}), - librust-proxmox-notify-0.5.0+webhook-dev (= ${binary:Version}) + librust-proxmox-notify-0.5.1+webhook-dev (= ${binary:Version}) Description: Notification base and plugins - feature "webhook" This metapackage enables feature "webhook" for the Rust proxmox-notify crate, by pulling in any additional dependencies needed by that feature.