Skip to content

ci: auto-update scoop bucket on release#48

Merged
mohit-nagaraj merged 1 commit into
mainfrom
feat/auto-update-scoop-bucket
Apr 21, 2026
Merged

ci: auto-update scoop bucket on release#48
mohit-nagaraj merged 1 commit into
mainfrom
feat/auto-update-scoop-bucket

Conversation

@mohit-nagaraj

Copy link
Copy Markdown
Member

Summary

Adds automation to update the Scoop bucket manifest when a new CLI version is released.

Changes

  • New job update-scoop-bucket in release workflow
  • Runs after release is published
  • Downloads checksums.txt from the release
  • Extracts SHA256 hash for orchcli_windows_amd64.exe
  • Updates KubeOrch/scoop bucket manifest with:
    • New version number
    • New SHA256 hash
  • Commits and pushes to scoop repo

Benefits

  • No more manual Scoop bucket updates
  • Version and hash always in sync with releases
  • Faster delivery to Scoop users

Test plan

  • Workflow syntax is valid
  • Next release (v0.0.6+) will auto-update scoop bucket

- Add update-scoop-bucket job to release workflow
- Downloads checksums.txt from release to get Windows exe SHA256
- Updates KubeOrch/scoop bucket manifest with new version and hash
- Commits directly to scoop repo main branch

This automates the Scoop bucket update process that was previously manual.

Signed-off-by: Mohit Nagaraj <mohitnagaraj20@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant