Skip to content

v1.2.0 (⚪️ Chalk It Up)

Compare
Choose a tag to compare
@toolmantim toolmantim released this 05 Jun 12:40
· 476 commits to master since this release
aa79534

What’s changed?

  • Add support for connecting the container to a docker network #14 (@roblugton)
  • Support additional groups (--group-add) #20 (@haines)
  • Add docker runtime support #39 (@asford)

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-       docker#v1.1.1:
+       docker#v1.2.0:
        image: someimage
        workdir: /app