Skip to content

v3.11.2 (🥳 The Weekend)

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Sep 23:40
· 495 commits to refs/heads/master since this release
9031b99

Changes

  • Deactivate renovate dependency dashboard (#338) @toote
  • Warnings with step-level array commands (#337) @toote
  • Support multiple version keys in docker-compose config (#336) @orien @toote

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker-compose#v3.11.1:
+     docker-compose#v3.11.2:
        image: someimage
        workdir: /app