This is an automated email from the ASF dual-hosted git repository.
ccondit 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 8577b7d [YUNIKORN-3013] Update release-configs.json for 1.6.1
8577b7d is described below
commit 8577b7dda0cb2e0c2c25e535c76563a567d7a469
Author: Craig Condit <[email protected]>
AuthorDate: Wed Jan 15 10:53:04 2025 -0600
[YUNIKORN-3013] Update release-configs.json for 1.6.1
---
tools/release-configs.json | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/tools/release-configs.json b/tools/release-configs.json
index 570e502..da56a68 100644
--- a/tools/release-configs.json
+++ b/tools/release-configs.json
@@ -1,31 +1,34 @@
{
"release": {
- "version": "1.6.0"
+ "version": "1.6.1"
},
"repositories": [
{
"name": "yunikorn-core",
"alias": "core",
"description": "scheduler core library",
- "tag": "v1.6.0-1",
+ "tag": "v1.6.1-1",
"repository": "https://github.com/apache/yunikorn-core"
- }, {
+ },
+ {
"name": "yunikorn-k8shim",
"alias": "k8shim",
"description": "the scheduler shim for K8s",
- "tag": "v1.6.0-1",
+ "tag": "v1.6.1-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.0-1",
+ "tag": "v1.6.1-1",
"repository": "https://github.com/apache/yunikorn-scheduler-interface"
- }, {
+ },
+ {
"name": "yunikorn-web",
"alias": "web",
"description": "the scheduler web UI",
- "tag": "v1.6.0-1",
+ "tag": "v1.6.1-1",
"repository": "https://github.com/apache/yunikorn-web"
}
]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]