From 66a4aac7642a7525d7b6aa9c89af76a75a130ec4 Mon Sep 17 00:00:00 2001 From: kai-release-bot Date: Sun, 16 Aug 2026 09:59:09 +0000 Subject: [PATCH] chore(release): prepare changelog for v0.16.9 Signed-off-by: kai-release-bot --- .changes/unreleased/added-20260802-003926.yaml | 3 --- .changes/unreleased/fixed-20260728-212512.yaml | 3 --- .changes/unreleased/fixed-20260806-221852.yaml | 3 --- .changes/unreleased/fixed-20260812-141030.yaml | 3 --- CHANGELOG.md | 10 ++++++++++ 5 files changed, 10 insertions(+), 12 deletions(-) delete mode 100644 .changes/unreleased/added-20260802-003926.yaml delete mode 100644 .changes/unreleased/fixed-20260728-212512.yaml delete mode 100644 .changes/unreleased/fixed-20260806-221852.yaml delete mode 100644 .changes/unreleased/fixed-20260812-141030.yaml diff --git a/.changes/unreleased/added-20260802-003926.yaml b/.changes/unreleased/added-20260802-003926.yaml deleted file mode 100644 index 9bc1ece9a..000000000 --- a/.changes/unreleased/added-20260802-003926.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Added -body: |- - Reservation pods inherit fractional pod tolerations diff --git a/.changes/unreleased/fixed-20260728-212512.yaml b/.changes/unreleased/fixed-20260728-212512.yaml deleted file mode 100644 index a89cb9e2f..000000000 --- a/.changes/unreleased/fixed-20260728-212512.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: |- - Allow PodGroup minMember and minSubGroup of 0 for workloads with no gang requirement diff --git a/.changes/unreleased/fixed-20260806-221852.yaml b/.changes/unreleased/fixed-20260806-221852.yaml deleted file mode 100644 index 69ad63f6f..000000000 --- a/.changes/unreleased/fixed-20260806-221852.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: |- - Propagate Kubernetes client QPS and burst settings to operator-managed controllers diff --git a/.changes/unreleased/fixed-20260812-141030.yaml b/.changes/unreleased/fixed-20260812-141030.yaml deleted file mode 100644 index 19446656b..000000000 --- a/.changes/unreleased/fixed-20260812-141030.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: |- - Podgrouper skips WorkloadRunner wrapper so wrapped workloads keep their gang grouping diff --git a/CHANGELOG.md b/CHANGELOG.md index 3335b803a..50b46f65c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). +## [v0.16.9] - 2026-08-16 + +### Added +- Reservation pods inherit fractional pod tolerations + +### Fixed +- Allow PodGroup minMember and minSubGroup of 0 for workloads with no gang requirement +- Propagate Kubernetes client QPS and burst settings to operator-managed controllers +- Podgrouper skips WorkloadRunner wrapper so wrapped workloads keep their gang grouping + ## [v0.16.8] - 2026-07-29 ### Fixed