From 49b97b6a5f4af830413d9d78b74b1c340319650b Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 16 May 2024 09:35:50 +0200 Subject: [PATCH] bump proxmox-schema to 3.1.1-1 Signed-off-by: Dietmar Maurer --- Cargo.toml | 2 +- proxmox-schema/Cargo.toml | 2 +- proxmox-schema/debian/changelog | 6 ++++++ proxmox-schema/debian/control | 12 ++++++------ 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f3bc4a76..bb9ef5e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,7 +112,7 @@ proxmox-login = { version = "0.1.0", path = "proxmox-login" } proxmox-product-config = { version = "0.1.0", path = "proxmox-product-config" } proxmox-rest-server = { version = "0.5.2", path = "proxmox-rest-server" } proxmox-router = { version = "2.1.3", path = "proxmox-router" } -proxmox-schema = { version = "3.1.0", path = "proxmox-schema" } +proxmox-schema = { version = "3.1.1", 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" ] } proxmox-sortable-macro = { version = "0.1.3", path = "proxmox-sortable-macro" } diff --git a/proxmox-schema/Cargo.toml b/proxmox-schema/Cargo.toml index 19eac115..1b9145b3 100644 --- a/proxmox-schema/Cargo.toml +++ b/proxmox-schema/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-schema" -version = "3.1.0" +version = "3.1.1" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-schema/debian/changelog b/proxmox-schema/debian/changelog index f8e23945..9ccb41aa 100644 --- a/proxmox-schema/debian/changelog +++ b/proxmox-schema/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-schema (3.1.1-1) bookworm; urgency=medium + + * add ip/cidr api schemas + + -- Proxmox Support Team Thu, 16 May 2024 09:31:22 +0200 + rust-proxmox-schema (3.1.0-1) bookworm; urgency=medium * use const_format to define static strings diff --git a/proxmox-schema/debian/control b/proxmox-schema/debian/control index 464f0fa2..001158ab 100644 --- a/proxmox-schema/debian/control +++ b/proxmox-schema/debian/control @@ -43,9 +43,9 @@ Provides: librust-proxmox-schema-3.1-dev (= ${binary:Version}), librust-proxmox-schema-3.1+default-dev (= ${binary:Version}), librust-proxmox-schema-3.1+test-harness-dev (= ${binary:Version}), - librust-proxmox-schema-3.1.0-dev (= ${binary:Version}), - librust-proxmox-schema-3.1.0+default-dev (= ${binary:Version}), - librust-proxmox-schema-3.1.0+test-harness-dev (= ${binary:Version}) + librust-proxmox-schema-3.1.1-dev (= ${binary:Version}), + librust-proxmox-schema-3.1.1+default-dev (= ${binary:Version}), + librust-proxmox-schema-3.1.1+test-harness-dev (= ${binary:Version}) Description: Proxmox api schema and validation - Rust source code Source code for Debianized Rust crate "proxmox-schema" @@ -59,7 +59,7 @@ Depends: Provides: librust-proxmox-schema-3+api-macro-dev (= ${binary:Version}), librust-proxmox-schema-3.1+api-macro-dev (= ${binary:Version}), - librust-proxmox-schema-3.1.0+api-macro-dev (= ${binary:Version}) + librust-proxmox-schema-3.1.1+api-macro-dev (= ${binary:Version}) Description: Proxmox api schema and validation - feature "api-macro" This metapackage enables feature "api-macro" for the Rust proxmox-schema crate, by pulling in any additional dependencies needed by that feature. @@ -74,7 +74,7 @@ Depends: Provides: librust-proxmox-schema-3+api-types-dev (= ${binary:Version}), librust-proxmox-schema-3.1+api-types-dev (= ${binary:Version}), - librust-proxmox-schema-3.1.0+api-types-dev (= ${binary:Version}) + librust-proxmox-schema-3.1.1+api-types-dev (= ${binary:Version}) Description: Proxmox api schema and validation - feature "api-types" This metapackage enables feature "api-types" for the Rust proxmox-schema crate, by pulling in any additional dependencies needed by that feature. @@ -90,7 +90,7 @@ Depends: Provides: librust-proxmox-schema-3+upid-api-impl-dev (= ${binary:Version}), librust-proxmox-schema-3.1+upid-api-impl-dev (= ${binary:Version}), - librust-proxmox-schema-3.1.0+upid-api-impl-dev (= ${binary:Version}) + librust-proxmox-schema-3.1.1+upid-api-impl-dev (= ${binary:Version}) Description: Proxmox api schema and validation - feature "upid-api-impl" This metapackage enables feature "upid-api-impl" for the Rust proxmox-schema crate, by pulling in any additional dependencies needed by that feature.