Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(helm): update chart external-dns ( 1.14.3 → 1.15.1 ) #5311

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2024

This PR contains the following updates:

Package Update Change
external-dns minor 1.14.3 -> 1.15.1

Release Notes

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

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

v1.14.5

Added
Changed
Fixed

v1.14.4

Added
Changed

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.


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

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

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Apr 5, 2024

--- kubernetes/cluster-0/apps/network/external-dns/external Kustomization: flux-system/externaldns-external HelmRelease: network/external-dns

+++ kubernetes/cluster-0/apps/network/external-dns/external Kustomization: flux-system/externaldns-external HelmRelease: network/external-dns

@@ -14,13 +14,13 @@

       chart: external-dns
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: kubernetes-sigs-external-dns
         namespace: flux-system
-      version: 1.14.3
+      version: 1.15.1
   interval: 30m
   postRenderers:
   - kustomize:
       patches:
       - patch: |
           - op: add
--- kubernetes/cluster-0/apps/network/external-dns/internal Kustomization: flux-system/externaldns-internal HelmRelease: network/externaldns-internal

+++ kubernetes/cluster-0/apps/network/external-dns/internal Kustomization: flux-system/externaldns-internal HelmRelease: network/externaldns-internal

@@ -14,13 +14,13 @@

       chart: external-dns
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: kubernetes-sigs-external-dns
         namespace: flux-system
-      version: 1.14.3
+      version: 1.15.1
   interval: 30m
   postRenderers:
   - kustomize:
       patches:
       - patch: |
           - op: add

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Apr 5, 2024

--- HelmRelease: network/externaldns-internal Deployment: network/externaldns-internal

+++ HelmRelease: network/externaldns-internal Deployment: network/externaldns-internal

@@ -39,13 +39,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.15.1
         imagePullPolicy: IfNotPresent
         env:
         - name: EXTERNAL_DNS_RFC2136_HOST
           value: 10.20.0.15
         - name: EXTERNAL_DNS_RFC2136_PORT
           value: '5391'
--- HelmRelease: network/externaldns-internal ServiceMonitor: network/externaldns-internal

+++ HelmRelease: network/externaldns-internal ServiceMonitor: network/externaldns-internal

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

   namespace: network
   labels:
     app.kubernetes.io/name: external-dns
     app.kubernetes.io/instance: externaldns-internal
     app.kubernetes.io/managed-by: Helm
 spec:
-  jobLabel: externaldns-internal
+  jobLabel: app.kubernetes.io/instance
   namespaceSelector:
     matchNames:
     - network
   selector:
     matchLabels:
       app.kubernetes.io/name: external-dns
--- HelmRelease: network/external-dns Deployment: network/externaldns-external

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

@@ -39,13 +39,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.15.1
         imagePullPolicy: IfNotPresent
         env:
         - name: CF_API_TOKEN
           valueFrom:
             secretKeyRef:
               key: cloudflare_api_token
--- HelmRelease: network/external-dns ServiceMonitor: network/externaldns-external

+++ HelmRelease: network/external-dns ServiceMonitor: network/externaldns-external

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

   namespace: network
   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:
     - network
   selector:
     matchLabels:
       app.kubernetes.io/name: external-dns

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Apr 5, 2024

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
❌ COPYPASTE jscpd yes 2 1.22s
✅ REPOSITORY git_diff yes no 0.04s
✅ REPOSITORY secretlint yes no 3.31s
✅ YAML prettier 2 0 0.51s
✅ YAML yamllint 2 0 0.34s

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

@renovate renovate bot force-pushed the renovate/cluster-0-external-dns-1.x branch from fd897fd to f66a392 Compare June 10, 2024 19:30
@renovate renovate bot changed the title fix(helm): update chart external-dns ( 1.14.3 → 1.14.4 ) fix(helm): update chart external-dns ( 1.14.3 → 1.14.5 ) Jun 10, 2024
@renovate renovate bot force-pushed the renovate/cluster-0-external-dns-1.x branch from f66a392 to ebe4e3c Compare September 11, 2024 18:39
@renovate renovate bot changed the title fix(helm): update chart external-dns ( 1.14.3 → 1.14.5 ) feat(helm): update chart external-dns ( 1.14.3 → 1.15.0 ) Sep 11, 2024
| datasource | package      | from   | to     |
| ---------- | ------------ | ------ | ------ |
| helm       | external-dns | 1.14.3 | 1.15.1 |
@renovate renovate bot changed the title feat(helm): update chart external-dns ( 1.14.3 → 1.15.0 ) feat(helm): update chart external-dns ( 1.14.3 → 1.15.1 ) Jan 27, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-external-dns-1.x branch from ebe4e3c to d75fe0f Compare January 27, 2025 12:36
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