Highlights
This patch release fixes a critical bug in the web UI where job history returned 404 errors due to Docker container name formatting.
Bug Fixes
Docker Container Name Fix (#423)
- Docker API returns container names with leading slash (e.g.,
/my-container) - This caused web UI job history to return 404 due to malformed URLs
- Container names are now properly sanitized
CI/CD Fixes (#424, #425, #426, #427, #428, #429)
- Fixed heredoc indentation in workflow YAML
- Simplified heredoc usage with natural variable expansion
- Work around SLSA builder repo detection issues
Included in this release
View all PRs and Issues included in this release
Verification
All binaries include SLSA Level 3 provenance attestations.
Verify binary provenance
slsa-verifier verify-artifact ofelia-linux-amd64 \
--provenance-path ofelia-linux-amd64.intoto.jsonl \
--source-uri github.com/netresearch/ofeliaVerify checksums signature
cosign verify-blob \
--certificate checksums.txt.pem \
--signature checksums.txt.sig \
--certificate-identity "https://github.com/netresearch/ofelia/.github/workflows/release-slsa.yml@refs/tags/v0.17.1" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
checksums.txt