Skip to content

Commit 775c744

Browse files
committed
[YUNIKORN-991] Update CHANGELOG and build configuration for 1.0.0.
Added a late major fix for the k8shim
1 parent 7fd0fd9 commit 775c744

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

release-top-level-artifacts/CHANGELOG

+2
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ Release Notes - Apache YuniKorn - Version 1.0.0
120120
* [YUNIKORN-1178] - Nil pointer dereference during schedule recovery
121121
* [YUNIKORN-1179] - Logs are spammed with health check status messages
122122
* [YUNIKORN-1180] - JSON parse error when creating placeholders
123+
* [YUNIKORN-1190] - Shim needs to account for usage of pods without app ID
123124

124125

125126
** New Feature
@@ -174,6 +175,7 @@ Release Notes - Apache YuniKorn - Version 1.0.0
174175
* [YUNIKORN-1141] - [Umbrella] Post graduation tasks
175176
* [YUNIKORN-1163] - REST API - Return history of application state transitions
176177
* [YUNIKORN-1172] - Make e2e tests cleanup pods faster
178+
* [YUNIKORN-1189] - Release validation script should support plugin mode
177179

178180
** Test
179181
* [YUNIKORN-522] - Smoke test for dynamic queue clean up

tools/release-configs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"name": "yunikorn-k8shim",
1414
"alias": "k8shim",
1515
"description": "the scheduler shim for K8s",
16-
"tag": "v1.0.0-1",
16+
"tag": "v1.0.0-2",
1717
"repository": "https://github.com/apache/yunikorn-k8shim"
1818
}, {
1919
"name": "yunikorn-scheduler-interface",

0 commit comments

Comments
 (0)