From 013a0998ca2b14077c89548667cf2d29ae3420ed Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Thu, 5 Oct 2023 14:46:29 +0200 Subject: [PATCH] Update release-notes to v0.16.1 Also use the new binary location on the non-rate-limited Google Cloud Bucket. Signed-off-by: Sascha Grunert --- Makefile | 4 ++-- dependencies.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 70b75f9c5d0..25a0ffc0d8e 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ GOSEC_VERSION := 2.15.0 RELEASE_NOTES := ${BUILD_BIN_PATH}/release-notes ZEITGEIST := ${BUILD_BIN_PATH}/zeitgeist ZEITGEIST_VERSION := v0.4.1 -RELEASE_NOTES_VERSION := v0.15.1 +RELEASE_NOTES_VERSION := v0.16.1 BOM := ${BUILD_BIN_PATH}/bom BOM_VERSION := v0.5.1 SHFMT := ${BUILD_BIN_PATH}/shfmt @@ -265,7 +265,7 @@ define curl_to endef $(RELEASE_NOTES): $(BUILD_BIN_PATH) - $(call curl_to,https://github.com/kubernetes/release/releases/download/$(RELEASE_NOTES_VERSION)/release-notes-linux-amd64,$(RELEASE_NOTES)) + $(call curl_to,https://storage.googleapis.com/k8s-artifacts-sig-release/kubernetes/release/$(RELEASE_NOTES_VERSION)/release-notes-amd64-linux,$(RELEASE_NOTES)) $(SHFMT): $(BUILD_BIN_PATH) $(call curl_to,https://github.com/mvdan/sh/releases/download/$(SHFMT_VERSION)/shfmt_$(SHFMT_VERSION)_linux_amd64,$(SHFMT)) diff --git a/dependencies.yaml b/dependencies.yaml index d43c45a58a6..927626f9379 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -106,7 +106,7 @@ dependencies: match: BOM_VERSION - name: release-notes - version: 0.15.1 + version: 0.16.1 refPaths: - path: Makefile match: RELEASE_NOTES_VERSION