diff --git a/pbs-api-types/Cargo.toml b/pbs-api-types/Cargo.toml index bf72650a..748dfd24 100644 --- a/pbs-api-types/Cargo.toml +++ b/pbs-api-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbs-api-types" -version = "0.2.1" +version = "0.2.2" license.workspace = true authors.workspace = true edition.workspace = true diff --git a/pbs-api-types/debian/changelog b/pbs-api-types/debian/changelog index 60b3c91c..bea943b5 100644 --- a/pbs-api-types/debian/changelog +++ b/pbs-api-types/debian/changelog @@ -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 Sat, 05 Apr 2025 17:22:09 +0200 + rust-pbs-api-types (0.2.1) bookworm; urgency=medium * metrics: relax influx organization and bucket length diff --git a/pbs-api-types/debian/control b/pbs-api-types/debian/control index 2b41ae94..70d9c36e 100644 --- a/pbs-api-types/debian/control +++ b/pbs-api-types/debian/control @@ -62,7 +62,7 @@ Provides: librust-pbs-api-types-0+default-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.1-dev (= ${binary:Version}), - librust-pbs-api-types-0.2.1+default-dev (= ${binary:Version}) + librust-pbs-api-types-0.2.2-dev (= ${binary:Version}), + librust-pbs-api-types-0.2.2+default-dev (= ${binary:Version}) Description: API types for Proxmox Backup Server - Rust source code Source code for Debianized Rust crate "pbs-api-types"