Skip to content

Commit

Permalink
Update CHANGELOG and tag details for 1.5.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
HuangTing-Yao committed Mar 7, 2024
1 parent c304bb2 commit 9acc1c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions release-top-level-artifacts/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ Release Notes - Apache YuniKorn - Version 1.5.0
* [YUNIKORN-2447] - Failed to build web docker image
* [YUNIKORN-2456] - Remove weak ciphers from TLS
* [YUNIKORN-2463] - Tarball created from yunikorn-release can't build images
* [YUNIKORN-2465] - Remove Task objects from the shim upon pod completion
* [YUNIKORN-2467] - Remove AllocationAsk from the core when a pod is completed


** New Feature
Expand Down Expand Up @@ -223,7 +225,6 @@ Release Notes - Apache YuniKorn - Version 1.5.0
* [YUNIKORN-2415] - Remove Chinese meeting
* [YUNIKORN-2416] - Cleanup replace directives
* [YUNIKORN-2418] - Improve readability of Features documentation
* [YUNIKORN-2419] - [UMBRELLA] Generate reproducible binaries
* [YUNIKORN-2425] - Release build script should use "go mod" instead of manual replacements
* [YUNIKORN-2426] - Remove /ws/v1/periodicstatedump
* [YUNIKORN-2427] - Use r-lock instead of rw-lock in user_tracker.go#getGroupForApp
Expand All @@ -246,4 +247,6 @@ Release Notes - Apache YuniKorn - Version 1.5.0
* [YUNIKORN-2143] - Remove gang section in deployments examples readme
* [YUNIKORN-2165] - Replace web UI screenshots on site
* [YUNIKORN-2255] - Minor updates on who-we-are page
* [YUNIKORN-2417] - Build against Kubernetes 1.29.2
* [YUNIKORN-2417] - Build against Kubernetes 1.29.2
* [YUNIKORN-2468] - Remove language around reproducible builds from README
* [YUNIKORN-2469] - Upgrade google.golang.org/protobuf to v1.33.0
4 changes: 2 additions & 2 deletions tools/release-configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"name": "yunikorn-core",
"alias": "core",
"description": "scheduler core library",
"tag": "v1.5.0-2",
"tag": "v1.5.0-3",
"repository": "https://github.com/apache/yunikorn-core"
}, {
"name": "yunikorn-k8shim",
"alias": "k8shim",
"description": "the scheduler shim for K8s",
"tag": "v1.5.0-2",
"tag": "v1.5.0-3",
"repository": "https://github.com/apache/yunikorn-k8shim"
}, {
"name": "yunikorn-scheduler-interface",
Expand Down

0 comments on commit 9acc1c3

Please sign in to comment.