Skip to content

Commit 5c770d7

Browse files
authored
Merge pull request #1404 from saschagrunert/release-notes-0.16.8
Update `release-notes` to v0.16.8
2 parents b67be59 + d87857f commit 5c770d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 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)