Skip to content

Commit

Permalink
feat(container): update image rancher/system-upgrade-controller to v0…
Browse files Browse the repository at this point in the history
….11.0 (#887)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[rancher/system-upgrade-controller](https://togithub.com/rancher/system-upgrade-controller)
| Kustomization | minor | `v0.10.0` -> `v0.11.0` |

---

### Release Notes

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

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

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

##### What's Changed

- Add support for PodSelector in DrainSpec by
[@&#8203;brandond](https://togithub.com/brandond) in
[https://github.com/rancher/system-upgrade-controller/pull/231](https://togithub.com/rancher/system-upgrade-controller/pull/231)
- Set Kubernetes owner references on Job objects by
[@&#8203;brandond](https://togithub.com/brandond) in
[https://github.com/rancher/system-upgrade-controller/pull/235](https://togithub.com/rancher/system-upgrade-controller/pull/235)
- examples: add upgrade YAML for MicroOS by
[@&#8203;aplanas](https://togithub.com/aplanas) in
[https://github.com/rancher/system-upgrade-controller/pull/237](https://togithub.com/rancher/system-upgrade-controller/pull/237)
- Fix Spec.Drain.PodSelector by
[@&#8203;brandond](https://togithub.com/brandond) in
[https://github.com/rancher/system-upgrade-controller/pull/239](https://togithub.com/rancher/system-upgrade-controller/pull/239)
- Bump github.com/rancher/wrangler from
0.8.11-0.20230207214913-209077f2d98f to 0.8.11 in /pkg/apis by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/rancher/system-upgrade-controller/pull/233](https://togithub.com/rancher/system-upgrade-controller/pull/233)

##### New Contributors

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

**Full Changelog**:
rancher/system-upgrade-controller@v0.10.0...v0.11.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on saturday" (UTC), 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 this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/RickCoxDev/home-cluster).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 25, 2023
1 parent ee15d57 commit e3903f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- github.com/rancher/system-upgrade-controller?ref=v0.10.0
- github.com/rancher/system-upgrade-controller?ref=v0.11.0
- plans
images:
- name: rancher/system-upgrade-controller
newTag: v0.10.0
newTag: v0.11.0
patchesStrategicMerge:
# Delete namespace resource
- |
Expand Down

0 comments on commit e3903f4

Please sign in to comment.