Changes
- Add option to build with
--with-dependencies
(#449) @mtollie - Mount agent job socket/token (#444) @jradtilbrook
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker-compose#v5.2.0:
+ docker-compose#v5.3.0:
image: someimage
workdir: /app
You can check out our notes for more detailed information on the major release of the plugin v5