From e83117d3104ba0b0fffaf9a9912b9fc7c7f1537c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:57:05 +0000 Subject: [PATCH] chore: update container images Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Makefile | 2 +- pkg/machinery/constants/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cb171f78d2..8baea85cef 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ TEXTLINT_FILTER_RULE_COMMENTS_VERSION ?= 1.2.2 # renovate: datasource=npm depName=textlint-rule-one-sentence-per-line TEXTLINT_RULE_ONE_SENTENCE_PER_LINE_VERSION ?= 2.0.0 # renovate: datasource=docker depName=klakegg/hugo -HUGO_VERSION ?= 0.111.3-ext-alpine +HUGO_VERSION ?= 0.111.3 OPERATING_SYSTEM := $(shell uname -s | tr "[:upper:]" "[:lower:]") ARCH := $(shell uname -m | sed 's/x86_64/amd64/' | sed 's/aarch64/arm64/') TALOSCTL_DEFAULT_TARGET := talosctl-$(OPERATING_SYSTEM) diff --git a/pkg/machinery/constants/constants.go b/pkg/machinery/constants/constants.go index d678e5ff95..fab330fc42 100644 --- a/pkg/machinery/constants/constants.go +++ b/pkg/machinery/constants/constants.go @@ -418,7 +418,7 @@ const ( // DefaultCoreDNSVersion is the default version for the CoreDNS. // renovate: datasource=docker depName=registry.k8s.io/coredns/coredns - DefaultCoreDNSVersion = "v1.11.3" + DefaultCoreDNSVersion = "v1.11.4" // LabelNodeRoleControlPlane is the node label required by a control plane node. LabelNodeRoleControlPlane = "node-role.kubernetes.io/control-plane"