This is an automated email from the ASF dual-hosted git repository.

wilfreds pushed a commit to branch branch-1.6
in repository https://gitbox.apache.org/repos/asf/yunikorn-release.git


The following commit(s) were added to refs/heads/branch-1.6 by this push:
     new ef5ff7d  [YUNIKORN-3051] Add release  config for 1.6.2
ef5ff7d is described below

commit ef5ff7d76179f0a193fe71923c8170f8a8ba6bfa
Author: Wilfred Spiegelenburg <[email protected]>
AuthorDate: Wed Mar 12 13:26:58 2025 +1100

    [YUNIKORN-3051] Add release  config for 1.6.2
---
 release-top-level-artifacts/CHANGELOG | 28 +++++++++++-----------------
 tools/release-configs.json            | 10 +++++-----
 2 files changed, 16 insertions(+), 22 deletions(-)

diff --git a/release-top-level-artifacts/CHANGELOG 
b/release-top-level-artifacts/CHANGELOG
index 146bcdf..412dbb9 100644
--- a/release-top-level-artifacts/CHANGELOG
+++ b/release-top-level-artifacts/CHANGELOG
@@ -15,26 +15,20 @@
 # limitations under the License.
 #
 
-Release Notes - Apache YuniKorn - Version 1.6.1
-
-** Sub-task
-    * [YUNIKORN-2976] - TryAllocate() can fail for DaemonSet pods if 
reservation already exists
-    * [YUNIKORN-2980] - DaemonSet preemption: don't flood the logs if victim 
selection fails
+Release Notes - Apache YuniKorn - Version 1.6.2
 
 ** Bug
-    * [YUNIKORN-2910] - Data corruption due to insufficient shim context 
locking
-    * [YUNIKORN-2926] - Placeholder counters incorrect
-    * [YUNIKORN-2978] - Orphan allocations due to reservation host mismatch
-    * [YUNIKORN-3003] - Previously preempted allocations can be preempted again
-    * [YUNIKORN-3004] - Lock User Trackers and Group Trackers map during 
delete operations
+    * [YUNIKORN-3028] - Fix Chromium test failures on GitHub PRs
+    * [YUNIKORN-3036] - fix race prevention regression
 
 ** Improvement
-    * [YUNIKORN-2977] - [Umbrella] DaemonSet preemption hardening
-    * [YUNIKORN-3000] - Add support for setting GOGC / GOMEMLIMIT in Helm chart
-
-** Test
-    * [YUNIKORN-3005] - Increase decreaseTrackedResource test coverage
+    * [YUNIKORN-3024] - [shim] Update to go 1.23
+    * [YUNIKORN-3029] - [core] Update to go 1.23
+    * [YUNIKORN-3030] - [web] Update to go 1.23
 
 ** Task
-    * [YUNIKORN-2953] - Placeholder release count incorrect
-    * [YUNIKORN-3002] - Update Go dependencies for CVE fixes
+    * [YUNIKORN-3040] - [SI] Update dependencies for CVE fixes
+    * [YUNIKORN-3041] - [Core] Update dependencies for CVE fixes
+    * [YUNIKORN-3042] - [Shim] Update dependencies for CVE fixes
+    * [YUNIKORN-3043] - [Web] Update go dependencies for CVE fixes
+
diff --git a/tools/release-configs.json b/tools/release-configs.json
index aa6d3cf..68f01ee 100644
--- a/tools/release-configs.json
+++ b/tools/release-configs.json
@@ -1,34 +1,34 @@
 {
   "release": {
-    "version": "1.6.1"
+    "version": "1.6.2"
   },
   "repositories": [
     {
       "name": "yunikorn-core",
       "alias": "core",
       "description": "scheduler core library",
-      "tag": "v1.6.1-2",
+      "tag": "v1.6.2-1",
       "repository": "https://github.com/apache/yunikorn-core";
     },
     {
       "name": "yunikorn-k8shim",
       "alias": "k8shim",
       "description": "the scheduler shim for K8s",
-      "tag": "v1.6.1-4",
+      "tag": "v1.6.2-1",
       "repository": "https://github.com/apache/yunikorn-k8shim";
     },
     {
       "name": "yunikorn-scheduler-interface",
       "alias": "scheduler-interface",
       "description": "the common scheduler interface that defines common 
messages and protocols",
-      "tag": "v1.6.1-1",
+      "tag": "v1.6.2-1",
       "repository": "https://github.com/apache/yunikorn-scheduler-interface";
     },
     {
       "name": "yunikorn-web",
       "alias": "web",
       "description": "the scheduler web UI",
-      "tag": "v1.6.1-2",
+      "tag": "v1.6.2-1",
       "repository": "https://github.com/apache/yunikorn-web";
     }
   ]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to