Skip to content

v1.24.5

Choose a tag to compare

@yottahmd yottahmd released this 11 Nov 18:03
· 57 commits to main since this release
db32c66

This release includes bug fixes for Docker executor, health check endpoint, and OIDC configuration initialization. Thank you for all contributors who reported those issues.

Changed

  • Status: Renamed the canceled lifecycle label to aborted across the CLI, runtime, APIs, schemas, and UI so status analytics and automations reference a single canonical value.

Fixed

  • Docker executor: Preserve step-level container entrypoints so step commands can rely on the image's default binary (#1403)
  • Auth/API: Add configurable public paths so /api/v*/health bypasses authentication for uptime probes by default (#1404)
  • Auth/OIDC: Guard verifier initialization so unreachable issuers fail gracefully instead of crashing the server (#1407)

Contributors

Thanks to our contributors for this release:

Contribution Contributor
Step-level Docker executor entrypoint fix (#1403) @vnghia
Status label rename to aborted @ghansham
Health endpoint access report (#1404) @jeremydelattre59
OIDC init panic report (#1407) @alangrafu

Full Changelog: v1.24.2...v1.24.5