bump version to v3.15.0

Signed-off-by: Matt Farina <matt@mattfarina.com>
(cherry picked from commit d7afa3b6b4)
pull/13013/head
Matt Farina 2 months ago
parent 7b70fdf2a2
commit 886e626636

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

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

@ -1 +1 @@
Version: v3.14
Version: v3.15

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

Loading…
Cancel
Save