flatcar-linux-update-operator icon indicating copy to clipboard operation
flatcar-linux-update-operator copied to clipboard

Fix confusing release version handling

Open invidian opened this issue 5 years ago • 1 comments

We currently have VERSION, which is used for Docker image tag and we also have RELEASE_VERSION, which is read from VERSION file, which is used for setting up the version const in the binary.

I suggest we drop VERSION file and we always use ./build/git-version.sh script to define what version we build.

invidian avatar Jan 13 '20 10:01 invidian

Edit: oh, it seems to be more complicated than I thought, as this is used by the operator to verify semver compatibility between agent and operator...

invidian avatar Jan 13 '20 10:01 invidian