Skip to content

v2.0.0 (Whirlwind 🌪)

Compare
Choose a tag to compare
@toolmantim toolmantim released this 04 Apr 10:42
· 801 commits to master since this release
fedb400

Warning ⚠️ This release changed the key used for meta-data (see #112) which means v2.0.0 of this plugin won't be compatible with previous versions if you are mixing and matching between steps. Any custom code that is depending on the previous format of meta-data keys will need too be updated.

Changed

  • Change the meta-data key used for storing pre-built images (#112)
  • Add a pull option for pulling dependent services (#109)

Upgrading

To upgrade, update your pipeline.yml files:

 steps:
   - command: test.sh
     plugins:
-      docker-compose#v1.8.4:
+      docker-compose#v2.0.0:
         run: app