This is an automated email from the ASF dual-hosted git repository.
pbacsko pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/yunikorn-release.git
The following commit(s) were added to refs/heads/branch-1.7 by this push:
new 952dbc0 Update release-configs.json
952dbc0 is described below
commit 952dbc05bcd986a057f440e7b21f5ab6d064cefb
Author: Peter Bacsko <[email protected]>
AuthorDate: Mon Jun 16 16:34:26 2025 +0200
Update release-configs.json
---
tools/release-configs.json | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tools/release-configs.json b/tools/release-configs.json
index 142a6b5..f7a86ff 100644
--- a/tools/release-configs.json
+++ b/tools/release-configs.json
@@ -1,31 +1,31 @@
{
"release": {
- "version": "0.10.0"
+ "version": "1.7.0-beta"
},
"repositories": [
{
"name": "yunikorn-core",
"alias": "core",
"description": "scheduler core library",
- "tag": "v0.10.0",
+ "tag": "v1.7.0-0",
"repository": "https://github.com/apache/yunikorn-core"
}, {
"name": "yunikorn-k8shim",
"alias": "k8shim",
"description": "the scheduler shim for K8s",
- "tag": "v0.10.0",
+ "tag": "v1.7.0-0",
"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": "v0.10.0",
+ "tag": "v1.7.0-0",
"repository": "https://github.com/apache/yunikorn-scheduler-interface"
}, {
"name": "yunikorn-web",
"alias": "web",
"description": "the scheduler web UI",
- "tag": "v0.10.0",
+ "tag": "v1.7.0-0",
"repository": "https://github.com/apache/yunikorn-web"
}
]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]