Skip to content

v1.1 (Pygmy 🐋)

Compare
Choose a tag to compare
@toolmantim toolmantim released this 09 Apr 10:00
· 1042 commits to master since this release
1e90ce3

What’s changed?

  • Drops support for Buildkite Agent Beta 7 and below, and removes the declare -x which could cause all environment variable values to be output into build logs.

Upgrading

To upgrade, update your pipeline.yml files:

 steps:
   - command: test.sh
     plugins:
-      docker-compose#v1.0:
+      docker-compose#v1.1:
         run: app