axeII / home-ops

A repository for HomeOps where I perform Infrastructure as Code (IaC) and GitOps practices.
Do What The F*ck You Want To Public License
41 stars 1 forks source link

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

Closed bot-akira[bot] closed 1 month ago

bot-akira[bot] commented 1 month ago

This PR contains the following updates:

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

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

kashalls/external-dns-unifi-webhook (ghcr.io/kashalls/external-dns-unifi-webhook) ### [`v0.2.2`](https://togithub.com/kashalls/external-dns-unifi-webhook/releases/tag/v0.2.2) [Compare Source](https://togithub.com/kashalls/external-dns-unifi-webhook/compare/v0.2.1...v0.2.2) #### What's Changed - Update README.md by [@​bcrochet](https://togithub.com/bcrochet) in [https://github.com/kashalls/external-dns-unifi-webhook/pull/42](https://togithub.com/kashalls/external-dns-unifi-webhook/pull/42) - fix(deps): update module github.com/caarlos0/env/v11 to v11.2.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/kashalls/external-dns-unifi-webhook/pull/43](https://togithub.com/kashalls/external-dns-unifi-webhook/pull/43) - fix(deps): update module golang.org/x/net to v0.28.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/kashalls/external-dns-unifi-webhook/pull/45](https://togithub.com/kashalls/external-dns-unifi-webhook/pull/45) - chore(deps): update dependency go to v1.22.6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/kashalls/external-dns-unifi-webhook/pull/44](https://togithub.com/kashalls/external-dns-unifi-webhook/pull/44) #### New Contributors - [@​bcrochet](https://togithub.com/bcrochet) made their first contribution in [https://github.com/kashalls/external-dns-unifi-webhook/pull/42](https://togithub.com/kashalls/external-dns-unifi-webhook/pull/42) **Full Changelog**: https://github.com/kashalls/external-dns-unifi-webhook/compare/v0.2.1...v0.2.2

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-akira[bot] commented 1 month ago
--- kubernetes/apps/networking/external-dns/unifi Kustomization: flux-system/cluster-apps-external-dns-unifi HelmRelease: networking/external-dns-unifi

+++ kubernetes/apps/networking/external-dns/unifi Kustomization: flux-system/cluster-apps-external-dns-unifi HelmRelease: networking/external-dns-unifi

@@ -51,13 +51,13 @@

           valueFrom:
             secretKeyRef:
               key: UNIFI_PASS
               name: external-dns-unifi-secret
         image:
           repository: ghcr.io/kashalls/external-dns-unifi-webhook
-          tag: v0.2.1@sha256:5690d19149103e1f9fa7bed6783e5e9c7935fd347487d0e3cafe02589b2173f2
+          tag: v0.2.2@sha256:7778b1e932e920181007be34bb03306722e85fc8ded34cd87c0f16060b9f07e3
         livenessProbe:
           httpGet:
             path: /healthz
             port: http-wh-metrics
           initialDelaySeconds: 10
           timeoutSeconds: 5
bot-akira[bot] commented 1 month ago
--- HelmRelease: networking/external-dns-unifi Deployment: networking/external-dns-unifi

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

@@ -76,13 +76,13 @@

             port: http
           initialDelaySeconds: 5
           periodSeconds: 10
           successThreshold: 1
           timeoutSeconds: 5
       - name: webhook
-        image: ghcr.io/kashalls/external-dns-unifi-webhook:v0.2.1@sha256:5690d19149103e1f9fa7bed6783e5e9c7935fd347487d0e3cafe02589b2173f2
+        image: ghcr.io/kashalls/external-dns-unifi-webhook:v0.2.2@sha256:7778b1e932e920181007be34bb03306722e85fc8ded34cd87c0f16060b9f07e3
         imagePullPolicy: IfNotPresent
         env:
         - name: LOG_LEVEL
           value: debug
         - name: UNIFI_HOST
           value: https://192.168.69.1
axeII commented 1 month ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_