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
canceledlifecycle label toabortedacross 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*/healthbypasses 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