Skip to content
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

Merged
merged 6 commits into from
Jun 17, 2024

Conversation

pstibrany
Copy link
Member

What this PR does

This PR updates rollout-operator to 0.17.0

Checklist

  • Tests updated.
  • Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • about-versioning.md updated with experimental features.

Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
Copy link
Contributor

@aknuds1 aknuds1 left a 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.

@pstibrany
Copy link
Member Author

LGTM, just wondering whether the changelog entry should be under Jsonnet.

Oh, yes! 🤦

Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
@pstibrany pstibrany changed the title Update rollout-operator to 0.17.0 jsonnet: Update rollout-operator to 0.17.0 Jun 17, 2024
Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
@pstibrany pstibrany marked this pull request as ready for review June 17, 2024 14:40
@pstibrany pstibrany requested a review from a team as a code owner June 17, 2024 14:40
Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
@pstibrany pstibrany merged commit 5898e30 into main Jun 17, 2024
31 checks passed
@pstibrany pstibrany deleted the update-rollout-operator branch June 17, 2024 15:10
@pstibrany pstibrany changed the title jsonnet: Update rollout-operator to 0.17.0 jsonnet/Helm: Update rollout-operator to 0.17.0 Jun 17, 2024
@dimitarvdimitrov dimitarvdimitrov mentioned this pull request Jun 21, 2024
66 tasks
@grafanabot
Copy link
Contributor

The backport to release-2.13 failed:

The process '/usr/bin/git' failed with exit code 1

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 base branch is release-2.13 and the compare/head branch is backport-8399-to-release-2.13.

dimitarvdimitrov pushed a commit that referenced this pull request Jun 21, 2024
* 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)
dimitarvdimitrov added a commit that referenced this pull request Jun 21, 2024
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants