]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-router to 2.1.3-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 2 Feb 2024 12:55:23 +0000 (13:55 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 2 Feb 2024 12:56:34 +0000 (13:56 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
proxmox-router/Cargo.toml
proxmox-router/debian/changelog
proxmox-router/debian/control

index b8d350872103635113346d8cee51ef2d170b675f..fd34f4b2af00a6e5a0660baafd16141b88bdb8c4 100644 (file)
@@ -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" ] }
index afe2abb5261dc9d894d39dfd4b820ef31bba481b..dcd71a405f945e07f764804ae2ce6ee815e800cc 100644 (file)
@@ -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
index af4b4eb34c91b04ad2f04671458909ca944eb7ec..6807305d22ba7f0fa0c89fe9b3d98fdc47c25538 100644 (file)
@@ -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 <support@proxmox.com>  Fri, 02 Feb 2024 13:54:46 +0100
+
 rust-proxmox-router (2.1.2-1) stable; urgency=medium
 
   * fix a compile warning
index 820bf62adb08ba9a9d6a914c1a79cb6b4f37083c..375ddfc5ae6f50d2390329cf48cdbd3ab2fe35d0 100644 (file)
@@ -17,14 +17,14 @@ Build-Depends: debhelper (>= 12),
  librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~) <!nocheck>,
  librust-proxmox-http-error-0.1+default-dev <!nocheck>,
  librust-proxmox-lang-1+default-dev (>= 1.1-~~) <!nocheck>,
- librust-proxmox-schema-2+default-dev <!nocheck>,
+ librust-proxmox-schema-3+default-dev <!nocheck>,
  librust-rustyline-9+default-dev <!nocheck>,
  librust-serde-1+default-dev <!nocheck>,
  librust-serde-json-1+default-dev <!nocheck>,
  librust-tokio-1+default-dev (>= 1.6-~~) <!nocheck>,
  librust-unicode-width-0.1+default-dev (>= 0.1.8-~~) <!nocheck>
 Maintainer: Proxmox Support Team <support@proxmox.com>
-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.