feat: Replace shipbot with gh-based script for promoting binaries#18095
feat: Replace shipbot with gh-based script for promoting binaries#18095hakman wants to merge 1 commit intokubernetes:masterfrom
Conversation
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
3bb242e to
fc18473
Compare
hack/promote-to-github.sh
Outdated
|
|
||
| echo "Uploading binaries to GitHub release ${TAG} ..." | ||
|
|
||
| gh release upload "${TAG}" --repo "${REPO}" "${TMPDIR}"/* |
There was a problem hiding this comment.
we upload but we don't verify ?
There was a problem hiding this comment.
added something, but should be already covered by set -o errexit
a5fe72e to
d1e9c20
Compare
The new hack/promote-to-github.sh downloads binaries directly from artifacts.k8s.io and uploads them to the GitHub release using gh, ensuring byte-identical binaries between artifacts.k8s.io and GitHub. Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
|
/test pull-kops-e2e-k8s-gce-cilium |
|
/lgtm |
|
/test pull-kops-e2e-k8s-gce-ipalias |
The new hack/promote-to-github.sh downloads binaries directly from artifacts.k8s.io and uploads them to the GitHub release using gh, ensuring byte-identical binaries between artifacts.k8s.io and GitHub.
/cc @ameukam @rifelpet @justinsb