What's Changed
- Minor changes by @toote in #488
- Bubble up cleanup failures by @toote in #487
- Add option to allow env var usage in
push
strings by @lparry in #493
New Contributors
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker-compose#v5.9.0:
+ docker-compose#v5.10.0:
image: someimage
workdir: /app
Full Changelog: v5.9.0...v5.10.0