Skip to content

Commit

Permalink
[YUNIKORN-1024] Update CHANGELOG and build configuration for 0.12.2-4 (
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcondit authored Jan 26, 2022
1 parent 3f0947a commit 9b43ea0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions release-top-level-artifacts/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
Release Notes - Apache YuniKorn - Version 0.12.2

** Sub-task
* [YUNIKORN-625] - Use v1 for CertificateSigningRequest instead of v1beta1
* [YUNIKORN-726] - Quick start results in admission controller crashloop back off.
* [YUNIKORN-938] - Admission controller: remove v1beta1 usage
* [YUNIKORN-941] - split scheduler and admission controller deployment
* [YUNIKORN-947] - Add missing fields to the admission wehooks
Expand All @@ -30,6 +32,7 @@ Release Notes - Apache YuniKorn - Version 0.12.2
* [YUNIKORN-995] - Use v1 for ClusterRoleBinding rbac.authorization.k8s.io instead of v1beta1
* [YUNIKORN-1022] - Helm chart services are not specific enough
* [YUNIKORN-1038] - Admission controller does not ignore the YuniKorn scheduler pod
* [YUNIKORN-1041] - Fix binding of dynamic volumes to pod

** Improvement
* [YUNIKORN-928] - refactor admission controller code
Expand Down
2 changes: 1 addition & 1 deletion release-top-level-artifacts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ General requirement for building YuniKorn images from this release:

### Yunikorn Scheduler
The scheduler and shim are build as one set of artifacts and have one requirement:
* Go 1.15 or later (1.16 is required to run end-to-end tests)
* Go 1.16 or later

### Yunikorn web UI
The YuniKorn web UI uses a two stage docker build with predefined images.
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": "v0.12.2-3",
"tag": "v0.12.2-4",
"repository": "https://github.com/apache/incubator-yunikorn-k8shim"
}, {
"name": "yunikorn-scheduler-interface",
Expand Down

0 comments on commit 9b43ea0

Please sign in to comment.