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
Recently on the v2.10.0 release cycle, prometheus-federator was released as an UnRc'ed version, however it was pointing for dependencies that were still rc versions, see the values.yaml field tag: rancher/charts@400a581#diff-55eb77103e4e30ec80dc204fb901bf33108d134771793e334086c81bd1f1ea57
prometheus-federator
rc
values.yaml field tag
This should never happen.
Implement a GHAction Job to check all tag fields from value.yaml files and make sure they do not contain a rc version in the field.
value.yaml
The job must only run on release-v2.* branches.
release-v2.*
The text was updated successfully, but these errors were encountered:
nicholasSUSE
No branches or pull requests
Problem
Recently on the v2.10.0 release cycle,
prometheus-federator
was released as an UnRc'ed version, however it was pointing for dependencies that were stillrc
versions, see thevalues.yaml field tag
:rancher/charts@400a581#diff-55eb77103e4e30ec80dc204fb901bf33108d134771793e334086c81bd1f1ea57
This should never happen.
Solution
Implement a GHAction Job to check all tag fields from
value.yaml
files and make sure they do not contain arc
version in the field.The job must only run on
release-v2.*
branches.The text was updated successfully, but these errors were encountered: