This is an automated email from the ASF dual-hosted git repository. pbacsko pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/yunikorn-release.git
commit 8d598a1cc23dc23477863094d918ebbe02edc489 Author: Peter Bacsko <[email protected]> AuthorDate: Tue Sep 10 16:05:06 2024 +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..570e502 100644 --- a/tools/release-configs.json +++ b/tools/release-configs.json @@ -1,31 +1,31 @@ { "release": { - "version": "0.10.0" + "version": "1.6.0" }, "repositories": [ { "name": "yunikorn-core", "alias": "core", "description": "scheduler core library", - "tag": "v0.10.0", + "tag": "v1.6.0-1", "repository": "https://github.com/apache/yunikorn-core" }, { "name": "yunikorn-k8shim", "alias": "k8shim", "description": "the scheduler shim for K8s", - "tag": "v0.10.0", + "tag": "v1.6.0-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": "v0.10.0", + "tag": "v1.6.0-1", "repository": "https://github.com/apache/yunikorn-scheduler-interface" }, { "name": "yunikorn-web", "alias": "web", "description": "the scheduler web UI", - "tag": "v0.10.0", + "tag": "v1.6.0-1", "repository": "https://github.com/apache/yunikorn-web" } ] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
