Skip to content

feat(helm): update chart coredns to 1.45.2#374

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/coredns-1.x
Open

feat(helm): update chart coredns to 1.45.2#374
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/coredns-1.x

Conversation

@renovate

@renovate renovate Bot commented Mar 29, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
coredns (source) minor 1.39.11.45.2

Release Notes

coredns/helm (coredns)

v1.45.2

Compare Source

CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services

What's Changed
New Contributors

Full Changelog: coredns/helm@coredns-1.45.1...coredns-1.45.2

v1.45.1

Compare Source

CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services

What's Changed
New Contributors

Full Changelog: coredns/helm@coredns-1.45.0...coredns-1.45.1

v1.45.0

Compare Source

CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services

What's Changed

Full Changelog: coredns/helm@coredns-1.44.3...coredns-1.45.0

v1.44.3

Compare Source

CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services

What's Changed

New Contributors

Full Changelog: coredns/helm@coredns-1.43.3...coredns-1.44.3

v1.43.3

Compare Source

CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services

What's Changed

New Contributors

Full Changelog: coredns/helm@coredns-1.43.2...coredns-1.43.3

v1.43.2

Compare Source

CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services

v1.43.1

Compare Source

CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services

v1.43.0

Compare Source

CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services

v1.42.4

Compare Source

CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services

v1.42.3

Compare Source

CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services

v1.42.2

Compare Source

CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services

v1.42.1

Compare Source

CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services

v1.42.0

Compare Source

CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services

v1.41.0

Compare Source

CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services

v1.40.0

Compare Source

CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services

v1.39.2

Compare Source

CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services


Configuration

