diff --git a/Cargo.toml b/Cargo.toml index fd34f4b2..de79f7ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -105,7 +105,7 @@ proxmox-human-byte = { version = "0.1.0", path = "proxmox-human-byte" } proxmox-io = { version = "1.0.0", path = "proxmox-io" } proxmox-lang = { version = "1.1", path = "proxmox-lang" } proxmox-login = { version = "0.1.0", path = "proxmox-login" } -proxmox-rest-server = { version = "0.5.0", path = "proxmox-rest-server" } +proxmox-rest-server = { version = "0.5.2", path = "proxmox-rest-server" } proxmox-router = { version = "2.1.3", path = "proxmox-router" } proxmox-schema = { version = "3.0.0", 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 b41d0ca0..94330ff1 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-rest-server" -version = "0.5.1" +version = "0.5.2" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-rest-server/debian/changelog b/proxmox-rest-server/debian/changelog index bb1d3539..028ebbb5 100644 --- a/proxmox-rest-server/debian/changelog +++ b/proxmox-rest-server/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox-rest-server (0.5.2-1) bookworm; urgency=medium + + * support unix sockets in create_daemon + + * support configuring the privileged connection + + * build with proxmox-schema 3 + + -- Proxmox Support Team Fri, 02 Feb 2024 13:58:01 +0100 + rust-proxmox-rest-server (0.5.1-1) bookworm; urgency=medium * do not use formatter for auth errors, instead, return HTTP 401 diff --git a/proxmox-rest-server/debian/control b/proxmox-rest-server/debian/control index 4e3faee0..6f28ff60 100644 --- a/proxmox-rest-server/debian/control +++ b/proxmox-rest-server/debian/control @@ -22,14 +22,14 @@ Build-Depends: debhelper (>= 12), librust-proxmox-compression-0.2+default-dev , librust-proxmox-io-1+default-dev , librust-proxmox-lang-1+default-dev (>= 1.1-~~) , - librust-proxmox-router-2+default-dev (>= 2.1.1-~~) , - librust-proxmox-schema-2+api-macro-dev , - librust-proxmox-schema-2+default-dev , - librust-proxmox-schema-2+upid-api-impl-dev , + librust-proxmox-router-2+default-dev (>= 2.1.3-~~) , + librust-proxmox-schema-3+api-macro-dev , + librust-proxmox-schema-3+default-dev , + librust-proxmox-schema-3+upid-api-impl-dev , librust-proxmox-sys-0.5+default-dev (>= 0.5.1-~~) , librust-proxmox-sys-0.5+logrotate-dev (>= 0.5.1-~~) , librust-proxmox-sys-0.5+timer-dev (>= 0.5.1-~~) , - librust-proxmox-time-1+default-dev (>= 1.1.4-~~) , + librust-proxmox-time-1+default-dev (>= 1.1.6-~~) , librust-regex-1+default-dev (>= 1.5-~~) , librust-serde-1+default-dev , librust-serde-1+derive-dev , @@ -42,7 +42,7 @@ Build-Depends: debhelper (>= 12), librust-tower-service-0.3+default-dev , librust-url-2+default-dev (>= 2.2-~~) Maintainer: Proxmox Support Team -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Git: git://git.proxmox.com/git/proxmox.git Vcs-Browser: https://git.proxmox.com/?p=proxmox.git X-Cargo-Crate: proxmox-rest-server @@ -69,14 +69,14 @@ Depends: librust-proxmox-compression-0.2+default-dev, librust-proxmox-io-1+default-dev, librust-proxmox-lang-1+default-dev (>= 1.1-~~), - librust-proxmox-router-2+default-dev (>= 2.1.1-~~), - librust-proxmox-schema-2+api-macro-dev, - librust-proxmox-schema-2+default-dev, - librust-proxmox-schema-2+upid-api-impl-dev, + librust-proxmox-router-2+default-dev (>= 2.1.3-~~), + librust-proxmox-schema-3+api-macro-dev, + librust-proxmox-schema-3+default-dev, + librust-proxmox-schema-3+upid-api-impl-dev, librust-proxmox-sys-0.5+default-dev (>= 0.5.1-~~), librust-proxmox-sys-0.5+logrotate-dev (>= 0.5.1-~~), librust-proxmox-sys-0.5+timer-dev (>= 0.5.1-~~), - librust-proxmox-time-1+default-dev (>= 1.1.4-~~), + librust-proxmox-time-1+default-dev (>= 1.1.6-~~), librust-regex-1+default-dev (>= 1.5-~~), librust-serde-1+default-dev, librust-serde-1+derive-dev, @@ -97,11 +97,10 @@ Provides: librust-proxmox-rest-server-0+default-dev (= ${binary:Version}), librust-proxmox-rest-server-0.5-dev (= ${binary:Version}), librust-proxmox-rest-server-0.5+default-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.5.1-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.5.1+default-dev (= ${binary:Version}) + librust-proxmox-rest-server-0.5.2-dev (= ${binary:Version}), + librust-proxmox-rest-server-0.5.2+default-dev (= ${binary:Version}) Description: REST server implementation - Rust source code - This package contains the source for the Rust proxmox-rest-server crate, - packaged by debcargo for use with cargo and dh-cargo. + Source code for Debianized Rust crate "proxmox-rest-server" Package: librust-proxmox-rest-server+rate-limited-stream-dev Architecture: any @@ -114,7 +113,7 @@ Depends: Provides: librust-proxmox-rest-server-0+rate-limited-stream-dev (= ${binary:Version}), librust-proxmox-rest-server-0.5+rate-limited-stream-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.5.1+rate-limited-stream-dev (= ${binary:Version}) + librust-proxmox-rest-server-0.5.2+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 @@ -130,7 +129,7 @@ Depends: Provides: librust-proxmox-rest-server-0+templates-dev (= ${binary:Version}), librust-proxmox-rest-server-0.5+templates-dev (= ${binary:Version}), - librust-proxmox-rest-server-0.5.1+templates-dev (= ${binary:Version}) + librust-proxmox-rest-server-0.5.2+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.