Skip to content

Commit 0d439e1

Browse files
committed
bump version to v3.16.0
Signed-off-by: Matt Farina <[email protected]>
1 parent 1ac6fce commit 0d439e1

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version.BuildInfo{Version:"v3.15", GitCommit:"", GitTreeState:"", GoVersion:""}
1+
version.BuildInfo{Version:"v3.16", GitCommit:"", GitTreeState:"", GoVersion:""}
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version.BuildInfo{Version:"v3.15", GitCommit:"", GitTreeState:"", GoVersion:""}
1+
version.BuildInfo{Version:"v3.16", GitCommit:"", GitTreeState:"", GoVersion:""}
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.15
1+
v3.16
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Version: v3.15
1+
Version: v3.16

cmd/helm/testdata/output/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version.BuildInfo{Version:"v3.15", GitCommit:"", GitTreeState:"", GoVersion:""}
1+
version.BuildInfo{Version:"v3.16", GitCommit:"", GitTreeState:"", GoVersion:""}

internal/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var (
2929
//
3030
// Increment major number for new feature additions and behavioral changes.
3131
// Increment minor number for bug fixes and performance enhancements.
32-
version = "v3.15"
32+
version = "v3.16"
3333

3434
// metadata is extra build time data
3535
metadata = ""

pkg/chartutil/capabilities_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func TestDefaultCapabilities(t *testing.T) {
6262
func TestDefaultCapabilitiesHelmVersion(t *testing.T) {
6363
hv := DefaultCapabilities.HelmVersion
6464

65-
if hv.Version != "v3.15" {
65+
if hv.Version != "v3.16" {
6666
t.Errorf("Expected default HelmVersion to be v3.15, got %q", hv.Version)
6767
}
6868
}

0 commit comments

Comments
 (0)