Skip to content

feat(helm): update external-dns ( 1.15.2 → 1.21.1 )#61

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/external-dns-1.x
Open

feat(helm): update external-dns ( 1.15.2 → 1.21.1 )#61
renovate[bot] wants to merge 1 commit intomainfrom
renovate/external-dns-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 15, 2025

This PR contains the following updates:

Package Update Change
external-dns minor 1.15.21.21.1

Release Notes

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

v1.21.1

Added
  • Add value .sourceNamespace to watch a namespace which is different from the one that external-dns is installed into when .namespaced is true. (#​6297) @​jplitza
  • Add option to enable Gateway API ListenerSet support. (#​6381) @​speer
  • Add support for bool in extraArgs. (#​6179) @​farodin91
  • Add value .namespaceOverride to render chart resources into a namespace different from the release namespace, for subchart installs that want their own namespace. (#​6389) @​alliasgher
Changed
Fixed
  • Avoid creating cluster-scoped RBAC for Gateway API sources when running namespaced with gatewayNamespace set. Namespace listing permissions are now only added when gatewayNamespace is unset. (#​5843) @​TobyTheHutt
  • Ensure container arguments are passed in as strings (#​6264) @​KhooHaoYit
  • Ensure container arguments are passed in as strings when extraArgs is a map (#​6284) @​vflaux

v1.20.0

Added
Changed
Fixed
  • Fixed the missing schema for .provider.webhook.serviceMonitor configs (#​5932) @​chrisbsmith
  • Fixed incorrect indentation of selector labels under spec.template.spec.topologySpreadConstraints when topologySpreadConstraints is set. (#​6054) @​andylim0221

v1.16.0

Added
Changed

Configuration

📅 Schedule: (in timezone Europe/Lisbon)

  • Branch creation
    • "every weekend"
  • 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
Copy Markdown

github-actions Bot commented Feb 15, 2025

--- kubernetes/apps/network/external-dns/cloudflare Kustomization: flux-system/external-dns-cloudflare HelmRelease: network/external-dns-cloudflare

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

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

     spec:
       chart: external-dns
       sourceRef:
         kind: HelmRepository
         name: external-dns
         namespace: flux-system
-      version: 1.15.2
+      version: 1.20.0
   install:
     crds: CreateReplace
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2

@eivarin eivarin force-pushed the main branch 26 times, most recently from 01f3a13 to 6323045 Compare March 17, 2025 18:30
@eivarin eivarin force-pushed the main branch 25 times, most recently from 234272b to 85565c5 Compare March 18, 2025 01:31
@renovate renovate Bot changed the title fix(helm): update external-dns ( 1.15.1 → 1.15.2 ) fix(helm): update external-dns ( 1.15.1 → 1.15.2 ) - autoclosed Mar 18, 2025
@renovate renovate Bot closed this Mar 18, 2025
@renovate renovate Bot deleted the renovate/external-dns-1.x branch March 18, 2025 01:48
@github-actions
Copy link
Copy Markdown

--- HelmRelease: network/external-dns-cloudflare ServiceAccount: network/external-dns-cloudflare

+++ HelmRelease: network/external-dns-cloudflare ServiceAccount: network/external-dns-cloudflare

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

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

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

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

       labels:
         app.kubernetes.io/name: external-dns
         app.kubernetes.io/instance: external-dns-cloudflare
       annotations:
         secret.reloader.stakater.com/reload: cloudflare-api-token-secret
     spec:
+      automountServiceAccountToken: true
       serviceAccountName: external-dns-cloudflare
       securityContext:
         fsGroup: 65534
         runAsNonRoot: true
         seccompProfile:
           type: RuntimeDefault

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