Skip to content

v5.9.0 (🛍️ Buying Groceries)

Choose a tag to compare

@pzeballos pzeballos released this 08 May 19:17
· 100 commits to master since this release
e88d05b

What's Changed

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker-compose#v5.8.0:
+     docker-compose#v5.9.0:
        image: someimage
        workdir: /app

Full Changelog: v5.8.0...v5.9.0