From 0a7714adb960c063ec10d8d4b678a9ce64acabb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 18:58:27 +0000 Subject: [PATCH] deps(deps): update all non-major dependencies Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile.devspace | 2 +- go.mod | 24 ++++++++++++------------ 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Dockerfile b/Dockerfile index f2328442..6b170371 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$TARGETPLATFORM golang:1.24.0-alpine3.20 AS builder +FROM --platform=$TARGETPLATFORM golang:1.24.3-alpine3.20 AS builder ARG TARGETOS ARG TARGETARCH diff --git a/Dockerfile.devspace b/Dockerfile.devspace index e97f140b..b0056150 100644 --- a/Dockerfile.devspace +++ b/Dockerfile.devspace @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$TARGETPLATFORM golang:1.24.0-alpine3.20 as builder +FROM --platform=$TARGETPLATFORM golang:1.24.3-alpine3.20 as builder ARG TARGETOS ARG TARGETARCH diff --git a/go.mod b/go.mod index 83d3b091..d67e5f8b 100644 --- a/go.mod +++ b/go.mod @@ -3,23 +3,23 @@ module github.com/validator-labs/validator-plugin-azure go 1.23.6 require ( - github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0 - github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.2 + github.com/Azure/azure-sdk-for-go/sdk/azcore v1.23.1 + github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.14.1 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v2 v2.2.0 - github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6 v6.3.0 + github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6 v6.4.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/quota/armquota v1.1.0 - github.com/go-logr/logr v1.4.2 + github.com/go-logr/logr v1.4.4 github.com/google/uuid v1.6.0 - github.com/onsi/ginkgo/v2 v2.22.2 - github.com/onsi/gomega v1.36.2 - github.com/stretchr/testify v1.10.0 + github.com/onsi/ginkgo/v2 v2.32.1 + github.com/onsi/gomega v1.43.0 + github.com/stretchr/testify v1.12.1 github.com/validator-labs/validator v0.1.16 golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa - k8s.io/api v0.32.2 - k8s.io/apimachinery v0.32.2 - k8s.io/client-go v0.32.2 - sigs.k8s.io/cluster-api v1.9.5 - sigs.k8s.io/controller-runtime v0.20.2 + k8s.io/api v0.37.0 + k8s.io/apimachinery v0.37.0 + k8s.io/client-go v0.37.0 + sigs.k8s.io/cluster-api v1.14.2 + sigs.k8s.io/controller-runtime v0.25.0 ) require (