Releases: esatterwhite/semantic-release-docker
Releases · esatterwhite/semantic-release-docker
v5.0.3
5.0.3 (2024-03-25)
Bug Fixes
- verify: fix logic around the conditional prepare step ae8335a - Eric Satterwhite
v5.0.2
5.0.2 (2024-03-22)
Bug Fixes
- config: propgate dry run option to docker image 1438ded - Eric Satterwhite
v5.0.1
5.0.1 (2024-03-22)
Bug Fixes
- config: include the dry-run param from input options 2de549f - Eric Satterwhite
v5.0.0
5.0.0 (2024-03-22)
Chores
- compose: update test registry certs fa8d771 - Eric Satterwhite
Features
- docker: include support for buildx ccf9954 - Eric Satterwhite, closes: #44 #39
Miscellaneous
- README.md: fix typo in README.md 700e2f0 - Eric Satterwhite
BREAKING CHANGES
- docker: images built with buildx will not be stored locally
- docker: dockerVerifyCmd will only take effect during dry runs (--dry-run)
v4.5.1
4.5.1 (2024-02-04)
Bug Fixes
- image: account for stderr when looking for an image sha ba9eec2 - Eric Satterwhite, closes: #46
v4.5.0
4.5.0 (2023-10-20)
Features
- config: allow --quiet flag to be configurable 7abc74e - Eric Satterwhite, closes: #40
v4.4.0
4.4.0 (2023-07-11)
Features
- image: add support for cache-from build flag efae32d - Eric Satterwhite, closes: #35
- image: support arbitrary build flags d7e875d - Eric Satterwhite
v4.3.0
4.3.0 (2022-12-29)
Features
- config: add option to disable post publish image removal 0c03cbd - Eric Satterwhite, closes: #28
v4.2.0
4.2.0 (2022-12-19)
Chores
- ci: downgrade github actions runner version c6f1935 - Eric Satterwhite
- test: regenerate the local docker registry certs 4cfa6e2 - Eric Satterwhite
- test: remove ci test temporarily c28f199 - Eric Satterwhite
Documentation
- fix broken table in readme e85e6f3 - Eric Satterwhite
Features
- added dockerNetwork config option d6f2def - Eric Satterwhite, closes: #29
v4.1.0
4.1.0 (2022-04-10)
Chores
Features
- docker: allow command to be run via docker in verify step 4646bd6 - Eric Satterwhite, closes: #20
Miscellaneous
- add prerelease example 90158fd - Eric Satterwhite
- Update Readme 74f9910 - GitHub