From 0f8af2e38902f9453c64e0fe2a21c3bb66e76be7 Mon Sep 17 00:00:00 2001 From: "alaudaa-renovate[bot]" <219066560+alaudaa-renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 22:31:10 +0000 Subject: [PATCH] chore(deps): update all patch dependencies --- .tekton/all-in-one.yaml | 4 ++-- Containerfile | 2 +- subtree/harbor/make/patches/patch-amd64.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.tekton/all-in-one.yaml b/.tekton/all-in-one.yaml index 99cff9c2e6..eeda8ca20b 100644 --- a/.tekton/all-in-one.yaml +++ b/.tekton/all-in-one.yaml @@ -203,10 +203,10 @@ spec: TRIVY_VERSION=v0.68.3-alauda-7 # renovate: datasource=github-releases depName=harbor-scanner-trivy packageName=AlaudaDevops/harbor-scanner-trivy - TRIVY_ADAPTER_VERSION=v0.34.3-alauda-2 + TRIVY_ADAPTER_VERSION=v0.34.3-alauda-3 # renovate: datasource=golang-version depName=go - export GOLANG_IMAGE_VERSION=1.26.3 + export GOLANG_IMAGE_VERSION=1.26.4 TRIVY_DOWNLOAD_URL=https://github.com/AlaudaDevops/trivy/releases/download/${TRIVY_VERSION}/trivy_Linux_${ARCH}.tar.gz TRIVY_ADAPTER_DOWNLOAD_URL=https://github.com/AlaudaDevops/harbor-scanner-trivy/releases/download/${TRIVY_ADAPTER_VERSION}/harbor-scanner-trivy_${TRIVY_ADAPTER_VERSION#v}_Linux_${ARCH}.tar.gz diff --git a/Containerfile b/Containerfile index 38e3b914b0..09c192543f 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,5 @@ # renovate: datasource=docker depName=golang -ARG GOLANG_VERSION=1.26.1-bookworm +ARG GOLANG_VERSION=1.26.4-bookworm FROM hub-mirrors.alauda.cn/library/golang:${GOLANG_VERSION} AS builder WORKDIR /tools diff --git a/subtree/harbor/make/patches/patch-amd64.sh b/subtree/harbor/make/patches/patch-amd64.sh index ab64680036..6419cdf4dd 100755 --- a/subtree/harbor/make/patches/patch-amd64.sh +++ b/subtree/harbor/make/patches/patch-amd64.sh @@ -25,7 +25,7 @@ change_base_image "tests/test-engine-image" # swagger # renovate: datasource=golang-version depName=go -export GOLANG_IMAGE_VERSION=1.26.3 +export GOLANG_IMAGE_VERSION=1.26.4 sed -i 's/node:16.18.0/docker-mirrors.alauda.cn\/library\/node:16.18.0/' "Makefile" sed -i 's/registry.npmjs.org/internal-mirrors.alauda.cn\/repository\/npm\//g' "Makefile"