Skip to content

v.5.5.0 (🎁 Surprise Gift)

Latest
Compare
Choose a tag to compare
@tomowatt tomowatt released this 22 Nov 09:16
· 2 commits to master since this release
8a77104

What's Changed

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