-
Notifications
You must be signed in to change notification settings - Fork 529
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
jsonnet/Helm: Update rollout-operator to 0.17.0 #8399
Conversation
Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just wondering whether the changelog entry should be under Jsonnet.
Oh, yes! 🤦 |
Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new branch
git switch --create backport-8399-to-release-2.13 origin/release-2.13
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 5898e30514880c63ee161a5ff05f82fb3ccbb213
# Push it to GitHub
git push --set-upstream origin backport-8399-to-release-2.13
git switch main
# Remove the local backport branch
git branch -D backport-8399-to-release-2.13 Then, create a pull request where the |
* Update rollout-operator to v0.17.0 Signed-off-by: Peter Štibraný <pstibrany@gmail.com> * Update changelog, tests. Signed-off-by: Peter Štibraný <pstibrany@gmail.com> * update changelog Signed-off-by: Peter Štibraný <pstibrany@gmail.com> * Update rollout-operator in Helm. Signed-off-by: Peter Štibraný <pstibrany@gmail.com> * Fix helm docs. Signed-off-by: Peter Štibraný <pstibrany@gmail.com> * fix helm-docs --------- Signed-off-by: Peter Štibraný <pstibrany@gmail.com> (cherry picked from commit 5898e30)
* Update rollout-operator to v0.17.0 Signed-off-by: Peter Štibraný <pstibrany@gmail.com> * Update changelog, tests. Signed-off-by: Peter Štibraný <pstibrany@gmail.com> * update changelog Signed-off-by: Peter Štibraný <pstibrany@gmail.com> * Update rollout-operator in Helm. Signed-off-by: Peter Štibraný <pstibrany@gmail.com> * Fix helm docs. Signed-off-by: Peter Štibraný <pstibrany@gmail.com> * fix helm-docs --------- Signed-off-by: Peter Štibraný <pstibrany@gmail.com> (cherry picked from commit 5898e30) Co-authored-by: Peter Štibraný <pstibrany@gmail.com>
What this PR does
This PR updates rollout-operator to 0.17.0
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
.about-versioning.md
updated with experimental features.