]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-rest-server to 0.5.2-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 2 Feb 2024 11:08:15 +0000 (12:08 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 2 Feb 2024 12:58:05 +0000 (13:58 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
proxmox-rest-server/Cargo.toml
proxmox-rest-server/debian/changelog
proxmox-rest-server/debian/control

index fd34f4b2af00a6e5a0660baafd16141b88bdb8c4..de79f7caec0d628a8460a156f4aefaf003fe2adb 100644 (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" }
index b41d0ca003b86373b7b7233374375e55f80c97ae..94330ff1faaf080d978fe9867b7b68a616dde675 100644 (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
index bb1d3539351dff00bb56a62c793d6426472bd083..028ebbb57fe2a3c834f20d891f762f933e9c950b 100644 (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
index 4e3faee03d98bc30b660ccc066483a9bcfdfe3b5..6f28ff601170186e3d503bbc8ecc3d63bb4b47f8 100644 (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.