Skip to content

v4.13.0 (🧩 Tetris)

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jun 17:27
· 281 commits to refs/heads/master since this release
e9719a5

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

  • Update buildkite plugin plugin-linter to v3.2.0 (#393) @renovate

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