v1.1 (Pygmy 🐋)
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