Update VPA version.go to 1.5.0 for release

This commit is contained in:
Ray Wainman 2025-05-12 17:25:21 -04:00 committed by GitHub
parent 2b33c4c790
commit a1ab8bc55f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ package common
var gitCommit = ""
// versionCore is the version of VPA.
const versionCore = "1.4.0"
const versionCore = "1.5.0"
// VerticalPodAutoscalerVersion returns the version of the VPA.
func VerticalPodAutoscalerVersion() string {