Pin k8sgpt to v0.4.36 - #1282
Conversation
v0.4.38 (latest) shipped no binaries, only an SBOM file, so the generated download URLs 404. Pin to v0.4.36 where binaries exist, transient until upstream re-attaches the binaries. Issue: k8sgpt-ai/k8sgpt#1775 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
AI Pull Request OverviewDisclaimer: This review was generated by automated AI and may contain errors. Do not trust its outputs without human verification. Summary
Approval rating (1-10)9/10. The change is narrow, justified, and consistent with the repository’s existing transient pin pattern. Summary per fileSummary per file
Overall AssessmentThe scoped change is appropriate for the stated failure mode: default version resolution would otherwise select a latest release whose assets are unsuitable for the existing download template. The explicit Detailed ReviewDetailed ReviewNo findings. The AI agent details. |
Pins k8sgpt to v0.4.36, transient: v0.4.38 (latest) shipped no binaries - only an SBOM file - so generated URLs 404.
Upstream issue: k8sgpt-ai/k8sgpt#1775
Verified v0.4.36 assets return 200 and
go run . get k8sgpt --os linux --arch x86_64 --verifypasses.Linked issue filed upstream: k8sgpt-ai/k8sgpt#1775