Skip to content

v0.6.0-rc51

Pre-release
Pre-release

Choose a tag to compare

@buger buger released this 05 Aug 12:20
· 401 commits to main since this release
Fix Docker binary download URLs in release workflow

The Docker publish job was failing with 404 errors because of inconsistent version handling between the build and download steps. The build job keeps the 'v' prefix in binary names (e.g., probe-v0.6.0-rc50-x86_64-unknown-linux-gnu.tar.gz) but the Docker job was stripping it when constructing download URLs.

- Change VERSION extraction to match binary naming convention
- Update download URLs to use consistent versioning
- Resolves 404 errors in "Download binaries" step

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>