From c07adbae0a126310dd4c53e41af1555e92fe37d4 Mon Sep 17 00:00:00 2001 From: Lennart Jern Date: Mon, 16 Jun 2025 10:03:12 +0000 Subject: [PATCH 1/3] Bump go to 1.23.10 This addresses three vulnerabilities in the standard library: - GO-2025-3751 - GO-2025-3750 - GO-2025-3749 Signed-off-by: Lennart Jern --- Makefile | 2 +- netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e9cac21914..152a8d5817 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ unexport GOPATH TRACE ?= 0 # Go -GO_VERSION ?= 1.23.8 +GO_VERSION ?= 1.23.10 # Directories. ARTIFACTS ?= $(REPO_ROOT)/_artifacts diff --git a/netlify.toml b/netlify.toml index bc66eb0109..b7ab61100a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ command = "make -C docs/book build" publish = "docs/book/book" [build.environment] -GO_VERSION = "1.23.8" +GO_VERSION = "1.23.10" # Standard Netlify redirects [[redirects]] From 46a68f6b5da865683e224bd53ac76c5ecd64ac7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 19:56:25 +0000 Subject: [PATCH 2/3] :seedling:(deps): Bump softprops/action-gh-release Bumps the all-github-actions group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 2.2.2 to 2.3.2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/da05d552573ad5aba039eaac05058a918a7bf631...72f2c25fcb47643c292f7107632f7a47c1df5cd8) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5ca21b166b..b736600bd0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,7 +37,7 @@ jobs: env: GH_TOKEN: ${{ github.token }} - name: Release - uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # tag=v2.2.2 + uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # tag=v2.3.2 with: draft: true files: out/* From 5722424e38c050992650f02aa5a7e3071d8e6481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Fri, 20 Jun 2025 13:56:29 +0200 Subject: [PATCH 3/3] Vendoring --- .../vendor/sigs.k8s.io/cluster-api-provider-openstack/Makefile | 2 +- .../sigs.k8s.io/cluster-api-provider-openstack/netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/tools/vendor/sigs.k8s.io/cluster-api-provider-openstack/Makefile b/hack/tools/vendor/sigs.k8s.io/cluster-api-provider-openstack/Makefile index 5591367584..48fcc2402b 100644 --- a/hack/tools/vendor/sigs.k8s.io/cluster-api-provider-openstack/Makefile +++ b/hack/tools/vendor/sigs.k8s.io/cluster-api-provider-openstack/Makefile @@ -27,7 +27,7 @@ unexport GOPATH TRACE ?= 0 # Go -GO_VERSION ?= 1.23.8 +GO_VERSION ?= 1.23.10 # Directories. ARTIFACTS ?= $(REPO_ROOT)/_artifacts diff --git a/hack/tools/vendor/sigs.k8s.io/cluster-api-provider-openstack/netlify.toml b/hack/tools/vendor/sigs.k8s.io/cluster-api-provider-openstack/netlify.toml index bc66eb0109..b7ab61100a 100644 --- a/hack/tools/vendor/sigs.k8s.io/cluster-api-provider-openstack/netlify.toml +++ b/hack/tools/vendor/sigs.k8s.io/cluster-api-provider-openstack/netlify.toml @@ -4,7 +4,7 @@ command = "make -C docs/book build" publish = "docs/book/book" [build.environment] -GO_VERSION = "1.23.8" +GO_VERSION = "1.23.10" # Standard Netlify redirects [[redirects]]