Skip to content

feat(container): update image ghcr.io/kashalls/external-dns-unifi-webhook ( v0.5.2 → v0.8.2 )#355

Open
flkr-23[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-kashalls-external-dns-unifi-webhook-0.x
Open

feat(container): update image ghcr.io/kashalls/external-dns-unifi-webhook ( v0.5.2 → v0.8.2 )#355
flkr-23[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-kashalls-external-dns-unifi-webhook-0.x

Conversation

@flkr-23
Copy link
Contributor

@flkr-23 flkr-23 bot commented May 17, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/kashalls/external-dns-unifi-webhook minor v0.5.2v0.8.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.8.2

Compare Source

What's Changed
  • fix(deps): update module github.com/go-chi/chi/v5 to v5.2.5 by @​renovate[bot] in #​167
  • chore(deps): update docker.io/library/golang docker tag to v1.26 by @​renovate[bot] in #​168

Full Changelog: kashalls/external-dns-unifi-webhook@v0.8.1...v0.8.2

v0.8.1

Compare Source

What's Changed

Full Changelog: kashalls/external-dns-unifi-webhook@v0.8.0...v0.8.1

v0.8.0

Compare Source

What's Changed
New Contributors

Full Changelog: kashalls/external-dns-unifi-webhook@v0.7.0...v0.8.0

v0.7.0

Compare Source

What's Changed

Full Changelog: kashalls/external-dns-unifi-webhook@v0.6.2...v0.7.0

v0.6.2

Compare Source

What's Changed
  • fix(deps): update module golang.org/x/net to v0.43.0 by @​renovate[bot] in #​125
  • fix(deps): update module github.com/prometheus/client_golang to v1.23.0 by @​renovate[bot] in #​124

Full Changelog: kashalls/external-dns-unifi-webhook@v0.6.1...v0.6.2

v0.6.1

Compare Source

What's Changed

Full Changelog: kashalls/external-dns-unifi-webhook@v0.6.0...v0.6.1

v0.6.0

Compare Source

What's Changed

Full Changelog: kashalls/external-dns-unifi-webhook@v0.5.2...v0.6.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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@flkr-23
Copy link
Contributor Author

flkr-23 bot commented May 17, 2025

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

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

@@ -78,13 +78,13 @@

             port: http
           initialDelaySeconds: 5
           periodSeconds: 10
           successThreshold: 1
           timeoutSeconds: 5
       - name: webhook
-        image: ghcr.io/kashalls/external-dns-unifi-webhook:v0.5.2@sha256:e1eef62e8d9f1966def6f2efc89ff42bcaba1060b0c2957d9cab57a11c900d5c
+        image: ghcr.io/kashalls/external-dns-unifi-webhook:v0.8.2@sha256:7f0ddbbc83a36a2a9d762e25eef9cafcb3adf0493068a27d72ae71087eafe6f0
         imagePullPolicy: IfNotPresent
         env:
         - name: UNIFI_HOST
           value: https://192.168.1.1
         - name: UNIFI_API_KEY
           valueFrom:

@flkr-23
Copy link
Contributor Author

flkr-23 bot commented May 17, 2025

--- kubernetes/apps/network/internal/external-dns Kustomization: network/external-dns-unifi HelmRelease: network/external-dns-unifi

+++ kubernetes/apps/network/internal/external-dns Kustomization: network/external-dns-unifi HelmRelease: network/external-dns-unifi

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

           valueFrom:
             secretKeyRef:
               key: UNIFI_API_KEY
               name: external-dns-unifi-secret
         image:
           repository: ghcr.io/kashalls/external-dns-unifi-webhook
-          tag: v0.5.2@sha256:e1eef62e8d9f1966def6f2efc89ff42bcaba1060b0c2957d9cab57a11c900d5c
+          tag: v0.8.2@sha256:7f0ddbbc83a36a2a9d762e25eef9cafcb3adf0493068a27d72ae71087eafe6f0
         livenessProbe:
           httpGet:
             path: /healthz
             port: http-webhook
           initialDelaySeconds: 10
           timeoutSeconds: 5

@flkr-23 flkr-23 bot force-pushed the renovate/ghcr.io-kashalls-external-dns-unifi-webhook-0.x branch from c36f84b to 80007ab Compare July 24, 2025 06:04
@flkr-23 flkr-23 bot changed the title feat(container): update image ghcr.io/kashalls/external-dns-unifi-webhook ( v0.5.2 → v0.6.0 ) feat(container): update image ghcr.io/kashalls/external-dns-unifi-webhook ( v0.5.2 → v0.6.1 ) Jul 24, 2025
@flkr-23 flkr-23 bot force-pushed the renovate/ghcr.io-kashalls-external-dns-unifi-webhook-0.x branch from 80007ab to a34ff16 Compare August 10, 2025 05:05
@flkr-23 flkr-23 bot changed the title feat(container): update image ghcr.io/kashalls/external-dns-unifi-webhook ( v0.5.2 → v0.6.1 ) feat(container): update image ghcr.io/kashalls/external-dns-unifi-webhook ( v0.5.2 → v0.6.2 ) Aug 10, 2025
@flkr-23 flkr-23 bot force-pushed the renovate/ghcr.io-kashalls-external-dns-unifi-webhook-0.x branch from a34ff16 to 6f786c5 Compare October 5, 2025 01:30
@flkr-23 flkr-23 bot changed the title feat(container): update image ghcr.io/kashalls/external-dns-unifi-webhook ( v0.5.2 → v0.6.2 ) feat(container): update image ghcr.io/kashalls/external-dns-unifi-webhook ( v0.5.2 → v0.7.0 ) Oct 5, 2025
@flkr-23 flkr-23 bot force-pushed the renovate/ghcr.io-kashalls-external-dns-unifi-webhook-0.x branch from 6f786c5 to 9b2b2d9 Compare December 25, 2025 01:31
@flkr-23 flkr-23 bot changed the title feat(container): update image ghcr.io/kashalls/external-dns-unifi-webhook ( v0.5.2 → v0.7.0 ) feat(container): update image ghcr.io/kashalls/external-dns-unifi-webhook ( v0.5.2 → v0.8.0 ) Dec 25, 2025
@flkr-23 flkr-23 bot force-pushed the renovate/ghcr.io-kashalls-external-dns-unifi-webhook-0.x branch from 9b2b2d9 to c765cbd Compare January 15, 2026 05:07
@flkr-23 flkr-23 bot changed the title feat(container): update image ghcr.io/kashalls/external-dns-unifi-webhook ( v0.5.2 → v0.8.0 ) feat(container): update image ghcr.io/kashalls/external-dns-unifi-webhook ( v0.5.2 → v0.8.1 ) Jan 15, 2026
@flkr-23 flkr-23 bot force-pushed the renovate/ghcr.io-kashalls-external-dns-unifi-webhook-0.x branch from c765cbd to e4051ce Compare February 13, 2026 04:37
@flkr-23 flkr-23 bot changed the title feat(container): update image ghcr.io/kashalls/external-dns-unifi-webhook ( v0.5.2 → v0.8.1 ) feat(container): update image ghcr.io/kashalls/external-dns-unifi-webhook ( v0.5.2 → v0.8.2 ) Feb 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants