kubernetes-sigs / krew

📦 Find and install kubectl plugins
https://krew.sigs.k8s.io
Apache License 2.0
6.42k stars 369 forks source link

Download links for v0.4.2 release does not work #726

Closed tamalsaha closed 3 years ago

tamalsaha commented 3 years ago

Hello, The following links return 404

FYI, these links used to work for v0.4.1 release.

chriskim06 commented 3 years ago

there was a recent change made for releasing separated archives for each platform. the installation docs were also recently updated (albeit a little bit after we released 0.4.2).

were you relying on those links in CI? this isn't the first issue filed for this, although the others were due to the docs not being updated immediately with the release. if you were relying on this in CI then maybe we should include the old bundled tar in the release artifacts in addition to the platform specific ones.

/cc @ahmetb /cc @corneliusweig

tamalsaha commented 3 years ago

Hey, these links are also published in the GH release https://github.com/kubernetes-sigs/krew/releases/tag/v0.4.2

chriskim06 commented 3 years ago

ah that's a good call out, we missed editing hack/make-release-notes.sh in that other PR.

I'll update the release notes manually while this gets worked on.