Skip to content

Releases: esatterwhite/semantic-release-docker

v5.0.3

25 Mar 18:30
Compare
Choose a tag to compare

5.0.3 (2024-03-25)

Bug Fixes

  • verify: fix logic around the conditional prepare step ae8335a - Eric Satterwhite

v5.0.2

22 Mar 22:26
Compare
Choose a tag to compare

5.0.2 (2024-03-22)

Bug Fixes

  • config: propgate dry run option to docker image 1438ded - Eric Satterwhite

v5.0.1

22 Mar 21:48
Compare
Choose a tag to compare

5.0.1 (2024-03-22)

Bug Fixes

  • config: include the dry-run param from input options 2de549f - Eric Satterwhite

v5.0.0

22 Mar 18:55
Compare
Choose a tag to compare

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

04 Feb 21:06
Compare
Choose a tag to compare

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

20 Oct 19:23
Compare
Choose a tag to compare

4.5.0 (2023-10-20)

Features

  • config: allow --quiet flag to be configurable 7abc74e - Eric Satterwhite, closes: #40

v4.4.0

11 Jul 14:43
Compare
Choose a tag to compare

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

29 Dec 14:40
Compare
Choose a tag to compare

4.3.0 (2022-12-29)

Features

  • config: add option to disable post publish image removal 0c03cbd - Eric Satterwhite, closes: #28

v4.2.0

19 Dec 21:43
Compare
Choose a tag to compare

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

10 Apr 21:37
Compare
Choose a tag to compare

4.1.0 (2022-04-10)

Chores

  • deps: semantic-release/error@3.0.0 d55ff11 - Eric Satterwhite
  • deps: tap@16.0.0 94d3340 - Eric Satterwhite

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