onedr0p / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
https://onedr0p.github.io/home-ops/
Do What The F*ck You Want To Public License
1.98k stars 179 forks source link

feat(container): update ghcr.io/buroa/system-upgrade-controller ( v0.14.5 → v0.15.0 ) #7935

Closed bot-ross[bot] closed 2 months ago

bot-ross[bot] commented 2 months ago

This PR contains the following updates:

Package Update Change
ghcr.io/buroa/system-upgrade-controller minor v0.14.5 -> v0.15.0

Release Notes

buroa/system-upgrade-controller (ghcr.io/buroa/system-upgrade-controller) ### [`v0.15.0`](https://togithub.com/buroa/system-upgrade-controller/releases/tag/v0.15.0) [Compare Source](https://togithub.com/buroa/system-upgrade-controller/compare/v0.14.5...v0.15.0) #### What's Changed - fix(deps): update module k8s.io/kubernetes to v1.30.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/buroa/system-upgrade-controller/pull/39](https://togithub.com/buroa/system-upgrade-controller/pull/39) - fix(deps): update kubernetes packages to v0.30.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/buroa/system-upgrade-controller/pull/40](https://togithub.com/buroa/system-upgrade-controller/pull/40) - chore(deps): update docker/build-push-action action to v6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/buroa/system-upgrade-controller/pull/41](https://togithub.com/buroa/system-upgrade-controller/pull/41) - fix(deps): update kubernetes packages to v0.30.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/buroa/system-upgrade-controller/pull/44](https://togithub.com/buroa/system-upgrade-controller/pull/44) - fix(deps): update module k8s.io/kubectl to v0.30.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/buroa/system-upgrade-controller/pull/45](https://togithub.com/buroa/system-upgrade-controller/pull/45) - fix(deps): update module k8s.io/kubernetes to v1.30.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/buroa/system-upgrade-controller/pull/43](https://togithub.com/buroa/system-upgrade-controller/pull/43) - fix(deps): update module github.com/urfave/cli/v2 to v2.27.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/buroa/system-upgrade-controller/pull/46](https://togithub.com/buroa/system-upgrade-controller/pull/46) - fix(deps): update module github.com/onsi/gomega to v1.34.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/buroa/system-upgrade-controller/pull/47](https://togithub.com/buroa/system-upgrade-controller/pull/47) - fix(deps): update module github.com/onsi/ginkgo/v2 to v2.19.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/buroa/system-upgrade-controller/pull/48](https://togithub.com/buroa/system-upgrade-controller/pull/48) - fix(deps): update module github.com/rancher/wrangler/v2 to v3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/buroa/system-upgrade-controller/pull/42](https://togithub.com/buroa/system-upgrade-controller/pull/42) **Full Changelog**: https://github.com/buroa/system-upgrade-controller/compare/v0.14.5...v0.15.0

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 this update again.



This PR has been generated by Renovate Bot.

bot-ross[bot] commented 2 months ago
--- HelmRelease: system-upgrade/system-upgrade-controller Deployment: system-upgrade/system-upgrade-controller

+++ HelmRelease: system-upgrade/system-upgrade-controller Deployment: system-upgrade/system-upgrade-controller

@@ -79,13 +79,13 @@

         - name: SYSTEM_UPGRADE_JOB_PRIVILEGED
           value: 'true'
         - name: SYSTEM_UPGRADE_JOB_TTL_SECONDS_AFTER_FINISH
           value: '900'
         - name: SYSTEM_UPGRADE_PLAN_POLLING_INTERVAL
           value: 15m
-        image: ghcr.io/buroa/system-upgrade-controller:v0.14.5@sha256:637d16bd86c472f5ecc51577bfbf21e5fd4d240f33b7f16dd600b13f6579a48c
+        image: ghcr.io/buroa/system-upgrade-controller:v0.15.0@sha256:e97af620194c4b48e26b2ecf71d24a0cadcb6b67a35c33b411549bd53ac0194d
         name: app
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
bot-ross[bot] commented 2 months ago
--- kubernetes/main/apps/system-upgrade/system-upgrade-controller/app Kustomization: flux-system/system-upgrade-controller HelmRelease: system-upgrade/system-upgrade-controller

+++ kubernetes/main/apps/system-upgrade/system-upgrade-controller/app Kustomization: flux-system/system-upgrade-controller HelmRelease: system-upgrade/system-upgrade-controller

@@ -45,13 +45,13 @@

               SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE: registry.k8s.io/kubectl:v1.30.3
               SYSTEM_UPGRADE_JOB_PRIVILEGED: true
               SYSTEM_UPGRADE_JOB_TTL_SECONDS_AFTER_FINISH: 900
               SYSTEM_UPGRADE_PLAN_POLLING_INTERVAL: 15m
             image:
               repository: ghcr.io/buroa/system-upgrade-controller
-              tag: v0.14.5@sha256:637d16bd86c472f5ecc51577bfbf21e5fd4d240f33b7f16dd600b13f6579a48c
+              tag: v0.15.0@sha256:e97af620194c4b48e26b2ecf71d24a0cadcb6b67a35c33b411549bd53ac0194d
             securityContext:
               allowPrivilegeEscalation: false
               capabilities:
                 drop:
                 - ALL
               readOnlyRootFilesystem: true