Skip to content

Commit

Permalink
fix(container): update system upgrade controller group ( v0.13.2 → v0…
Browse files Browse the repository at this point in the history
….13.3 ) (patch) (#4296)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/rancher/system-upgrade-controller](https://togithub.com/rancher/system-upgrade-controller)
| patch | `v0.13.2` -> `v0.13.3` |
|
[rancher/system-upgrade-controller](https://togithub.com/rancher/system-upgrade-controller)
| patch | `v0.13.2` -> `v0.13.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>rancher/system-upgrade-controller
(docker.io/rancher/system-upgrade-controller)</summary>

###
[`v0.13.3`](https://togithub.com/rancher/system-upgrade-controller/releases/tag/v0.13.3)

[Compare
Source](https://togithub.com/rancher/system-upgrade-controller/compare/v0.13.2...v0.13.3)

#### What's Changed

- Propagate labels and annotations from plans to jobs by
[@&#8203;sfackler](https://togithub.com/sfackler) in
[rancher/system-upgrade-controller#286
- Add a Complete condition to plans by
[@&#8203;sfackler](https://togithub.com/sfackler) in
[rancher/system-upgrade-controller#292
- feat: Reduce permissions for system-upgrade-controller serviceaccount
by [@&#8203;SISheogorath](https://togithub.com/SISheogorath) in
[rancher/system-upgrade-controller#288
- Bump mods by [@&#8203;brandond](https://togithub.com/brandond) in
[rancher/system-upgrade-controller#293

#### New Contributors

- [@&#8203;sfackler](https://togithub.com/sfackler) made their first
contribution in
[rancher/system-upgrade-controller#286
- [@&#8203;SISheogorath](https://togithub.com/SISheogorath) made their
first contribution in
[rancher/system-upgrade-controller#288

**Full Changelog**:
rancher/system-upgrade-controller@v0.13.2...v0.13.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTkuNyIsInVwZGF0ZWRJblZlciI6IjM3LjIxOS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
  • Loading branch information
lumiere-bot[bot] committed Feb 29, 2024
1 parent 056fb83 commit 7f75e19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
main:
image:
repository: docker.io/rancher/system-upgrade-controller
tag: v0.13.2@sha256:c3d120c265c3d1167f077bf79a88d0a401dd3a54ce6933e4cb98b2e51a1ed49b
tag: v0.13.3@sha256:9407a0197249519521d92489b6590dfd1524ef3169ca64cae626bbd2254045a6
env:
SYSTEM_UPGRADE_CONTROLLER_DEBUG: false
SYSTEM_UPGRADE_CONTROLLER_THREADS: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# renovate: datasource=github-releases depName=rancher/system-upgrade-controller
- https://github.com/rancher/system-upgrade-controller/releases/download/v0.13.2/crd.yaml
- https://github.com/rancher/system-upgrade-controller/releases/download/v0.13.3/crd.yaml
- helmrelease.yaml
- rbac.yaml

0 comments on commit 7f75e19

Please sign in to comment.