You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
7
7
## [Unreleased]
8
8
9
+
## [v0.10.1] - 2025-11-23
10
+
9
11
### Fixed
12
+
- Fixed scheduler pod group status update conflict [#676](https://github.com/NVIDIA/KAI-Scheduler/pull/676)[davidLif](https://github.com/davidLif)
10
13
- Fixed gpu request validations for pods [#660](https://github.com/NVIDIA/KAI-Scheduler/pull/660)[itsomri](https://github.com/itsomri)
11
14
12
-
## [v0.10.0] - 20250-11-18
15
+
### Changed
16
+
- Dependabot configuration to update actions in workflows [#651](https://github.com/NVIDIA/KAI-Scheduler/pull/651)[ScottBrenner](https://github.com/ScottBrenner)
17
+
- optimize dependency management by using module cache instead of vendor directory [#645](https://github.com/NVIDIA/KAI-Scheduler/pull/645)[lokielse](https://github.com/lokielse)
18
+
19
+
## [v0.10.0] - 2025-11-18
13
20
14
21
### Added
15
22
- Added parent reference to SubGroup struct in PodGroup CRD to create a hierarchical SubGroup structure
0 commit comments