Skip to content

v4.1.0 (🫱🏻‍🫲🏼 Big Day)

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 12:40
· 428 commits to refs/heads/master since this release
9a55963

Changes

Bug Fixes:

  • There was a bug where service names with periods were not being handled correctly. Fixed in (#343) @toote
  • Made --no-ansi apply to all commands (#342) @toote

Upgrading

To upgrade, update your pipeline.yml files:

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