bump proxmox-rest-server to 0.5.2-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-02-02 12:08:15 +01:00
parent f67ea142bc
commit 890d9e58f7
4 changed files with 28 additions and 19 deletions

View File

@ -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" }

View File

@ -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

View File

@ -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 <support@proxmox.com> 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

View File

@ -22,14 +22,14 @@ Build-Depends: debhelper (>= 12),
librust-proxmox-compression-0.2+default-dev <!nocheck>,
librust-proxmox-io-1+default-dev <!nocheck>,
librust-proxmox-lang-1+default-dev (>= 1.1-~~) <!nocheck>,
librust-proxmox-router-2+default-dev (>= 2.1.1-~~) <!nocheck>,
librust-proxmox-schema-2+api-macro-dev <!nocheck>,
librust-proxmox-schema-2+default-dev <!nocheck>,
librust-proxmox-schema-2+upid-api-impl-dev <!nocheck>,
librust-proxmox-router-2+default-dev (>= 2.1.3-~~) <!nocheck>,
librust-proxmox-schema-3+api-macro-dev <!nocheck>,
librust-proxmox-schema-3+default-dev <!nocheck>,
librust-proxmox-schema-3+upid-api-impl-dev <!nocheck>,
librust-proxmox-sys-0.5+default-dev (>= 0.5.1-~~) <!nocheck>,
librust-proxmox-sys-0.5+logrotate-dev (>= 0.5.1-~~) <!nocheck>,
librust-proxmox-sys-0.5+timer-dev (>= 0.5.1-~~) <!nocheck>,
librust-proxmox-time-1+default-dev (>= 1.1.4-~~) <!nocheck>,
librust-proxmox-time-1+default-dev (>= 1.1.6-~~) <!nocheck>,
librust-regex-1+default-dev (>= 1.5-~~) <!nocheck>,
librust-serde-1+default-dev <!nocheck>,
librust-serde-1+derive-dev <!nocheck>,
@ -42,7 +42,7 @@ Build-Depends: debhelper (>= 12),
librust-tower-service-0.3+default-dev <!nocheck>,
librust-url-2+default-dev (>= 2.2-~~) <!nocheck>
Maintainer: Proxmox Support Team <support@proxmox.com>
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.