Skip to content

Commit 5fa2370

Browse files
committed
Update VPA defaults to 1.5.1 in the vpa-release-1.5 branch
1 parent 2a7543b commit 5fa2370

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)