diff --git a/release-top-level-artifacts/CHANGELOG b/release-top-level-artifacts/CHANGELOG index 81731c7..3e77ea7 100644 --- a/release-top-level-artifacts/CHANGELOG +++ b/release-top-level-artifacts/CHANGELOG @@ -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 @@ -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 diff --git a/release-top-level-artifacts/README.md b/release-top-level-artifacts/README.md index c2d4370..09a5e87 100644 --- a/release-top-level-artifacts/README.md +++ b/release-top-level-artifacts/README.md @@ -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. diff --git a/tools/release-configs.json b/tools/release-configs.json index 09d5447..f872622 100644 --- a/tools/release-configs.json +++ b/tools/release-configs.json @@ -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",