What's Changed
The API endpoint /v1/api/jobs now includes a status field that reports the Docker container state.
For example:
runningjob is currently runningexited (0)job ran successfuly and exited with status code0exited (1)job failed and exited with status code1
✨ Features
📦 Dependencies
- chore(deps): update docker/github-builder digest to 17bd7d6 by @renovate[bot] in #1399
- fix(deps): update aws-sdk-go-v2 monorepo by @renovate[bot] in #1400
- fix(deps): update module github.com/google/go-containerregistry to v0.21.6 by @renovate[bot] in #1401
- chore(deps): update docker/login-action action to v4.2.0 by @renovate[bot] in #1402
Full Changelog: v0.89.2...v0.90.0