-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.1.4 reporting as 2.1.3 #7473
Comments
Triggered re-run of 2.1.3 build: https://github.com/fluent/fluent-bit/actions/runs/5005546281 |
Sanity check to prevent future issues added as part of #7474 |
Containers are tagged correctly but internally report 2.1.3, notice the delta in the git commit and digest though:
|
Triggering re-release of 2.1.3: https://github.com/fluent/fluent-bit/actions/runs/5079276952 2.1.3 binaries should now be based on the 2.1.3 tag. |
@edsiper the question now is what to do about 2.1.4. Either we move the tag or just skip to 2.1.5 which might be better. |
Tag moved and retriggered release. |
Bug Report
The CMakeLists.txt version was not updated for the 2.1.4 release which means all packages, not containers though, are built for a 2.1.3 version and naming. This then means they have overwritten the previous 2.1.3 binaries in the repositories.
We need a check for this in the pre-release phase and/or move to using the tag during release for CMake rather than hardcoded values.
To resolve:
The text was updated successfully, but these errors were encountered: