Skip to content

Commit 77dc410

Browse files
chore(release): prepare changelog for v0.14.8 (#2093)
Signed-off-by: kai-release-bot <action@github.com> Co-authored-by: kai-release-bot <action@github.com>
1 parent 4528af7 commit 77dc410

9 files changed

Lines changed: 12 additions & 26 deletions

.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/0003-fixed.yaml

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

.changes/unreleased/0004-fixed.yaml

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

.changes/unreleased/0005-fixed.yaml

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

.changes/unreleased/0006-fixed.yaml

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

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

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

.changes/unreleased/fixed-20260728-212512.yaml

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

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.14.8] - 2026-08-19
8+
9+
### Fixed
10+
- 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)
11+
- Block NaN value for fraction in the pod admission [#1798](https://github.com/kai-scheduler/KAI-Scheduler/issues/1798) [davidLif](https://github.com/davidLif)
12+
- In the fractional admission checks, check that the fractional value can be parsed as a quantity. [#1798](https://github.com/kai-scheduler/KAI-Scheduler/issues/1798) [davidLif](https://github.com/davidLif)
13+
- Podgrouper now rejects negative PyTorch replica indexes and LWS worker indexes, and caps the number of subgroups created for block-level segmentation at 10000 to avoid unbounded PodGroup fan-out. [davidLif](https://github.com/davidLif)
14+
- Fixed GPU-sharing pods with dotted pod names generating invalid ConfigMap-backed volume names. Volume names are now sanitized to valid DNS labels while preserving original ConfigMap references used for shared-GPU injection.
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+
- Fixed GPU-sharing pods with dotted pod names generating invalid ConfigMap-backed volume names. Volume names are now sanitized to valid DNS labels while preserving original ConfigMap references used for shared-GPU injection. [#1728](https://github.com/kai-scheduler/KAI-Scheduler/issues/1728)
17+
- Allow creating PodGroups with an explicit minMember of 0
18+
719
## [v0.14.6] - 2026-06-22
820

921
### Added

0 commit comments

Comments
 (0)