What's Changed
- chore: update plugin version for new release by @jeremybumsted in #461
- SUP-2585: Docker Cache Support by @tomowatt in #459
- SUP-2585: Add Support for changing Build Drivers by @tomowatt in #463
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker-compose#v5.4.1:
+ docker-compose#v5.5.0:
image: someimage
workdir: /app
Full Changelog: v5.4.1...v5.5.0