v4.13.0 (🧩 Tetris)
github-actions
released this
08 Jun 17:27
·
281 commits
to refs/heads/master
since this release
Changes
- Fix tester (#395) @toote
- Remove orphaned containers in cleanup (#386) @raylu
env-propagation-list
: programmatically propagate envvars to the container (#388) @amartani- Introduce quiet-pull to avoid huge amount of junk logs get printed as CI logs (#387) @Songyu-Wang
Dependency Updates
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker-compose#v4.12.0:
+ docker-compose#v4.13.0:
image: someimage
workdir: /app