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