flatcar-linux-update-operator
flatcar-linux-update-operator copied to clipboard
Fix confusing release version handling
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.
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...