-
Notifications
You must be signed in to change notification settings - Fork 421
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to 0.4.0 and eliminate Chart app versions. (#810)
Why are these changes needed? This PR updates version tags in the release branch to 0.4.0. Once this PR is committed to the release branch, final 0.4.0 artifacts will be built from the branch. This PR should only be merged once we're ready to go through with the final release. Removing app version I've made a decision here to remove appVersions for the Helm charts. appVersion is optional and I don't believe we need an extra version string floating around. I'm open to keeping appVersion if anyone thinks it's needed. Signed-off-by: Dmitri Gekhtman <[email protected]>
- Loading branch information
1 parent
86b0af2
commit 7f83353
Showing
7 changed files
with
8 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
apiVersion: v2 | ||
appVersion: 0.4.0-rc.0 | ||
description: A Helm chart for Kubernetes | ||
name: kuberay-operator | ||
version: 0.4.0-rc.0 | ||
version: 0.4.0 | ||
icon: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png | ||
type: application |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
apiVersion: v1 | ||
appVersion: 0.4.0-rc.0 | ||
description: A Helm chart for Kubernetes | ||
name: ray-cluster | ||
version: 0.4.0-rc.0 | ||
version: 0.4.0 | ||
icon: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,5 +23,5 @@ bases: | |
images: | ||
- name: kuberay/operator | ||
newName: kuberay/operator | ||
newTag: v0.4.0-rc.0 | ||
newTag: v0.4.0 | ||
|