Skip to content

Commit 7d7f856

Browse files
chore(release): prepare changelog for v0.16.5 (#1956)
Signed-off-by: kai-release-bot <action@github.com> Co-authored-by: kai-release-bot <action@github.com>
1 parent f7697ca commit 7d7f856

6 files changed

Lines changed: 11 additions & 23 deletions

File tree

.changes/unreleased/0001-fixed.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/0002-fixed.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Changed-20260716-113656.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Fixed-20260716-115242.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/fixed-20260715-144734.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7+
## [v0.16.5] - 2026-07-23
8+
9+
### Changed
10+
- Reject negative PyTorch replica and LWS worker indexes, and cap block-level segmentation at 10,000 subgroups to prevent unbounded PodGroup fan-out. [#1816](https://github.com/kai-scheduler/KAI-Scheduler/issues/1816) [davidLif](https://github.com/davidLif)
11+
12+
### Fixed
13+
- Fixed extended resources present on only a subset of nodes being reported as unavailable cluster-wide: `ResourceVector.SetMax` now grows the accumulator to the longer vector's length instead of silently dropping resource indices discovered after the first-iterated node, which caused pods requesting such resources to be rejected as unschedulable ("No node in the node-pool has X resources") depending on node map iteration order. [#1851](https://github.com/kai-scheduler/KAI-Scheduler/issues/1851)
14+
- Scheduler snapshot now correctly captures the plugin configuration even when `/get-snapshot` is requested between scheduling cycles (previously the `config` field was written as `null`, causing snapshot-tool to panic on replay). [#1885](https://github.com/kai-scheduler/KAI-Scheduler/issues/1885)
15+
- Fixed scheduler panic during reclaim when building eviction messages for jobs in root-level queues (ParentQueue empty) that reclaim across hierarchy branches. [#1863](https://github.com/kai-scheduler/KAI-Scheduler/issues/1863)
16+
- Sanitize GPU-sharing volume names for pods with dots while preserving their ConfigMap references. [#1728](https://github.com/kai-scheduler/KAI-Scheduler/issues/1728)
17+
718
## [v0.16.4] - 2026-07-12
819

920
### Added

0 commit comments

Comments
 (0)