config: bump to 0.2.2

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2025-01-16 13:51:48 +01:00
parent 1c9edad1e2
commit a8f9c5ca27
3 changed files with 15 additions and 9 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "proxmox-ve-config" name = "proxmox-ve-config"
version = "0.2.1" version = "0.2.2"
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true
license.workspace = true license.workspace = true
@ -17,6 +17,6 @@ serde_json = "1"
serde_plain = "1" serde_plain = "1"
serde_with = "3" serde_with = "3"
proxmox-schema = "3.1.2" proxmox-schema = "4"
proxmox-sys = "0.6.4" proxmox-sys = "0.6.4"
proxmox-sortable-macro = "0.1.3" proxmox-sortable-macro = "0.1.3"

View File

@ -1,3 +1,9 @@
proxmox-ve-config (0.2.2) unstable; urgency=medium
* rebuild with proxmox-schema 4.0
-- Proxmox Support Team <support@proxmox.com> Thu, 16 Jan 2025 13:52:09 +0100
proxmox-ve-config (0.2.1) unstable; urgency=medium proxmox-ve-config (0.2.1) unstable; urgency=medium
* fix #5927: firewall: alias: lowercase names of aliases * fix #5927: firewall: alias: lowercase names of aliases

View File

@ -6,17 +6,17 @@ Build-Depends: cargo:native,
debhelper-compat (= 13), debhelper-compat (= 13),
dh-sequence-cargo, dh-sequence-cargo,
librust-anyhow-1+default-dev, librust-anyhow-1+default-dev,
librust-log-0.4+default-dev (>= 0.4.17-~~), librust-log-0.4+default-dev,
librust-nix-0.26+default-dev (>= 0.26.1-~~), librust-nix-0.26+default-dev,
librust-thiserror-dev (>= 1.0.59-~~), librust-proxmox-schema-4+default-dev,
librust-proxmox-schema-3+default-dev, librust-proxmox-sortable-macro-0.1+default-dev (>= 0.1.3-~~),
librust-proxmox-sortable-macro-dev, librust-proxmox-sys-0.6+default-dev (>= 0.6.4-~~),
librust-proxmox-sys-dev,
librust-serde-1+default-dev, librust-serde-1+default-dev,
librust-serde-1+derive-dev, librust-serde-1+derive-dev,
librust-serde-json-1+default-dev, librust-serde-json-1+default-dev,
librust-serde-plain-1+default-dev, librust-serde-plain-1+default-dev,
librust-serde-with+default-dev, librust-serde-with-3+default-dev,
librust-thiserror-1+default-dev (>= 1.0.59-~~),
libstd-rust-dev, libstd-rust-dev,
netbase, netbase,
python3, python3,