github netresearch/ofelia v0.17.1

latest releases: v0.25.0, v0.24.0, v0.23.1...
5 months ago

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/ofelia

Verify 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

Don't miss a new ofelia release

NewReleases is sending notifications on new releases.