diff --git a/Cargo.toml b/Cargo.toml index ddc60595..e83eb415 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -134,7 +134,7 @@ proxmox-log= { version = "0.2.0", path = "proxmox-log" } proxmox-login = { version = "0.1.0", path = "proxmox-login" } proxmox-product-config = { version = "0.2.0", path = "proxmox-product-config" } proxmox-config-digest = { version = "0.1.0", path = "proxmox-config-digest" } -proxmox-rest-server = { version = "0.6.0", path = "proxmox-rest-server" } +proxmox-rest-server = { version = "0.7.0", path = "proxmox-rest-server" } proxmox-router = { version = "2.1.5", path = "proxmox-router" } proxmox-schema = { version = "3.1.2", path = "proxmox-schema" } proxmox-section-config = { version = "2.0.0", path = "proxmox-section-config" } diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index 1fc292d3..3f69e550 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-rest-server" -version = "0.6.0" +version = "0.7.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-rest-server/debian/changelog b/proxmox-rest-server/debian/changelog index acb21dca..6b121095 100644 --- a/proxmox-rest-server/debian/changelog +++ b/proxmox-rest-server/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox-rest-server (0.7.0-1) bookworm; urgency=medium + + * removed the 'daemon' module + - the systemd notify functionality is in proxmox-systemd + - the reloadable-server-daemon creation in proxmox-daemon's server module + + * moved the command socket code to proxmox-daemon + + -- Proxmox Support Team Wed, 24 Jul 2024 14:24:14 +0200 + rust-proxmox-rest-server (0.6.0-1) bookworm; urgency=medium * switch to WorkerTaskContext from new proxmox-worker-task crate diff --git a/proxmox-rest-server/debian/control b/proxmox-rest-server/debian/control index 4e897d33..ee1969dc 100644 --- a/proxmox-rest-server/debian/control +++ b/proxmox-rest-server/debian/control @@ -20,16 +20,17 @@ Build-Depends: debhelper (>= 12), librust-percent-encoding-2+default-dev (>= 2.1-~~) , librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~) , librust-proxmox-compression-0.2+default-dev (>= 0.2.3-~~) , - librust-proxmox-io-1+default-dev (>= 1.1.0-~~) , + librust-proxmox-daemon-0.1+default-dev , librust-proxmox-lang-1+default-dev (>= 1.3-~~) , - librust-proxmox-log-0.1+default-dev , + librust-proxmox-log-0.2+default-dev , librust-proxmox-router-2+default-dev (>= 2.1.5-~~) , - librust-proxmox-schema-3+api-macro-dev (>= 3.1.1-~~) , - librust-proxmox-schema-3+default-dev (>= 3.1.1-~~) , - librust-proxmox-schema-3+upid-api-impl-dev (>= 3.1.1-~~) , + librust-proxmox-schema-3+api-macro-dev (>= 3.1.2-~~) , + librust-proxmox-schema-3+default-dev (>= 3.1.2-~~) , + librust-proxmox-schema-3+upid-api-impl-dev (>= 3.1.2-~~) , librust-proxmox-sys-0.6+default-dev , librust-proxmox-sys-0.6+logrotate-dev , librust-proxmox-sys-0.6+timer-dev , + librust-proxmox-systemd-0.1+default-dev , librust-proxmox-time-2+default-dev , librust-proxmox-worker-task-0.1+default-dev , librust-regex-1+default-dev (>= 1.5-~~) , @@ -70,16 +71,17 @@ Depends: librust-percent-encoding-2+default-dev (>= 2.1-~~), librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~), librust-proxmox-compression-0.2+default-dev (>= 0.2.3-~~), - librust-proxmox-io-1+default-dev (>= 1.1.0-~~), + librust-proxmox-daemon-0.1+default-dev, librust-proxmox-lang-1+default-dev (>= 1.3-~~), - librust-proxmox-log-0.1+default-dev, + librust-proxmox-log-0.2+default-dev, librust-proxmox-router-2+default-dev (>= 2.1.5-~~), - librust-proxmox-schema-3+api-macro-dev (>= 3.1.1-~~), - librust-proxmox-schema-3+default-dev (>= 3.1.1-~~), - librust-proxmox-schema-3+upid-api-impl-dev (>= 3.1.1-~~), + librust-proxmox-schema-3+api-macro-dev (>= 3.1.2-~~), + librust-proxmox-schema-3+default-dev (>= 3.1.2-~~), + librust-proxmox-schema-3+upid-api-impl-dev (>= 3.1.2-~~), librust-proxmox-sys-0.6+default-dev, librust-proxmox-sys-0.6+logrotate-dev, librust-proxmox-sys-0.6+timer-dev, + librust-proxmox-systemd-0.1+default-dev, librust-proxmox-time-2+default-dev, librust-proxmox-worker-task-0.1+default-dev, librust-regex-1+default-dev (>= 1.5-~~), @@ -101,10 +103,10 @@ Provides: librust-proxmox-rest-server+default-dev (= ${binary:Version}), librust-proxmox-rest-server-0-dev (= ${binary:Version}), librust-proxmox-rest-server-0+default-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.6-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.6+default-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.6.0-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.6.0+default-dev (= ${binary:Version}) + librust-proxmox-rest-server-0.7-dev (= ${binary:Version}), + librust-proxmox-rest-server-0.7+default-dev (= ${binary:Version}), + librust-proxmox-rest-server-0.7.0-dev (= ${binary:Version}), + librust-proxmox-rest-server-0.7.0+default-dev (= ${binary:Version}) Description: REST server implementation - Rust source code Source code for Debianized Rust crate "proxmox-rest-server" @@ -118,8 +120,8 @@ Depends: librust-proxmox-http-0.9+rate-limited-stream-dev (>= 0.9.2-~~) Provides: librust-proxmox-rest-server-0+rate-limited-stream-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.6+rate-limited-stream-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.6.0+rate-limited-stream-dev (= ${binary:Version}) + librust-proxmox-rest-server-0.7+rate-limited-stream-dev (= ${binary:Version}), + librust-proxmox-rest-server-0.7.0+rate-limited-stream-dev (= ${binary:Version}) Description: REST server implementation - feature "rate-limited-stream" This metapackage enables feature "rate-limited-stream" for the Rust proxmox- rest-server crate, by pulling in any additional dependencies needed by that @@ -134,8 +136,8 @@ Depends: librust-handlebars-3+default-dev Provides: librust-proxmox-rest-server-0+templates-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.6+templates-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.6.0+templates-dev (= ${binary:Version}) + librust-proxmox-rest-server-0.7+templates-dev (= ${binary:Version}), + librust-proxmox-rest-server-0.7.0+templates-dev (= ${binary:Version}) Description: REST server implementation - feature "templates" This metapackage enables feature "templates" for the Rust proxmox-rest-server crate, by pulling in any additional dependencies needed by that feature.