📅 Schedule: Branch creation - "every weekend" (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 these updates 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

github-actions Bot commented Mar 29, 2025

Copy link
Copy Markdown
--- kubernetes/apps/kube-system/coredns/app Kustomization: flux-system/coredns HelmRelease: kube-system/coredns

+++ kubernetes/apps/kube-system/coredns/app Kustomization: flux-system/coredns HelmRelease: kube-system/coredns

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

     spec:
       chart: coredns
       sourceRef:
         kind: HelmRepository
         name: coredns
         namespace: flux-system
-      version: 1.39.1
+      version: 1.45.2
   install:
     remediation:
       retries: 3
   interval: 30m
   upgrade:
     cleanupOnFail: true

@github-actions

github-actions Bot commented Mar 29, 2025

Copy link
Copy Markdown
--- HelmRelease: kube-system/coredns Deployment: kube-system/coredns

+++ HelmRelease: kube-system/coredns Deployment: kube-system/coredns

@@ -48,13 +48,13 @@

         operator: Exists
       - effect: NoSchedule
         key: node-role.kubernetes.io/control-plane
         operator: Exists
       containers:
       - name: coredns
-        image: coredns/coredns:1.12.0
+        image: coredns/coredns:1.13.1
         imagePullPolicy: IfNotPresent
         args:
         - -conf
         - /etc/coredns/Corefile
         volumeMounts:
         - name: config-volume
@@ -89,16 +89,16 @@

         readinessProbe:
           httpGet:
             path: /ready
             port: 8181
             scheme: HTTP
           initialDelaySeconds: 30
-          periodSeconds: 10
+          periodSeconds: 5
           timeoutSeconds: 5
           successThreshold: 1
-          failureThreshold: 5
+          failureThreshold: 1
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             add:
             - NET_BIND_SERVICE
             drop:

@renovate renovate Bot changed the title fix(helm): update chart coredns to 1.39.2 feat(helm): update chart coredns to 1.40.0 Apr 22, 2025
@renovate renovate Bot force-pushed the renovate/coredns-1.x branch from 93631ee to 1919fe3 Compare April 22, 2025 16:31
@renovate renovate Bot changed the title feat(helm): update chart coredns to 1.40.0 feat(helm): update chart coredns to 1.41.0 Apr 29, 2025
@renovate renovate Bot force-pushed the renovate/coredns-1.x branch from 1919fe3 to 333b1c5 Compare April 29, 2025 17:50
@renovate renovate Bot changed the title feat(helm): update chart coredns to 1.41.0 feat(helm): update chart coredns to 1.42.0 May 1, 2025
@renovate renovate Bot force-pushed the renovate/coredns-1.x branch from 333b1c5 to e5ab927 Compare May 1, 2025 11:48
@renovate renovate Bot changed the title feat(helm): update chart coredns to 1.42.0 feat(helm): update chart coredns to 1.42.1 May 6, 2025
@renovate renovate Bot force-pushed the renovate/coredns-1.x branch from e5ab927 to 3f1b090 Compare May 6, 2025 16:22
@renovate renovate Bot changed the title feat(helm): update chart coredns to 1.42.1 feat(helm): update chart coredns to 1.42.2 May 26, 2025
@renovate renovate Bot force-pushed the renovate/coredns-1.x branch from 3f1b090 to 453b841 Compare May 26, 2025 12:56
@renovate renovate Bot changed the title feat(helm): update chart coredns to 1.42.2 feat(helm): update chart coredns to 1.42.3 Jun 10, 2025
@renovate renovate Bot force-pushed the renovate/coredns-1.x branch from 453b841 to ed1d46e Compare June 10, 2025 16:51
@renovate renovate Bot changed the title feat(helm): update chart coredns to 1.42.3 feat(helm): update chart coredns to 1.42.4 Jun 16, 2025
@renovate renovate Bot force-pushed the renovate/coredns-1.x branch from ed1d46e to cf8de44 Compare June 16, 2025 15:35
@renovate renovate Bot changed the title feat(helm): update chart coredns to 1.42.4 feat(helm): update chart coredns to 1.43.0 Jun 18, 2025
@renovate renovate Bot force-pushed the renovate/coredns-1.x branch from cf8de44 to d5035d7 Compare June 18, 2025 11:10
@renovate renovate Bot force-pushed the renovate/coredns-1.x branch from d5035d7 to 6735649 Compare August 4, 2025 16:55
@renovate renovate Bot changed the title feat(helm): update chart coredns to 1.43.0 feat(helm): update chart coredns to 1.43.1 Aug 4, 2025
@renovate renovate Bot changed the title feat(helm): update chart coredns to 1.43.1 feat(helm): update chart coredns to 1.43.2 Aug 8, 2025
@renovate renovate Bot force-pushed the renovate/coredns-1.x branch 2 times, most recently from 460caab to 31dfa10 Compare August 10, 2025 13:24
@renovate renovate Bot changed the title feat(helm): update chart coredns to 1.43.2 feat(helm): update chart coredns to 1.43.3 Aug 31, 2025
@renovate renovate Bot force-pushed the renovate/coredns-1.x branch from 31dfa10 to 913f887 Compare August 31, 2025 10:58
@renovate renovate Bot changed the title feat(helm): update chart coredns to 1.43.3 feat(helm): update chart coredns to 1.44.3 Oct 3, 2025
@renovate renovate Bot force-pushed the renovate/coredns-1.x branch from 913f887 to b794f7e Compare October 3, 2025 10:08
@renovate renovate Bot force-pushed the renovate/coredns-1.x branch from b794f7e to e452b00 Compare October 17, 2025 09:15
@renovate renovate Bot changed the title feat(helm): update chart coredns to 1.44.3 feat(helm): update chart coredns to 1.45.0 Oct 17, 2025
@renovate renovate Bot force-pushed the renovate/coredns-1.x branch from e452b00 to 3345dd3 Compare November 10, 2025 17:40
@renovate renovate Bot changed the title feat(helm): update chart coredns to 1.45.0 feat(helm): update chart coredns to 1.45.1 Jan 22, 2026
@renovate renovate Bot force-pushed the renovate/coredns-1.x branch from 3345dd3 to 2564e43 Compare January 22, 2026 09:52
@renovate renovate Bot force-pushed the renovate/coredns-1.x branch from 2564e43 to 746f993 Compare January 23, 2026 10:09
@renovate renovate Bot changed the title feat(helm): update chart coredns to 1.45.1 feat(helm): update chart coredns to 1.45.2 Jan 23, 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