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

fix(container): update ghcr.io/kashalls/external-dns-unifi-webhook ( v0.2.0 → v0.2.1 ) #7881

Closed bot-ross[bot] closed 3 months ago

bot-ross[bot] commented 3 months ago

This PR contains the following updates:

Package Update Change
ghcr.io/kashalls/external-dns-unifi-webhook patch v0.2.0 -> v0.2.1

Release Notes

kashalls/external-dns-unifi-webhook (ghcr.io/kashalls/external-dns-unifi-webhook) ### [`v0.2.1`](https://togithub.com/kashalls/external-dns-unifi-webhook/releases/tag/v0.2.1) [Compare Source](https://togithub.com/kashalls/external-dns-unifi-webhook/compare/v0.2.0...v0.2.1) #### What's Changed - chore(deps): update docker/build-push-action action to v6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/kashalls/external-dns-unifi-webhook/pull/35](https://togithub.com/kashalls/external-dns-unifi-webhook/pull/35) - fix(deps): update module github.com/go-chi/chi/v5 to v5.0.13 by [@​renovate](https://togithub.com/renovate) in [https://github.com/kashalls/external-dns-unifi-webhook/pull/36](https://togithub.com/kashalls/external-dns-unifi-webhook/pull/36) - fix(deps): update module github.com/caarlos0/env/v11 to v11.1.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/kashalls/external-dns-unifi-webhook/pull/37](https://togithub.com/kashalls/external-dns-unifi-webhook/pull/37) - fix(deps): update module github.com/go-chi/chi/v5 to v5.1.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/kashalls/external-dns-unifi-webhook/pull/38](https://togithub.com/kashalls/external-dns-unifi-webhook/pull/38) - fix(deps): update module golang.org/x/net to v0.27.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/kashalls/external-dns-unifi-webhook/pull/41](https://togithub.com/kashalls/external-dns-unifi-webhook/pull/41) - chore(deps): update dependency go to v1.22.5 by [@​renovate](https://togithub.com/renovate) in [https://github.com/kashalls/external-dns-unifi-webhook/pull/40](https://togithub.com/kashalls/external-dns-unifi-webhook/pull/40) **Full Changelog**: https://github.com/kashalls/external-dns-unifi-webhook/compare/v0.2.0...v0.2.1

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 3 months ago
--- kubernetes/main/apps/network/external-dns/unifi Kustomization: flux-system/external-dns-unifi HelmRelease: network/external-dns-unifi

+++ kubernetes/main/apps/network/external-dns/unifi Kustomization: flux-system/external-dns-unifi HelmRelease: network/external-dns-unifi

@@ -50,13 +50,13 @@

           valueFrom:
             secretKeyRef:
               key: EXTERNAL_DNS_UNIFI_PASS
               name: external-dns-unifi-secret
         image:
           repository: ghcr.io/kashalls/external-dns-unifi-webhook
-          tag: v0.2.0@sha256:4f0d996ba6932f38e921b0717ba44cb58b7d687dcf6a55c9d3843396d23b22d1
+          tag: v0.2.1@sha256:5690d19149103e1f9fa7bed6783e5e9c7935fd347487d0e3cafe02589b2173f2
         livenessProbe:
           httpGet:
             path: /healthz
             port: http-wh-metrics
           initialDelaySeconds: 10
           timeoutSeconds: 5
bot-ross[bot] commented 3 months ago
--- HelmRelease: network/external-dns-unifi Deployment: network/external-dns-unifi

+++ HelmRelease: network/external-dns-unifi Deployment: network/external-dns-unifi

@@ -77,13 +77,13 @@

             port: http
           initialDelaySeconds: 5
           periodSeconds: 10
           successThreshold: 1
           timeoutSeconds: 5
       - name: webhook
-        image: ghcr.io/kashalls/external-dns-unifi-webhook:v0.2.0@sha256:4f0d996ba6932f38e921b0717ba44cb58b7d687dcf6a55c9d3843396d23b22d1
+        image: ghcr.io/kashalls/external-dns-unifi-webhook:v0.2.1@sha256:5690d19149103e1f9fa7bed6783e5e9c7935fd347487d0e3cafe02589b2173f2
         imagePullPolicy: IfNotPresent
         env:
         - name: UNIFI_HOST
           value: https://192.168.1.1
         - name: UNIFI_USER
           valueFrom: