We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
release-notes
1 parent 87adf58 commit d87857fCopy full SHA for d87857f
hack/release-notes.sh
@@ -18,11 +18,11 @@ set -euo pipefail
18
19
BUILD_DIR=build
20
BINARY=$BUILD_DIR/release-notes
21
-VERSION=v0.15.1
+VERSION=v0.16.8
22
23
mkdir -p $BUILD_DIR
24
curl -sSfL --retry 5 --retry-delay 10 -o $BINARY \
25
- https://github.com/kubernetes/release/releases/download/$VERSION/release-notes-linux-amd64
+ https://storage.googleapis.com/k8s-artifacts-sig-release/kubernetes/release/$VERSION/release-notes-amd64-linux
26
chmod +x $BINARY
27
28
PREVOUS_TAG=$(git tag | tail -2 | head -1)
0 commit comments