Skip to content

Commit 76cdef4

Browse files
authored
Merge pull request #8592 from adrianmoisey/bump-to-1.5.1
Update VPA defaults to 1.5.1 in the vpa-release-1.5 branch
2 parents 2a7543b + 5fa2370 commit 76cdef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertical-pod-autoscaler/common/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ package common
2121
var gitCommit = ""
2222

2323
// versionCore is the version of VPA.
24-
const versionCore = "1.5.0"
24+
const versionCore = "1.5.1"
2525

2626
// VerticalPodAutoscalerVersion returns the version of the VPA.
2727
func VerticalPodAutoscalerVersion() string {

0 commit comments

Comments
 (0)