From 7de1ba366b3b98922cd2a61ee9d70d134e4c0334 Mon Sep 17 00:00:00 2001 From: Florian Paul Azim Hoberg Date: Thu, 30 Oct 2025 07:50:25 +0100 Subject: [PATCH] release: Create final 1.1.9 Release Fixes: #350 Sponsored-by: credativ GmbH --- .changelogs/1.1.9/release_meta.yml | 2 +- CHANGELOG.md | 11 +++++++++++ debian/changelog | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.changelogs/1.1.9/release_meta.yml b/.changelogs/1.1.9/release_meta.yml index c19765d..8f86877 100644 --- a/.changelogs/1.1.9/release_meta.yml +++ b/.changelogs/1.1.9/release_meta.yml @@ -1 +1 @@ -date: TBD +date: 2025-10-30 diff --git a/CHANGELOG.md b/CHANGELOG.md index e209b48..ed7889b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.9] - 2025-10-30 + +### Added + +- Add an optional memory balancing threshold (@gyptazy). [#342] +- Add affinity/anti-affinity support by pools (@gyptazy). [#343] +- Add pressure (PSI) based balancing for memory, cpu, disk (req. PVE9 or greater) (@gyptazy). [#337| + - Pressure (PSI) based balancing for nodes + - Pressure (PSI) based balancing for guests +- Add PVE version evaluation + ## [1.1.8] - 2025-10-09 ### Fixed diff --git a/debian/changelog b/debian/changelog index 43909b3..8147341 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,7 @@ proxlb (1.1.9) stable; urgency=medium * Add (memory) threshold for nodes before running balancing. (Closes: #342) * Add affinity/anti-affinity support by pools. (Closes: #343) - -- Florian Paul Azim Hoberg Thu, 22 Oct 2025 09:04:13 +0002 + -- Florian Paul Azim Hoberg Thu, 30 Oct 2025 06:58:43 +0001 proxlb (1.1.8) stable; urgency=medium