Skip to content

Commit

Permalink
[YUNIKORN-991] Update CHANGELOG and build configuration for 1.0.0.
Browse files Browse the repository at this point in the history
Added a late major fix for the k8shim
  • Loading branch information
wilfred-s committed Apr 27, 2022
1 parent 7fd0fd9 commit 775c744
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions release-top-level-artifacts/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ Release Notes - Apache YuniKorn - Version 1.0.0
* [YUNIKORN-1178] - Nil pointer dereference during schedule recovery
* [YUNIKORN-1179] - Logs are spammed with health check status messages
* [YUNIKORN-1180] - JSON parse error when creating placeholders
* [YUNIKORN-1190] - Shim needs to account for usage of pods without app ID


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

** Test
* [YUNIKORN-522] - Smoke test for dynamic queue clean up
Expand Down
2 changes: 1 addition & 1 deletion tools/release-configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"name": "yunikorn-k8shim",
"alias": "k8shim",
"description": "the scheduler shim for K8s",
"tag": "v1.0.0-1",
"tag": "v1.0.0-2",
"repository": "https://github.com/apache/yunikorn-k8shim"
}, {
"name": "yunikorn-scheduler-interface",
Expand Down

0 comments on commit 775c744

Please sign in to comment.