mirror of
https://git.proxmox.com/git/proxmox
synced 2025-04-30 20:54:57 +00:00
bump: rest-server: bump version to 0.8.9-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
e042f447bd
commit
92f6e7455e
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-rest-server"
|
name = "proxmox-rest-server"
|
||||||
description = "REST server implementation"
|
description = "REST server implementation"
|
||||||
version = "0.8.8"
|
version = "0.8.9"
|
||||||
|
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
rust-proxmox-rest-server (0.8.9-1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* increase maximal request body size fro 64 kiB to 512 kiB, similar to a
|
||||||
|
recent change for our perl based projects.
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Tue, 08 Apr 2025 16:17:03 +0200
|
||||||
|
|
||||||
rust-proxmox-rest-server (0.8.8-1) bookworm; urgency=medium
|
rust-proxmox-rest-server (0.8.8-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* worker task: include context in state error message
|
* worker task: include context in state error message
|
||||||
|
@ -100,8 +100,8 @@ Provides:
|
|||||||
librust-proxmox-rest-server-0+default-dev (= ${binary:Version}),
|
librust-proxmox-rest-server-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-rest-server-0.8-dev (= ${binary:Version}),
|
librust-proxmox-rest-server-0.8-dev (= ${binary:Version}),
|
||||||
librust-proxmox-rest-server-0.8+default-dev (= ${binary:Version}),
|
librust-proxmox-rest-server-0.8+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-rest-server-0.8.8-dev (= ${binary:Version}),
|
librust-proxmox-rest-server-0.8.9-dev (= ${binary:Version}),
|
||||||
librust-proxmox-rest-server-0.8.8+default-dev (= ${binary:Version})
|
librust-proxmox-rest-server-0.8.9+default-dev (= ${binary:Version})
|
||||||
Description: REST server implementation - Rust source code
|
Description: REST server implementation - Rust source code
|
||||||
Source code for Debianized Rust crate "proxmox-rest-server"
|
Source code for Debianized Rust crate "proxmox-rest-server"
|
||||||
|
|
||||||
@ -116,7 +116,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-rest-server-0+rate-limited-stream-dev (= ${binary:Version}),
|
librust-proxmox-rest-server-0+rate-limited-stream-dev (= ${binary:Version}),
|
||||||
librust-proxmox-rest-server-0.8+rate-limited-stream-dev (= ${binary:Version}),
|
librust-proxmox-rest-server-0.8+rate-limited-stream-dev (= ${binary:Version}),
|
||||||
librust-proxmox-rest-server-0.8.8+rate-limited-stream-dev (= ${binary:Version})
|
librust-proxmox-rest-server-0.8.9+rate-limited-stream-dev (= ${binary:Version})
|
||||||
Description: REST server implementation - feature "rate-limited-stream"
|
Description: REST server implementation - feature "rate-limited-stream"
|
||||||
This metapackage enables feature "rate-limited-stream" for the Rust proxmox-
|
This metapackage enables feature "rate-limited-stream" for the Rust proxmox-
|
||||||
rest-server crate, by pulling in any additional dependencies needed by that
|
rest-server crate, by pulling in any additional dependencies needed by that
|
||||||
@ -132,7 +132,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-rest-server-0+templates-dev (= ${binary:Version}),
|
librust-proxmox-rest-server-0+templates-dev (= ${binary:Version}),
|
||||||
librust-proxmox-rest-server-0.8+templates-dev (= ${binary:Version}),
|
librust-proxmox-rest-server-0.8+templates-dev (= ${binary:Version}),
|
||||||
librust-proxmox-rest-server-0.8.8+templates-dev (= ${binary:Version})
|
librust-proxmox-rest-server-0.8.9+templates-dev (= ${binary:Version})
|
||||||
Description: REST server implementation - feature "templates"
|
Description: REST server implementation - feature "templates"
|
||||||
This metapackage enables feature "templates" for the Rust proxmox-rest-server
|
This metapackage enables feature "templates" for the Rust proxmox-rest-server
|
||||||
crate, by pulling in any additional dependencies needed by that feature.
|
crate, by pulling in any additional dependencies needed by that feature.
|
||||||
|
Loading…
Reference in New Issue
Block a user