Summary
The vendored gen-crd-api-reference-docs Travis deploy script used the deprecated https://git.io/goreleaser shortlink. GitHub deprecated and later retired the git.io URL shortener; those redirects should not be relied on.
Proposed change
In vendor/github.com/ahmetb/gen-crd-api-reference-docs/.travis.yml, replace the install URL with the canonical goreleaser install script on GitHub (same curl ... | bash pattern, stable destination).
Notes
- Comment/CI-path only; no runtime behavior in Serving.
- Parallels the approach used elsewhere (e.g. replacing shortlinks with canonical documentation or script URLs).
Summary
The vendored
gen-crd-api-reference-docsTravis deploy script used the deprecatedhttps://git.io/goreleasershortlink. GitHub deprecated and later retired the git.io URL shortener; those redirects should not be relied on.Proposed change
In
vendor/github.com/ahmetb/gen-crd-api-reference-docs/.travis.yml, replace the install URL with the canonical goreleaser install script on GitHub (samecurl ... | bashpattern, stable destination).Notes