bump: rest-server: bump version to 0.8.9-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2025-04-08 16:18:07 +02:00
parent e042f447bd
commit 92f6e7455e
3 changed files with 12 additions and 5 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-rest-server"
description = "REST server implementation"
version = "0.8.8"
version = "0.8.9"
authors.workspace = true
edition.workspace = true

View File

@ -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
* worker task: include context in state error message

View File

@ -100,8 +100,8 @@ Provides:
librust-proxmox-rest-server-0+default-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.8-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.8.8+default-dev (= ${binary:Version})
librust-proxmox-rest-server-0.8.9-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.8.9+default-dev (= ${binary:Version})
Description: REST server implementation - Rust source code
Source code for Debianized Rust crate "proxmox-rest-server"
@ -116,7 +116,7 @@ Depends:
Provides:
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.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"
This metapackage enables feature "rate-limited-stream" for the Rust proxmox-
rest-server crate, by pulling in any additional dependencies needed by that
@ -132,7 +132,7 @@ Depends:
Provides:
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.8+templates-dev (= ${binary:Version})
librust-proxmox-rest-server-0.8.9+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.