Skip to content

Commit

Permalink
fix(container): update system upgrade controller group to v0.13.2 (pa…
Browse files Browse the repository at this point in the history
…tch) (#3717)

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.1` -> `v0.13.2` |
|
[rancher/system-upgrade-controller](https://togithub.com/rancher/system-upgrade-controller)
| patch | `v0.13.1` -> `v0.13.2` |

---

### Release Notes

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

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

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

##### What's Changed

- feat: allow plan to ignore secret updates by
[@&#8203;buroa](https://togithub.com/buroa) in
[rancher/system-upgrade-controller#263
- 225: Add support for exclusive plans by
[@&#8203;jrodonnell](https://togithub.com/jrodonnell) in
[rancher/system-upgrade-controller#260
- Fix: upgrade go in go.mod and bci image by
[@&#8203;matttrach](https://togithub.com/matttrach) in
[rancher/system-upgrade-controller#268
- Use node name for job name instead of host name by
[@&#8203;brandond](https://togithub.com/brandond) in
[rancher/system-upgrade-controller#274
- Adding the ability to define a secuirty context and SELinux options by
[@&#8203;Auston-Ivison-Suse](https://togithub.com/Auston-Ivison-Suse) in
[rancher/system-upgrade-controller#257
- Adding image pull secrets by
[@&#8203;Dr-N00B](https://togithub.com/Dr-N00B) in
[rancher/system-upgrade-controller#272

##### New Contributors

- [@&#8203;buroa](https://togithub.com/buroa) made their first
contribution in
[rancher/system-upgrade-controller#263
- [@&#8203;jrodonnell](https://togithub.com/jrodonnell) made their first
contribution in
[rancher/system-upgrade-controller#260
- [@&#8203;matttrach](https://togithub.com/matttrach) made their first
contribution in
[rancher/system-upgrade-controller#268
- [@&#8203;Auston-Ivison-Suse](https://togithub.com/Auston-Ivison-Suse)
made their first contribution in
[rancher/system-upgrade-controller#257
- [@&#8203;Dr-N00B](https://togithub.com/Dr-N00B) made their first
contribution in
[rancher/system-upgrade-controller#272

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy43NC4zIiwidXBkYXRlZEluVmVyIjoiMzcuNzQuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
  • Loading branch information
lumiere-bot[bot] committed Nov 29, 2023
1 parent 21b06ae commit bbf981f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
main:
image:
repository: docker.io/rancher/system-upgrade-controller
tag: v0.13.1
tag: v0.13.2
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.1/crd.yaml
- https://github.com/rancher/system-upgrade-controller/releases/download/v0.13.2/crd.yaml
- helmrelease.yaml
- rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
main:
image:
repository: docker.io/rancher/system-upgrade-controller
tag: v0.13.1
tag: v0.13.2
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.1/crd.yaml
- https://github.com/rancher/system-upgrade-controller/releases/download/v0.13.2/crd.yaml
- helmrelease.yaml
- rbac.yaml

0 comments on commit bbf981f

Please sign in to comment.