bump proxmox-schema to 3.0.1-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-02-21 12:24:25 +01:00
parent 49b2bdf9c6
commit 05ff6b545a
3 changed files with 16 additions and 8 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "proxmox-schema" name = "proxmox-schema"
version = "3.0.0" version = "3.0.1"
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true
license.workspace = true license.workspace = true

View File

@ -1,3 +1,11 @@
rust-proxmox-schema (3.0.1-1) UNRELEASED; urgency=medium
* actually perform additional-properties check for AllOf and OneOf schemas
* clean up a few verification error messages
-- Proxmox Support Team <support@proxmox.com> Wed, 21 Feb 2024 12:23:35 +0100
rust-proxmox-schema (3.0.0-1) bookworm; urgency=medium rust-proxmox-schema (3.0.0-1) bookworm; urgency=medium
* add basic oneOf schema support * add basic oneOf schema support

View File

@ -45,10 +45,10 @@ Provides:
librust-proxmox-schema-3.0+api-types-dev (= ${binary:Version}), librust-proxmox-schema-3.0+api-types-dev (= ${binary:Version}),
librust-proxmox-schema-3.0+default-dev (= ${binary:Version}), librust-proxmox-schema-3.0+default-dev (= ${binary:Version}),
librust-proxmox-schema-3.0+test-harness-dev (= ${binary:Version}), librust-proxmox-schema-3.0+test-harness-dev (= ${binary:Version}),
librust-proxmox-schema-3.0.0-dev (= ${binary:Version}), librust-proxmox-schema-3.0.1-dev (= ${binary:Version}),
librust-proxmox-schema-3.0.0+api-types-dev (= ${binary:Version}), librust-proxmox-schema-3.0.1+api-types-dev (= ${binary:Version}),
librust-proxmox-schema-3.0.0+default-dev (= ${binary:Version}), librust-proxmox-schema-3.0.1+default-dev (= ${binary:Version}),
librust-proxmox-schema-3.0.0+test-harness-dev (= ${binary:Version}) librust-proxmox-schema-3.0.1+test-harness-dev (= ${binary:Version})
Description: Proxmox api schema and validation - Rust source code Description: Proxmox api schema and validation - Rust source code
Source code for Debianized Rust crate "proxmox-schema" Source code for Debianized Rust crate "proxmox-schema"
@ -58,11 +58,11 @@ Multi-Arch: same
Depends: Depends:
${misc:Depends}, ${misc:Depends},
librust-proxmox-schema-dev (= ${binary:Version}), librust-proxmox-schema-dev (= ${binary:Version}),
librust-proxmox-api-macro-1+default-dev (>= 1.0.6-~~) librust-proxmox-api-macro-1+default-dev (>= 1.0.8-~~)
Provides: Provides:
librust-proxmox-schema-3+api-macro-dev (= ${binary:Version}), librust-proxmox-schema-3+api-macro-dev (= ${binary:Version}),
librust-proxmox-schema-3.0+api-macro-dev (= ${binary:Version}), librust-proxmox-schema-3.0+api-macro-dev (= ${binary:Version}),
librust-proxmox-schema-3.0.0+api-macro-dev (= ${binary:Version}) librust-proxmox-schema-3.0.1+api-macro-dev (= ${binary:Version})
Description: Proxmox api schema and validation - feature "api-macro" Description: Proxmox api schema and validation - feature "api-macro"
This metapackage enables feature "api-macro" for the Rust proxmox-schema crate, This metapackage enables feature "api-macro" for the Rust proxmox-schema crate,
by pulling in any additional dependencies needed by that feature. by pulling in any additional dependencies needed by that feature.
@ -78,7 +78,7 @@ Depends:
Provides: Provides:
librust-proxmox-schema-3+upid-api-impl-dev (= ${binary:Version}), librust-proxmox-schema-3+upid-api-impl-dev (= ${binary:Version}),
librust-proxmox-schema-3.0+upid-api-impl-dev (= ${binary:Version}), librust-proxmox-schema-3.0+upid-api-impl-dev (= ${binary:Version}),
librust-proxmox-schema-3.0.0+upid-api-impl-dev (= ${binary:Version}) librust-proxmox-schema-3.0.1+upid-api-impl-dev (= ${binary:Version})
Description: Proxmox api schema and validation - feature "upid-api-impl" Description: Proxmox api schema and validation - feature "upid-api-impl"
This metapackage enables feature "upid-api-impl" for the Rust proxmox-schema This metapackage enables feature "upid-api-impl" for the Rust proxmox-schema
crate, by pulling in any additional dependencies needed by that feature. crate, by pulling in any additional dependencies needed by that feature.