]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-schema to 3.0.1-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 21 Feb 2024 11:24:25 +0000 (12:24 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 21 Feb 2024 11:28:02 +0000 (12:28 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-schema/Cargo.toml
proxmox-schema/debian/changelog
proxmox-schema/debian/control

index da1c1ef5039014992ab3bf58eb535ccfd677636c..ae068181026e353b1ba0b5dfda138082a48e33bf 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-schema"
-version = "3.0.0"
+version = "3.0.1"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
index 6b4bf4fde360c7dea1e2fd12249ef2ff3e2a1d48..a3806f4070984bf2fe9ce0366af53fe0ccaf96a7 100644 (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
 
   * add basic oneOf schema support
index b70f5a3cb4ddc91f475507d306a3dd43c588e72c..98fa6eb4f6a277ce4c9000141059ce18e1c06246 100644 (file)
@@ -45,10 +45,10 @@ Provides:
  librust-proxmox-schema-3.0+api-types-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.0-dev (= ${binary:Version}),
- librust-proxmox-schema-3.0.0+api-types-dev (= ${binary:Version}),
- librust-proxmox-schema-3.0.0+default-dev (= ${binary:Version}),
- librust-proxmox-schema-3.0.0+test-harness-dev (= ${binary:Version})
+ librust-proxmox-schema-3.0.1-dev (= ${binary:Version}),
+ librust-proxmox-schema-3.0.1+api-types-dev (= ${binary:Version}),
+ librust-proxmox-schema-3.0.1+default-dev (= ${binary:Version}),
+ librust-proxmox-schema-3.0.1+test-harness-dev (= ${binary:Version})
 Description: Proxmox api schema and validation - Rust source code
  Source code for Debianized Rust crate "proxmox-schema"
 
@@ -58,11 +58,11 @@ Multi-Arch: same
 Depends:
  ${misc:Depends},
  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:
  librust-proxmox-schema-3+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"
  This metapackage enables feature "api-macro" for the Rust proxmox-schema crate,
  by pulling in any additional dependencies needed by that feature.
@@ -78,7 +78,7 @@ Depends:
 Provides:
  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.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"
  This metapackage enables feature "upid-api-impl" for the Rust proxmox-schema
  crate, by pulling in any additional dependencies needed by that feature.