diff --git a/proxmox-notify/Cargo.toml b/proxmox-notify/Cargo.toml index 64e3ab74..2e46b14b 100644 --- a/proxmox-notify/Cargo.toml +++ b/proxmox-notify/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-notify" -version = "0.2.0" +version = "0.3.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-notify/debian/changelog b/proxmox-notify/debian/changelog index dccddb8d..db62a946 100644 --- a/proxmox-notify/debian/changelog +++ b/proxmox-notify/debian/changelog @@ -1,3 +1,19 @@ +rust-proxmox-notify (0.3.0-1) bookworm; urgency=medium + + * notify: introduce Error::Generic + + * notify: replace filters and groups with matcher-based system + + * notify: add calendar matcher + + * notify: add 'smtp' endpoint + + * notify: add 'disable' parameter for matchers and targets + + * notify: add built-in config and 'origin' parameter + + -- Proxmox Support Team Fri, 17 Nov 2023 08:38:54 +0100 + rust-proxmox-notify (0.2.0-1) bookworm; urgency=medium * fix build warnings and tests when the default features are disabled diff --git a/proxmox-notify/debian/control b/proxmox-notify/debian/control index cf7144c3..251e4177 100644 --- a/proxmox-notify/debian/control +++ b/proxmox-notify/debian/control @@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 12), librust-proxmox-section-config-2+default-dev , librust-proxmox-serde-0.1+default-dev (>= 0.1.1-~~) , librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~) , - librust-proxmox-sys-0.5+default-dev , + librust-proxmox-sys-0.5+default-dev (>= 0.5.1-~~) , librust-proxmox-time-1+default-dev (>= 1.1.4-~~) , librust-regex-1+default-dev (>= 1.5-~~) , librust-serde-1+default-dev , @@ -67,8 +67,8 @@ Suggests: librust-proxmox-notify+smtp-dev (= ${binary:Version}) Provides: librust-proxmox-notify-0-dev (= ${binary:Version}), - librust-proxmox-notify-0.2-dev (= ${binary:Version}), - librust-proxmox-notify-0.2.0-dev (= ${binary:Version}) + librust-proxmox-notify-0.3-dev (= ${binary:Version}), + librust-proxmox-notify-0.3.0-dev (= ${binary:Version}) Description: Rust crate "proxmox-notify" - Rust source code This package contains the source for the Rust proxmox-notify crate, packaged by debcargo for use with cargo and dh-cargo. @@ -84,8 +84,8 @@ Depends: librust-proxmox-notify+smtp-dev (= ${binary:Version}) Provides: librust-proxmox-notify-0+default-dev (= ${binary:Version}), - librust-proxmox-notify-0.2+default-dev (= ${binary:Version}), - librust-proxmox-notify-0.2.0+default-dev (= ${binary:Version}) + librust-proxmox-notify-0.3+default-dev (= ${binary:Version}), + librust-proxmox-notify-0.3.0+default-dev (= ${binary:Version}) Description: Rust crate "proxmox-notify" - feature "default" This metapackage enables feature "default" for the Rust proxmox-notify crate, by pulling in any additional dependencies needed by that feature. @@ -100,8 +100,8 @@ Depends: librust-proxmox-http-0.9+default-dev Provides: librust-proxmox-notify-0+gotify-dev (= ${binary:Version}), - librust-proxmox-notify-0.2+gotify-dev (= ${binary:Version}), - librust-proxmox-notify-0.2.0+gotify-dev (= ${binary:Version}) + librust-proxmox-notify-0.3+gotify-dev (= ${binary:Version}), + librust-proxmox-notify-0.3.0+gotify-dev (= ${binary:Version}) Description: Rust crate "proxmox-notify" - feature "gotify" This metapackage enables feature "gotify" for the Rust proxmox-notify crate, by pulling in any additional dependencies needed by that feature. @@ -115,8 +115,8 @@ Depends: librust-mail-parser-0.8+default-dev (>= 0.8.2-~~) Provides: librust-proxmox-notify-0+mail-forwarder-dev (= ${binary:Version}), - librust-proxmox-notify-0.2+mail-forwarder-dev (= ${binary:Version}), - librust-proxmox-notify-0.2.0+mail-forwarder-dev (= ${binary:Version}) + librust-proxmox-notify-0.3+mail-forwarder-dev (= ${binary:Version}), + librust-proxmox-notify-0.3.0+mail-forwarder-dev (= ${binary:Version}) Description: Rust crate "proxmox-notify" - 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. @@ -127,19 +127,19 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-proxmox-notify-dev (= ${binary:Version}), - librust-proxmox-sys-0.5+default-dev + librust-proxmox-sys-0.5+default-dev (>= 0.5.1-~~) Provides: librust-proxmox-notify+pve-context-dev (= ${binary:Version}), librust-proxmox-notify+sendmail-dev (= ${binary:Version}), librust-proxmox-notify-0+pbs-context-dev (= ${binary:Version}), librust-proxmox-notify-0+pve-context-dev (= ${binary:Version}), librust-proxmox-notify-0+sendmail-dev (= ${binary:Version}), - librust-proxmox-notify-0.2+pbs-context-dev (= ${binary:Version}), - librust-proxmox-notify-0.2+pve-context-dev (= ${binary:Version}), - librust-proxmox-notify-0.2+sendmail-dev (= ${binary:Version}), - librust-proxmox-notify-0.2.0+pbs-context-dev (= ${binary:Version}), - librust-proxmox-notify-0.2.0+pve-context-dev (= ${binary:Version}), - librust-proxmox-notify-0.2.0+sendmail-dev (= ${binary:Version}) + librust-proxmox-notify-0.3+pbs-context-dev (= ${binary:Version}), + librust-proxmox-notify-0.3+pve-context-dev (= ${binary:Version}), + librust-proxmox-notify-0.3+sendmail-dev (= ${binary:Version}), + librust-proxmox-notify-0.3.0+pbs-context-dev (= ${binary:Version}), + librust-proxmox-notify-0.3.0+pve-context-dev (= ${binary:Version}), + librust-proxmox-notify-0.3.0+sendmail-dev (= ${binary:Version}) Description: Rust crate "proxmox-notify" - feature "pbs-context" and 2 more This metapackage enables feature "pbs-context" for the Rust proxmox-notify crate, by pulling in any additional dependencies needed by that feature. @@ -156,8 +156,8 @@ Depends: librust-lettre-0.11+default-dev (>= 0.11.1-~~) Provides: librust-proxmox-notify-0+smtp-dev (= ${binary:Version}), - librust-proxmox-notify-0.2+smtp-dev (= ${binary:Version}), - librust-proxmox-notify-0.2.0+smtp-dev (= ${binary:Version}) + librust-proxmox-notify-0.3+smtp-dev (= ${binary:Version}), + librust-proxmox-notify-0.3.0+smtp-dev (= ${binary:Version}) Description: Rust crate "proxmox-notify" - feature "smtp" This metapackage enables feature "smtp" for the Rust proxmox-notify crate, by pulling in any additional dependencies needed by that feature.