Skip to content

v4.0.0 (🥧 Post Birthday Cake)

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Oct 12:25
· 396 commits to refs/heads/master since this release
4d20d26

Changes

This is a major release because it changes the default behaviour when a compose file has no version. We are being cautious as it is impossible to test all scenarios, but it is likely you can just upgrade, and nothing will break unless you are using a very old docker-compose version (before v1.27.0).

Dependency Updates

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker-compose#v3.13.0:
+     docker-compose#v4.0.0:
        image: someimage
        workdir: /app