Skip to content

Commit

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

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/rancher/system-upgrade-controller | patch | `v0.14.1` ->
`v0.14.2` |
|
[rancher/system-upgrade-controller](https://redirect.github.com/rancher/system-upgrade-controller)
| patch | `v0.14.1` -> `v0.14.2` |

---

### Release Notes

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

###
[`v0.14.2`](https://redirect.github.com/rancher/system-upgrade-controller/releases/tag/v0.14.2)

[Compare
Source](https://redirect.github.com/rancher/system-upgrade-controller/compare/v0.14.1...v0.14.2)

#### What's Changed

- bump go to 1.23 and k8s to 1.31.1 by
[@&#8203;jiaqiluo](https://redirect.github.com/jiaqiluo) in
[https://github.com/rancher/system-upgrade-controller/pull/334](https://redirect.github.com/rancher/system-upgrade-controller/pull/334)

#### New Contributors

- [@&#8203;jiaqiluo](https://redirect.github.com/jiaqiluo) made their
first contribution in
[https://github.com/rancher/system-upgrade-controller/pull/334](https://redirect.github.com/rancher/system-upgrade-controller/pull/334)

**Full Changelog**:
rancher/system-upgrade-controller@v0.14.1...v0.14.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvcGF0Y2giXX0=-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
  • Loading branch information
lumiere-bot[bot] authored Oct 23, 2024
1 parent cf2a060 commit 07778d0
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 @@ -32,7 +32,7 @@ spec:
app:
image:
repository: docker.io/rancher/system-upgrade-controller
tag: v0.14.1@sha256:7e13a9b2b984f0c0fd6328439b575348723cc6954b91db3453057fcb784e2d29
tag: v0.14.2@sha256:3cdbfdd90f814702cefb832fc4bdb09ea93865a4d06c6bafd019d1dc6a9f34c9
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.14.1/crd.yaml
- https://github.com/rancher/system-upgrade-controller/releases/download/v0.14.2/crd.yaml
- helmrelease.yaml
- rbac.yaml

0 comments on commit 07778d0

Please sign in to comment.