From 4b5e94a1cb23b3f3366eecf27b6ba5a347e3c334 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 21 Mar 2023 17:54:40 +0100 Subject: [PATCH] bump version to 0.2.1-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 7 +++++++ debian/control | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 27358ab..b0e1d87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-resource-scheduling" -version = "0.2.0" +version = "0.2.1" authors = [ "Fiona Ebner ", "Proxmox Support Team ", diff --git a/debian/changelog b/debian/changelog index 34c12a5..3a33ad7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +rust-proxmox-resource-scheduling (0.2.1-1) stable; urgency=medium + + * pve static-resource scheduler: add one to scoring to avoid boosting + tiny relative differences + + -- Proxmox Support Team Tue, 21 Mar 2023 17:54:29 +0100 + rust-proxmox-resource-scheduling (0.2.0-1) stable; urgency=medium * pve ha: fix scoring issue when a node is overcommitted compared to others, diff --git a/debian/control b/debian/control index 94c30ed..195b281 100644 --- a/debian/control +++ b/debian/control @@ -33,8 +33,8 @@ Provides: librust-proxmox-resource-scheduling-0+default-dev (= ${binary:Version}), librust-proxmox-resource-scheduling-0.2-dev (= ${binary:Version}), librust-proxmox-resource-scheduling-0.2+default-dev (= ${binary:Version}), - librust-proxmox-resource-scheduling-0.2.0-dev (= ${binary:Version}), - librust-proxmox-resource-scheduling-0.2.0+default-dev (= ${binary:Version}) + librust-proxmox-resource-scheduling-0.2.1-dev (= ${binary:Version}), + librust-proxmox-resource-scheduling-0.2.1+default-dev (= ${binary:Version}) Description: Proxmox library for resource scheduling - Rust source code This package contains the source for the Rust proxmox-resource-scheduling crate, packaged by debcargo for use with cargo and dh-cargo.