diff --git a/Cargo.toml b/Cargo.toml index b8d35087..fd34f4b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ proxmox-io = { version = "1.0.0", path = "proxmox-io" } proxmox-lang = { version = "1.1", path = "proxmox-lang" } proxmox-login = { version = "0.1.0", path = "proxmox-login" } proxmox-rest-server = { version = "0.5.0", path = "proxmox-rest-server" } -proxmox-router = { version = "2.1.1", path = "proxmox-router" } +proxmox-router = { version = "2.1.3", path = "proxmox-router" } proxmox-schema = { version = "3.0.0", path = "proxmox-schema" } proxmox-section-config = { version = "2.0.0", path = "proxmox-section-config" } proxmox-serde = { version = "0.1.1", path = "proxmox-serde", features = [ "serde_json" ] } diff --git a/proxmox-router/Cargo.toml b/proxmox-router/Cargo.toml index afe2abb5..dcd71a40 100644 --- a/proxmox-router/Cargo.toml +++ b/proxmox-router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-router" -version = "2.1.2" +version = "2.1.3" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-router/debian/changelog b/proxmox-router/debian/changelog index af4b4eb3..6807305d 100644 --- a/proxmox-router/debian/changelog +++ b/proxmox-router/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-router (2.1.3-1) stable; urgency=medium + + * cli: allow specifying the arguments explicitly + + * add oneOf schema support and bump proxmox-schema dependency to 3 + + -- Proxmox Support Team Fri, 02 Feb 2024 13:54:46 +0100 + rust-proxmox-router (2.1.2-1) stable; urgency=medium * fix a compile warning diff --git a/proxmox-router/debian/control b/proxmox-router/debian/control index 820bf62a..375ddfc5 100644 --- a/proxmox-router/debian/control +++ b/proxmox-router/debian/control @@ -17,14 +17,14 @@ Build-Depends: debhelper (>= 12), librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~) , librust-proxmox-http-error-0.1+default-dev , librust-proxmox-lang-1+default-dev (>= 1.1-~~) , - librust-proxmox-schema-2+default-dev , + librust-proxmox-schema-3+default-dev , librust-rustyline-9+default-dev , librust-serde-1+default-dev , librust-serde-json-1+default-dev , librust-tokio-1+default-dev (>= 1.6-~~) , librust-unicode-width-0.1+default-dev (>= 0.1.8-~~) Maintainer: Proxmox Support Team -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Git: git://git.proxmox.com/git/proxmox.git Vcs-Browser: https://git.proxmox.com/?p=proxmox.git X-Cargo-Crate: proxmox-router @@ -41,7 +41,7 @@ Depends: librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~), librust-proxmox-http-error-0.1+default-dev, librust-proxmox-lang-1+default-dev (>= 1.1-~~), - librust-proxmox-schema-2+default-dev, + librust-proxmox-schema-3+default-dev, librust-serde-1+default-dev, librust-serde-json-1+default-dev, librust-unicode-width-0.1+default-dev (>= 0.1.8-~~) @@ -54,10 +54,9 @@ Suggests: Provides: librust-proxmox-router-2-dev (= ${binary:Version}), librust-proxmox-router-2.1-dev (= ${binary:Version}), - librust-proxmox-router-2.1.2-dev (= ${binary:Version}) + librust-proxmox-router-2.1.3-dev (= ${binary:Version}) Description: Proxmox API Router and CLI utilities - Rust source code - This package contains the source for the Rust proxmox-router crate, packaged by - debcargo for use with cargo and dh-cargo. + Source code for Debianized Rust crate "proxmox-router" Package: librust-proxmox-router+cli-dev Architecture: any @@ -72,7 +71,7 @@ Depends: Provides: librust-proxmox-router-2+cli-dev (= ${binary:Version}), librust-proxmox-router-2.1+cli-dev (= ${binary:Version}), - librust-proxmox-router-2.1.2+cli-dev (= ${binary:Version}) + librust-proxmox-router-2.1.3+cli-dev (= ${binary:Version}) Description: Proxmox API Router and CLI utilities - feature "cli" This metapackage enables feature "cli" for the Rust proxmox-router crate, by pulling in any additional dependencies needed by that feature. @@ -88,7 +87,7 @@ Depends: Provides: librust-proxmox-router-2+default-dev (= ${binary:Version}), librust-proxmox-router-2.1+default-dev (= ${binary:Version}), - librust-proxmox-router-2.1.2+default-dev (= ${binary:Version}) + librust-proxmox-router-2.1.3+default-dev (= ${binary:Version}) Description: Proxmox API Router and CLI utilities - feature "default" This metapackage enables feature "default" for the Rust proxmox-router crate, by pulling in any additional dependencies needed by that feature. @@ -105,7 +104,7 @@ Depends: Provides: librust-proxmox-router-2+server-dev (= ${binary:Version}), librust-proxmox-router-2.1+server-dev (= ${binary:Version}), - librust-proxmox-router-2.1.2+server-dev (= ${binary:Version}) + librust-proxmox-router-2.1.3+server-dev (= ${binary:Version}) Description: Proxmox API Router and CLI utilities - feature "server" This metapackage enables feature "server" for the Rust proxmox-router crate, by pulling in any additional dependencies needed by that feature. @@ -116,11 +115,11 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-proxmox-router-dev (= ${binary:Version}), - librust-proxmox-schema-2+test-harness-dev + librust-proxmox-schema-3+test-harness-dev Provides: librust-proxmox-router-2+test-harness-dev (= ${binary:Version}), librust-proxmox-router-2.1+test-harness-dev (= ${binary:Version}), - librust-proxmox-router-2.1.2+test-harness-dev (= ${binary:Version}) + librust-proxmox-router-2.1.3+test-harness-dev (= ${binary:Version}) Description: Proxmox API Router and CLI utilities - feature "test-harness" This metapackage enables feature "test-harness" for the Rust proxmox-router crate, by pulling in any additional dependencies needed by that feature.