Merge pull request #9716 from mattfarina/bump-version-v3.6

bump version to v3.6.0
pull/9734/head
Matt Farina 3 years ago committed by GitHub
commit 38956638aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

@ -1 +1 @@
Version: v3.5
Version: v3.6

@ -1 +1 @@
version.BuildInfo{Version:"v3.5", GitCommit:"", GitTreeState:"", GoVersion:""}
version.BuildInfo{Version:"v3.6", 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.5"
version = "v3.6"
// 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.5" {
t.Errorf("Expected default HelmVersion to be v3.5, got %q", hv.Version)
if hv.Version != "v3.6" {
t.Errorf("Expected default HelmVersion to be v3.6, got %q", hv.Version)
}
}

Loading…
Cancel
Save