From bf3b2ee9a8a90e049e8ead75a4c0caf9c5e417b5 Mon Sep 17 00:00:00 2001 From: "cluster-stack-bot[bot]" <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:41:52 +0200 Subject: [PATCH] :seedling: Update Builder Image group (#182) | datasource | package | from | to | | ----------- | ---------------------------- | ------- | ------- | | github-tags | aquasecurity/trivy | v0.51.4 | v0.52.2 | | docker | docker.io/lycheeverse/lychee | 0.14.3 | 0.15.1 | | github-tags | golangci/golangci-lint | v1.59.0 | v1.59.1 | | github-tags | kubernetes-sigs/cluster-api | v1.7.2 | v1.7.3 | Co-authored-by: cluster-stack-bot[bot] <143188378+cluster-stack-bot[bot]@users.noreply.github.com> --- .builder-image-version.txt | 2 +- images/builder/Dockerfile | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.builder-image-version.txt b/.builder-image-version.txt index 17e51c38..d917d3e2 100644 --- a/.builder-image-version.txt +++ b/.builder-image-version.txt @@ -1 +1 @@ -0.1.1 +0.1.2 diff --git a/images/builder/Dockerfile b/images/builder/Dockerfile index 3b2f297d..ce39a1ca 100644 --- a/images/builder/Dockerfile +++ b/images/builder/Dockerfile @@ -17,16 +17,16 @@ # If you make changes to this Dockerfile run `make builder-image-push`. # Install Lychee -FROM docker.io/lycheeverse/lychee:0.14.3 as lychee +FROM docker.io/lycheeverse/lychee:0.15.1 as lychee # Install Hadolint FROM docker.io/hadolint/hadolint:v2.12.0-alpine@sha256:7dba9a9f1a0350f6d021fb2f6f88900998a4fb0aaf8e4330aa8c38544f04db42 as hadolint FROM cgr.dev/chainguard/wolfi-base:latest as wolfi # update: datasource=github-tags depName=kubernetes-sigs/cluster-api -ENV CLUSTERCTL_VERSION="v1.7.2" +ENV CLUSTERCTL_VERSION="v1.7.3" # update: datasource=github-tags depName=golangci/golangci-lint -ENV GOLANGCI_VERSION="v1.59.0" +ENV GOLANGCI_VERSION="v1.59.1" # update: datasource=github-tags depName=kubernetes-sigs/kind ENV KIND_VERSION="v0.23.0" # update: datasource=github-tags depName=kubernetes/kubernetes @@ -34,7 +34,7 @@ ARG KUBECTL_VERSION="v1.27.3" # update: datasource=github-tags depName=kubernetes-sigs/kustomize extractVersion=^kustomize\/v(?.+)$ ENV KUSTOMIZE_VERSION="v5.3.0" # update: datasource=github-tags depName=aquasecurity/trivy -ENV TRIVY_VERSION="v0.51.4" +ENV TRIVY_VERSION="v0.52.2" # update: datasource=github-tags depName=kubernetes-sigs/controller-tools ENV CONTROLLER_GEN_VERSION="v0.15.0"