-
Notifications
You must be signed in to change notification settings - Fork 1
ESO Chart upgrade to version 0.17.0 #125
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
Conversation
…iding breaking change
|
@vbontempi I have just merged #124 and generated v1.5.0 of the module. |
PR #124 was marked as patch release but I think you did the right thing to generate a minor version. |
|
/run pipeline |
|
🎉 This PR is included in version 2.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
IMPORTANT NOTE: this PR must be merged ONLY AFTER #124 is merged and a version is generated
This PR contains the following updates:
0.16.2->0.17.0Release required?
x.x.X)x.X.x)X.x.x)Release Notes
To avoid external secrets operator deployment disruption on the secrets synchronisation, it is strongly suggested to upgrade to version
1.5.0before upgrading to this new major versionexternal-secrets/external-secrets (external-secrets)
v0.17.0Compare Source
Image:
ghcr.io/external-secrets/external-secrets:v0.17.0Image:
ghcr.io/external-secrets/external-secrets:v0.17.0-ubiImage:
ghcr.io/external-secrets/external-secrets:v0.17.0-ubi-boringsslBREAKING CHANGE
v0.17.0 Stops serving
v1beta1apis. You need to update your manifests fromv1beta1tov1prior to updating fromv0.16tov0.17.The only change needed is upgrading your manifests to
v1(i.e. removing thebeta1fromv1beta1).Be sure to do that to all your manifests prior to bumping to
v0.17.0!v0.16.2already supportsv1so this process should be smooth.What's Changed
datareferences by @lgo in https://github.com/external-secrets/external-secrets/pull/430567d4f4bto8805179by @dependabot in https://github.com/external-secrets/external-secrets/pull/4767New Contributors
Full Changelog: external-secrets/external-secrets@v0.16.2...v0.17.0
Run the pipeline
If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.
Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:
Checklist for reviewers
For mergers