mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-01 15:12:23 +00:00
pbs-api-types: bump to 0.2.2
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
573d4d149b
commit
deb32a6c4a
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "pbs-api-types"
|
name = "pbs-api-types"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
rust-pbs-api-types (0.2.2) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* add garbage collection atime safety check flag.
|
||||||
|
* add option to set GC chunk cleanup atime cutoff.
|
||||||
|
* fix #5379: add `default` field for all realm types.
|
||||||
|
* sync: add sync encrypted/verified snapshots only flags.
|
||||||
|
* add garbage collection cache capacity tuning option.
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Sat, 05 Apr 2025 17:22:09 +0200
|
||||||
|
|
||||||
rust-pbs-api-types (0.2.1) bookworm; urgency=medium
|
rust-pbs-api-types (0.2.1) bookworm; urgency=medium
|
||||||
|
|
||||||
* metrics: relax influx organization and bucket length
|
* metrics: relax influx organization and bucket length
|
||||||
|
@ -62,7 +62,7 @@ Provides:
|
|||||||
librust-pbs-api-types-0+default-dev (= ${binary:Version}),
|
librust-pbs-api-types-0+default-dev (= ${binary:Version}),
|
||||||
librust-pbs-api-types-0.2-dev (= ${binary:Version}),
|
librust-pbs-api-types-0.2-dev (= ${binary:Version}),
|
||||||
librust-pbs-api-types-0.2+default-dev (= ${binary:Version}),
|
librust-pbs-api-types-0.2+default-dev (= ${binary:Version}),
|
||||||
librust-pbs-api-types-0.2.1-dev (= ${binary:Version}),
|
librust-pbs-api-types-0.2.2-dev (= ${binary:Version}),
|
||||||
librust-pbs-api-types-0.2.1+default-dev (= ${binary:Version})
|
librust-pbs-api-types-0.2.2+default-dev (= ${binary:Version})
|
||||||
Description: API types for Proxmox Backup Server - Rust source code
|
Description: API types for Proxmox Backup Server - Rust source code
|
||||||
Source code for Debianized Rust crate "pbs-api-types"
|
Source code for Debianized Rust crate "pbs-api-types"
|
||||||
|
Loading…
Reference in New Issue
Block a user