We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The GitHub action, by default, grabs the latest version. Using the docs for https://github.com/fluxcd/flux2/blob/main/action/README.md#automate-flux-updates, this subscribes users to release candidate (2.0.0 rc-1) vs. previous patterns of only stable versions. Should major pinning be considered, or should new practices be implemented for releasing candidates over stable versions?
Relates to #3735
Use fluxcd action in GitHub pipelines
Only stable versions be published
No response
N/A
The text was updated successfully, but these errors were encountered:
v0 is not a stable version, upgrading from v0.x to v2.0.0-rc.1 is expected as both versions are not stable in semver terms.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The GitHub action, by default, grabs the latest version. Using the docs for https://github.com/fluxcd/flux2/blob/main/action/README.md#automate-flux-updates, this subscribes users to release candidate (2.0.0 rc-1) vs. previous patterns of only stable versions. Should major pinning be considered, or should new practices be implemented for releasing candidates over stable versions?
Relates to #3735
Steps to reproduce
Use fluxcd action in GitHub pipelines
Expected behavior
Only stable versions be published
Screenshots and recordings
No response
OS / Distro
N/A
Flux version
N/A
Flux check
N/A
Git provider
No response
Container Registry provider
No response
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: