From e20cdbf8e28f30fc10ef33642e89cba206376f06 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 19 Jun 2024 10:19:16 +0200 Subject: [PATCH] router: bump to 2.1.4-1 Signed-off-by: Wolfgang Bumiller --- proxmox-router/Cargo.toml | 2 +- proxmox-router/debian/changelog | 10 ++++++++++ proxmox-router/debian/control | 18 ++++++++++-------- 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/proxmox-router/Cargo.toml b/proxmox-router/Cargo.toml index d5bfb163..e064c815 100644 --- a/proxmox-router/Cargo.toml +++ b/proxmox-router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-router" -version = "2.1.3" +version = "2.1.4" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-router/debian/changelog b/proxmox-router/debian/changelog index 6807305d..d6a8753b 100644 --- a/proxmox-router/debian/changelog +++ b/proxmox-router/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox-router (2.1.4-1) stable; urgency=medium + + * include causes when printing fatal errors + + * replace libc::isatty with new is_terminal from std::io::Stdout + + * cli: add confirmation helper + + -- Proxmox Support Team Wed, 19 Jun 2024 10:27:03 +0200 + rust-proxmox-router (2.1.3-1) stable; urgency=medium * cli: allow specifying the arguments explicitly diff --git a/proxmox-router/debian/control b/proxmox-router/debian/control index 375ddfc5..36e7b507 100644 --- a/proxmox-router/debian/control +++ b/proxmox-router/debian/control @@ -17,7 +17,8 @@ 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-3+default-dev , + librust-proxmox-schema-3+default-dev (>= 3.1.1-~~) , + librust-regex-1+default-dev (>= 1.5-~~) , librust-rustyline-9+default-dev , librust-serde-1+default-dev , librust-serde-json-1+default-dev , @@ -41,7 +42,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-3+default-dev, + librust-proxmox-schema-3+default-dev (>= 3.1.1-~~), librust-serde-1+default-dev, librust-serde-json-1+default-dev, librust-unicode-width-0.1+default-dev (>= 0.1.8-~~) @@ -54,7 +55,7 @@ Suggests: Provides: librust-proxmox-router-2-dev (= ${binary:Version}), librust-proxmox-router-2.1-dev (= ${binary:Version}), - librust-proxmox-router-2.1.3-dev (= ${binary:Version}) + librust-proxmox-router-2.1.4-dev (= ${binary:Version}) Description: Proxmox API Router and CLI utilities - Rust source code Source code for Debianized Rust crate "proxmox-router" @@ -66,12 +67,13 @@ Depends: librust-proxmox-router-dev (= ${binary:Version}), librust-env-logger-0.10+default-dev, librust-libc-0.2+default-dev (>= 0.2.107-~~), + librust-regex-1+default-dev (>= 1.5-~~), librust-rustyline-9+default-dev, librust-tokio-1+default-dev (>= 1.6-~~) Provides: librust-proxmox-router-2+cli-dev (= ${binary:Version}), librust-proxmox-router-2.1+cli-dev (= ${binary:Version}), - librust-proxmox-router-2.1.3+cli-dev (= ${binary:Version}) + librust-proxmox-router-2.1.4+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. @@ -87,7 +89,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.3+default-dev (= ${binary:Version}) + librust-proxmox-router-2.1.4+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. @@ -104,7 +106,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.3+server-dev (= ${binary:Version}) + librust-proxmox-router-2.1.4+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. @@ -115,11 +117,11 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-proxmox-router-dev (= ${binary:Version}), - librust-proxmox-schema-3+test-harness-dev + librust-proxmox-schema-3+test-harness-dev (>= 3.1.1-~~) 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.3+test-harness-dev (= ${binary:Version}) + librust-proxmox-router-2.1.4+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.