noitfy: bump version to 0.5.1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
bfe099f4f1
commit
42d1128d9d
@ -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
|
||||
|
@ -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 <support@proxmox.com> 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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user