Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 6, 2024

This PR contains the following updates:

Package Update Change
external-dns minor 1.14.31.19.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

kubernetes-sigs/external-dns (external-dns)

v1.19.0

Added
Changed

v1.18.0

Changed
Fixed

v1.17.0

Changed
Fixed

v1.16.1

Changed
  • Set defaults for automountServiceAccountToken and serviceAccount.automountServiceAccountToken to true in Helm chart values. (#​5207) @​t3mi
Fixed

v1.16.0

Added
Changed

v1.15.2

Changed
  • Added transportservers resource to ClusterRole when specifying f5-transportserver or f5-virtualserver as a source. (#​5066) @​visokoo
Fixed

v1.15.1

Added
  • Added ability to configure imagePullSecrets via helm global value. (#​4667) @​jkroepke
  • Added options to configure labelFilter and managedRecordTypes via dedicated helm values. (#​4849) @​abaguas
Changed
Fixed

v1.15.0

Changed
Fixed

v1.14.5

Added
Changed
Fixed

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.


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

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Apr 6, 2024

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

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

@@ -12,13 +12,13 @@

     spec:
       chart: external-dns
       sourceRef:
         kind: HelmRepository
         name: external-dns
         namespace: flux-system
-      version: 1.14.3
+      version: 1.19.0
   install:
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2
   uninstall:

@github-actions
Copy link

github-actions bot commented Apr 6, 2024

--- HelmRelease: networking/external-dns ServiceAccount: networking/external-dns

+++ HelmRelease: networking/external-dns ServiceAccount: networking/external-dns

@@ -5,8 +5,8 @@

   name: external-dns
   namespace: networking
   labels:
     app.kubernetes.io/name: external-dns
     app.kubernetes.io/instance: external-dns
     app.kubernetes.io/managed-by: Helm
-automountServiceAccountToken: null
+automountServiceAccountToken: true
 
--- HelmRelease: networking/external-dns Deployment: networking/external-dns

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

@@ -21,12 +21,13 @@

       labels:
         app.kubernetes.io/name: external-dns
         app.kubernetes.io/instance: external-dns
       annotations:
         secret.reloader.stakater.com/reload: external-dns-secret
     spec:
+      automountServiceAccountToken: true
       serviceAccountName: external-dns
       securityContext:
         fsGroup: 65534
         runAsNonRoot: true
         seccompProfile:
           type: RuntimeDefault
@@ -39,13 +40,13 @@

             - ALL
           privileged: false
           readOnlyRootFilesystem: true
           runAsGroup: 65532
           runAsNonRoot: true
           runAsUser: 65532
-        image: registry.k8s.io/external-dns/external-dns:v0.14.0
+        image: registry.k8s.io/external-dns/external-dns:v0.19.0
         imagePullPolicy: IfNotPresent
         env:
         - name: CF_API_TOKEN
           valueFrom:
             secretKeyRef:
               key: api-token
--- HelmRelease: networking/external-dns ServiceMonitor: networking/external-dns

+++ HelmRelease: networking/external-dns ServiceMonitor: networking/external-dns

@@ -6,13 +6,13 @@

   namespace: networking
   labels:
     app.kubernetes.io/name: external-dns
     app.kubernetes.io/instance: external-dns
     app.kubernetes.io/managed-by: Helm
 spec:
-  jobLabel: external-dns
+  jobLabel: app.kubernetes.io/instance
   namespaceSelector:
     matchNames:
     - networking
   selector:
     matchLabels:
       app.kubernetes.io/name: external-dns

@renovate renovate bot changed the title fix(helm): update chart external-dns to 1.14.4 fix(helm): update chart external-dns to 1.14.5 Jun 10, 2024
@renovate renovate bot force-pushed the renovate/external-dns-1.x branch from f28aee2 to 1659707 Compare June 10, 2024 19:24
@renovate renovate bot force-pushed the renovate/external-dns-1.x branch from 1659707 to 9d9a064 Compare September 11, 2024 20:14
@renovate renovate bot changed the title fix(helm): update chart external-dns to 1.14.5 feat(helm): update chart external-dns to 1.15.0 Sep 11, 2024
@renovate renovate bot changed the title feat(helm): update chart external-dns to 1.15.0 feat(helm): update chart external-dns to 1.15.1 Jan 27, 2025
@renovate renovate bot force-pushed the renovate/external-dns-1.x branch from 9d9a064 to 6c42ca6 Compare January 27, 2025 12:25
@renovate renovate bot changed the title feat(helm): update chart external-dns to 1.15.1 feat(helm): update chart external-dns to 1.15.2 Feb 14, 2025
@renovate renovate bot force-pushed the renovate/external-dns-1.x branch from 6c42ca6 to e0b7837 Compare February 14, 2025 18:29
@renovate renovate bot force-pushed the renovate/external-dns-1.x branch from e0b7837 to de8b8d5 Compare March 21, 2025 10:28
@renovate renovate bot changed the title feat(helm): update chart external-dns to 1.15.2 feat(helm): update chart external-dns to 1.16.0 Mar 21, 2025
@renovate renovate bot force-pushed the renovate/external-dns-1.x branch from de8b8d5 to 881e6b6 Compare April 11, 2025 12:32
@renovate renovate bot changed the title feat(helm): update chart external-dns to 1.16.0 feat(helm): update chart external-dns to 1.16.1 Apr 11, 2025
@renovate renovate bot force-pushed the renovate/external-dns-1.x branch from 881e6b6 to a11e493 Compare June 17, 2025 22:47
@renovate renovate bot changed the title feat(helm): update chart external-dns to 1.16.1 feat(helm): update chart external-dns to 1.17.0 Jun 17, 2025
@renovate renovate bot force-pushed the renovate/external-dns-1.x branch from a11e493 to 40f87fe Compare July 15, 2025 16:49
@renovate renovate bot changed the title feat(helm): update chart external-dns to 1.17.0 feat(helm): update chart external-dns to 1.18.0 Jul 15, 2025
@renovate renovate bot force-pushed the renovate/external-dns-1.x branch from 40f87fe to 63228ff Compare September 8, 2025 14:29
@renovate renovate bot changed the title feat(helm): update chart external-dns to 1.18.0 feat(helm): update chart external-dns to 1.19.0 Sep 8, 2025
@renovate renovate bot changed the title feat(helm): update chart external-dns to 1.19.0 feat(helm): update chart external-dns to 1.19.0 - autoclosed Nov 8, 2025
@renovate renovate bot closed this Nov 8, 2025
@renovate renovate bot deleted the renovate/external-dns-1.x branch November 8, 2025 17:32
@renovate renovate bot changed the title feat(helm): update chart external-dns to 1.19.0 - autoclosed feat(helm): update chart external-dns to 1.19.0 Nov 8, 2025
@renovate renovate bot reopened this Nov 8, 2025
@renovate renovate bot force-pushed the renovate/external-dns-1.x branch 2 times, most recently from 63228ff to cb1b357 Compare November 8, 2025 21:53
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.

1 participant