What this PR does / why we need it:
This PR changes the version of VPA to 1.2.1-gardener-build.2 and disables automatic version handling, so that we can manually bump the build number. E.g. the next version would be 1.2.1-gardener-build.3 and so on. When updating VPA from the upstream branch the major, minor and patch versions would have to be manually updated, e.g. to 1.3.0-gardener-build.1
Sadly, this cannot be handled with the current available API of cc-utils so we will have to maintain the version manually.
This is done so that we can better differentiate between builds of the upstream VPA and builds from our forked branch.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
/cc @ccwienk @ialidzhikov @voelzmo
What this PR does / why we need it: This PR changes the version of VPA to
1.2.1-gardener-build.2
and disables automatic version handling, so that we can manually bump the build number. E.g. the next version would be1.2.1-gardener-build.3
and so on. When updating VPA from the upstream branch the major, minor and patch versions would have to be manually updated, e.g. to 1.3.0-gardener-build.1Sadly, this cannot be handled with the current available API of cc-utils so we will have to maintain the version manually. This is done so that we can better differentiate between builds of the upstream VPA and builds from our forked branch.
Which issue(s) this PR fixes: Fixes #
Special notes for your reviewer: /cc @ccwienk @ialidzhikov @voelzmo
Release note: