]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-rest-server to 0.5.0-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 27 Nov 2023 13:33:25 +0000 (14:33 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 27 Nov 2023 13:39:22 +0000 (14:39 +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 d4d532b17d3514c779c66963bda7b1e6fbcbdb1e..ceae47ef803ca56c4b3356862a6a9ada7630f49d 100644 (file)
@@ -100,7 +100,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.4.0", path = "proxmox-rest-server" }
+proxmox-rest-server = { version = "0.5.0", path = "proxmox-rest-server" }
 proxmox-router = { version = "2.1.1", path = "proxmox-router" }
 proxmox-schema = { version = "2.0.0", path = "proxmox-schema" }
 proxmox-section-config = { version = "2.0.0", path = "proxmox-section-config" }
index 8daf1d3e1d518c6038917ecc7330453ee568e026..7a42281e33e380ce5a4d92d586d27ac3e9ed54b4 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-rest-server"
-version = "0.4.2"
+version = "0.5.0"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
index 13e16a494caa41f5b78cf78ec22d84d34a405087..3cf5f8c9dd9eb328d89cb54680295025af584dc8 100644 (file)
@@ -1,3 +1,18 @@
+rust-proxmox-rest-server (0.5.0-1) bookworm; urgency=medium
+
+  * refactor AcceptBuilder to provide support for optional TLS to allow adding
+    a Redirector to redirect HTTP to HTTPS on the same port
+
+  * accept empty body as valid parameters
+
+  * factor out task-log directory and creation
+
+  * better document task-log archive rotation
+
+  * various clippy and code complexity cleanups
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 27 Nov 2023 14:33:12 +0100
+
 rust-proxmox-rest-server (0.4.2-1) bookworm; urgency=medium
 
   * remove full static file path from error messages
index eb37c3577fa30fc24642c6c7512894d81e7c9362..1c4ed4857846893919813c8ade803a38b7dfc609 100644 (file)
@@ -22,13 +22,13 @@ 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 <!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-sys-0.5+default-dev <!nocheck>,
- librust-proxmox-sys-0.5+logrotate-dev <!nocheck>,
- librust-proxmox-sys-0.5+timer-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-regex-1+default-dev (>= 1.5-~~) <!nocheck>,
  librust-serde-1+default-dev <!nocheck>,
@@ -69,13 +69,13 @@ 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,
+ 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-sys-0.5+default-dev,
- librust-proxmox-sys-0.5+logrotate-dev,
- librust-proxmox-sys-0.5+timer-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-regex-1+default-dev (>= 1.5-~~),
  librust-serde-1+default-dev,
@@ -95,10 +95,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.4-dev (= ${binary:Version}),
- librust-proxmox-rest-server-0.4+default-dev (= ${binary:Version}),
- librust-proxmox-rest-server-0.4.2-dev (= ${binary:Version}),
- librust-proxmox-rest-server-0.4.2+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.0-dev (= ${binary:Version}),
+ librust-proxmox-rest-server-0.5.0+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.
@@ -113,8 +113,8 @@ Depends:
  librust-proxmox-http-0.9+rate-limited-stream-dev
 Provides:
  librust-proxmox-rest-server-0+rate-limited-stream-dev (= ${binary:Version}),
- librust-proxmox-rest-server-0.4+rate-limited-stream-dev (= ${binary:Version}),
- librust-proxmox-rest-server-0.4.2+rate-limited-stream-dev (= ${binary:Version})
+ librust-proxmox-rest-server-0.5+rate-limited-stream-dev (= ${binary:Version}),
+ librust-proxmox-rest-server-0.5.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
@@ -129,8 +129,8 @@ Depends:
  librust-handlebars-3+default-dev
 Provides:
  librust-proxmox-rest-server-0+templates-dev (= ${binary:Version}),
- librust-proxmox-rest-server-0.4+templates-dev (= ${binary:Version}),
- librust-proxmox-rest-server-0.4.2+templates-dev (= ${binary:Version})
+ librust-proxmox-rest-server-0.5+templates-dev (= ${binary:Version}),
+ librust-proxmox-rest-server-0.5.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.