Skip to content

Releases: esatterwhite/semantic-release-docker

v5.1.0

30 Dec 00:05
Compare
Choose a tag to compare

5.1.0 (2024-12-30)

Chores

Features

  • plugin: add basic support for github actions 01085f6 - Eric Satterwhite, closes: #49

v5.0.4

23 Dec 16:45
Compare
Choose a tag to compare

5.0.4 (2024-12-23)

Continuous Integration

  • fix test a4b886c - Eric Satterwhite

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