Skip to content

Commit d87857f

Browse files
committed
Update release-notes to v0.16.8
Signed-off-by: Sascha Grunert <[email protected]>
1 parent 87adf58 commit d87857f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/release-notes.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ set -euo pipefail
1818

1919
BUILD_DIR=build
2020
BINARY=$BUILD_DIR/release-notes
21-
VERSION=v0.15.1
21+
VERSION=v0.16.8
2222

2323
mkdir -p $BUILD_DIR
2424
curl -sSfL --retry 5 --retry-delay 10 -o $BINARY \
25-
https://github.com/kubernetes/release/releases/download/$VERSION/release-notes-linux-amd64
25+
https://storage.googleapis.com/k8s-artifacts-sig-release/kubernetes/release/$VERSION/release-notes-amd64-linux
2626
chmod +x $BINARY
2727

2828
PREVOUS_TAG=$(git tag | tail -2 | head -1)

0 commit comments

Comments
 (0)