From d23630304be71cf541e9df2a739472ed3ca2e276 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 21 Nov 2024 18:03:56 +0000 Subject: [PATCH] chore(deps): update build tools --- .github/workflows/tests-main.yaml | 2 +- .github/workflows/tests.yaml | 2 +- Makefile | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests-main.yaml b/.github/workflows/tests-main.yaml index a0a8efd5..add11ba1 100644 --- a/.github/workflows/tests-main.yaml +++ b/.github/workflows/tests-main.yaml @@ -79,7 +79,7 @@ jobs: access_token_lifetime: 600s - id: secrets name: Get secrets - uses: google-github-actions/get-secretmanager-secrets@dc4a1392bad0fd60aee00bb2097e30ef07a1caae # v2.1.3 + uses: google-github-actions/get-secretmanager-secrets@e5bb06c2ca53b244f978d33348d18317a7f263ce # v2.2.2 with: secrets: |- NODEPOOL_SERVICEACCOUNT_EMAIL:${{ vars.GOOGLE_CLOUD_PROJECT }}/NODEPOOL_SERVICEACCOUNT_EMAIL diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index edc6ac57..568e2c9d 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -58,7 +58,7 @@ jobs: access_token_lifetime: 600s - id: secrets name: Get secrets - uses: google-github-actions/get-secretmanager-secrets@dc4a1392bad0fd60aee00bb2097e30ef07a1caae # v2.1.3 + uses: google-github-actions/get-secretmanager-secrets@e5bb06c2ca53b244f978d33348d18317a7f263ce # v2.2.2 with: secrets: |- NODEPOOL_SERVICEACCOUNT_EMAIL:${{ vars.GOOGLE_CLOUD_PROJECT }}/NODEPOOL_SERVICEACCOUNT_EMAIL diff --git a/Makefile b/Makefile index 5bd1b562..a4d17bf1 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ SHELL = /usr/bin/env bash -o pipefail .SHELLFLAGS = -ec ## The version to use for the cert-manager operator -CERT_MANAGER_VERSION=v1.15.0# renovate datasource=github-tags depName=cert-manager/cert-manager +CERT_MANAGER_VERSION=v1.16.2# renovate datasource=github-tags depName=cert-manager/cert-manager ##@ General @@ -436,10 +436,10 @@ CRD_REF_DOCS ?= $(LOCALBIN)/crd-ref-docs # additional whitespace will break the renovate regex rules. KUBECTL_VERSION=v1.29.3# renovate datasource=github-tags depName=kubernetes/kubernetes -TERRAFORM_VERSION=v1.8.5# renovate datasource=github-tags depName=hashicorp/terraform +TERRAFORM_VERSION=v1.9.8# renovate datasource=github-tags depName=hashicorp/terraform CONTROLLER_TOOLS_VERSION=v0.14.0# renovate datasource=go depName=sigs.k8s.io/controller-tools -CRD_REF_DOCS_VERSION=v0.0.12# renovate datasource=go depName=github.com/elastic/crd-ref-docs +CRD_REF_DOCS_VERSION=v0.1.0# renovate datasource=go depName=github.com/elastic/crd-ref-docs GOLANGCI_LINT_VERSION=v1.59.1# renovate datasource=go depName=github.com/golangci/golangci-lint/cmd/golangci-lint GO_LICENSES_VERSION=v1.6.0# renovate datasource=go depName=github.com/google/go-licenses