Merge pull request #30834 from helm/bump-version-v3.18

bump version to v3.18.0
pull/30839/head
Matt Farina 5 months ago committed by GitHub
commit 021bcada55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1 +1 @@
version.BuildInfo{Version:"v3.17", GitCommit:"", GitTreeState:"", GoVersion:""}
version.BuildInfo{Version:"v3.18", GitCommit:"", GitTreeState:"", GoVersion:""}

@ -1 +1 @@
version.BuildInfo{Version:"v3.17", GitCommit:"", GitTreeState:"", GoVersion:""}
version.BuildInfo{Version:"v3.18", GitCommit:"", GitTreeState:"", GoVersion:""}

@ -1 +1 @@
Version: v3.17
Version: v3.18

@ -1 +1 @@
version.BuildInfo{Version:"v3.17", GitCommit:"", GitTreeState:"", GoVersion:""}
version.BuildInfo{Version:"v3.18", GitCommit:"", GitTreeState:"", GoVersion:""}

@ -29,7 +29,7 @@ var (
//
// Increment major number for new feature additions and behavioral changes.
// Increment minor number for bug fixes and performance enhancements.
version = "v3.17"
version = "v3.18"
// metadata is extra build time data
metadata = ""

@ -62,8 +62,8 @@ func TestDefaultCapabilities(t *testing.T) {
func TestDefaultCapabilitiesHelmVersion(t *testing.T) {
hv := DefaultCapabilities.HelmVersion
if hv.Version != "v3.17" {
t.Errorf("Expected default HelmVersion to be v3.17, got %q", hv.Version)
if hv.Version != "v3.18" {
t.Errorf("Expected default HelmVersion to be v3.18, got %q", hv.Version)
}
}

Loading…
Cancel
Save