Bugfixes
Invalid tags in some options caused errors with docker-compose calls. That behaviour changes so that invalid tag values in:
build
: will cause a more descriptive errorcache-from
: will be ignored and output a warningpush
: will be ignored and output a warning
Bug: if your pipeline uses tag-less cache-from
elements, you will get a validation error that was fixed in version v4.3.0
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker-compose#v4.1.0:
+ docker-compose#v4.1.1:
image: someimage
workdir: /app