gardener / autoscaler

Customised fork of cluster-autoscaler to support machine-controller-manager
Apache License 2.0
16 stars 25 forks source link

Use manual version handling to better indicate fork builds #332

Closed plkokanov closed 3 weeks ago

plkokanov commented 3 weeks ago

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

Release note:

NONE