Skip to content

v1.2.1

Compare
Choose a tag to compare
@maximilianbraun maximilianbraun released this 20 Dec 13:36
· 24 commits to main since this release
7d6cac0

Until v1.2.0 relied on the pipeline / user to explicitly pull images. This assumption is true again.


From #39:
With the last release we've migrated away from calling docker's go lib and started calling the docker binary directly. While migrating we added some code which pulls the packages implicitly.

This can be suboptimal, e.g. if the image is only available to the local executor, thus the setup of the tests will fail.

What's Changed

Full Changelog: v1.2.0...v1.2.1