From d1bde0dd259283724c5da953bece764c0bb40887 Mon Sep 17 00:00:00 2001 From: "devin-ai-integration[bot]" <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:18:16 +0100 Subject: [PATCH] Update coredns container image to 1.12.0 (#325) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: gerald@giantswarm.io --- CHANGELOG.md | 4 ++++ helm/coredns-app/Chart.yaml | 2 +- helm/coredns-app/values.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c34dea..ff521bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s ## [Unreleased] +### Changed + +- Update `coredns` image to [1.12.0](https://github.com/coredns/coredns/releases/tag/v1.12.0). + ## [1.23.0] - 2024-11-14 ### Changed diff --git a/helm/coredns-app/Chart.yaml b/helm/coredns-app/Chart.yaml index ab87961..e826415 100644 --- a/helm/coredns-app/Chart.yaml +++ b/helm/coredns-app/Chart.yaml @@ -1,7 +1,7 @@ annotations: application.giantswarm.io/team: cabbage apiVersion: v2 -appVersion: 1.11.4 +appVersion: 1.12.0 description: A Helm chart for CoreDNS home: https://github.com/giantswarm/coredns-app icon: https://s.giantswarm.io/app-icons/coredns/1/dark.svg diff --git a/helm/coredns-app/values.yaml b/helm/coredns-app/values.yaml index 34bbfa3..8786180 100644 --- a/helm/coredns-app/values.yaml +++ b/helm/coredns-app/values.yaml @@ -42,7 +42,7 @@ configmap: image: registry: gsoci.azurecr.io name: giantswarm/coredns - tag: 1.11.4 + tag: 1.12.0 updateStrategy: type: RollingUpdate