From 2c0dbecdf2570317e7d43c9c4f44efe80ea9bdf2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 21:06:32 +0000 Subject: [PATCH] minor(deps): update dependency coredns/coredns to v1.12.0 --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 1d19c84..007c9c3 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,7 +1,7 @@ --- # @var coredns_version:description: Version of the release to install # renovate: datasource=github-releases depName=coredns/coredns -coredns_version: 1.11.4 +coredns_version: 1.12.0 # @var coredns_download:description: URL to the archive of the release to install coredns_download: "https://github.com/coredns/coredns/releases/download/v{{ coredns_version }}/coredns_{{ coredns_version }}_linux_amd64.tgz"