From 9acc1c39ca186066b144aa21b12dc7b7653bc8c1 Mon Sep 17 00:00:00 2001 From: HuangTing-Yao Date: Thu, 7 Mar 2024 21:19:46 +0800 Subject: [PATCH] Update CHANGELOG and tag details for 1.5.0-RC2 --- release-top-level-artifacts/CHANGELOG | 7 +++++-- tools/release-configs.json | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/release-top-level-artifacts/CHANGELOG b/release-top-level-artifacts/CHANGELOG index 97d1381..07b6a6e 100644 --- a/release-top-level-artifacts/CHANGELOG +++ b/release-top-level-artifacts/CHANGELOG @@ -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 @@ -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 @@ -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 \ No newline at end of file + * [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 \ No newline at end of file diff --git a/tools/release-configs.json b/tools/release-configs.json index e93eb4a..ed22ff1 100644 --- a/tools/release-configs.json +++ b/tools/release-configs.json @@ -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",