Skip to content

Latest commit

 

History

History
233 lines (109 loc) · 11.1 KB

CHANGELOG.md

File metadata and controls

233 lines (109 loc) · 11.1 KB

Semantic Release Docker

5.0.3 (2024-03-25)

Bug Fixes

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

5.0.2 (2024-03-22)

Bug Fixes

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

5.0.1 (2024-03-22)

Bug Fixes

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

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)

4.5.1 (2024-02-04)

Bug Fixes

  • image: account for stderr when looking for an image sha ba9eec2 - Eric Satterwhite, closes: #46

4.5.0 (2023-10-20)

Features

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

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

4.3.0 (2022-12-29)

Features

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

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

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

4.0.0 (2021-12-31)

Chores

Features

  • template: replace simple template engine with handlebars b20c89c - Eric Satterwhite, closes: #16

Miscellaneous

  • fix typo 3aa33ba - Eric Satterwhite

BREAKING CHANGES

  • template: Use handlebars as template engine. Place holders are now double curlies {{ }}

3.1.2 (2021-09-18)

Bug Fixes

  • config: ensure the docker context is passed image builds 366b8d1 - Eric Satterwhite, closes: #13

3.1.1 (2021-09-18)

Documentation

  • corrected the parameter - dockerFile 81e9319 - Eric Satterwhite

3.1.0 (2021-04-12)

Features

  • lib: parse tags array from string 27d078b - Eric Satterwhite

Changelog

3.0.1 (2021-04-09)

Bug Fixes

  • docker: honor absolute paths to docker file 723257b - Eric Satterwhite

3.0.0 (2021-04-08)

Chores

Features

  • config: allow templated build arguments 7167dcf - Eric Satterwhite
  • config: unnest config values from docker property 2087683 - Eric Satterwhite

BREAKING CHANGES

  • config: Flatten the docker config option for semantic relase into the root config. Semantic release doesn't do a very good job of merging options that are coming from a sharable configuration. This makes it easier to utilize overrides when using a sharable config. Options are camel cased using the docker root word prefix docker.args -> dockerArgs docker.login -> dockerLogin

Semantic Release Docker

2.2.0 (2020-12-21)

Features

  • verify: add option to opt out of docker login (de17169)

2.1.0 (2020-08-06)

Features

  • docker: Load default build args into docker build (0760d5e)

2.0.2 (2020-08-05)

2.0.1 (2020-07-28)

2.0.0 (2020-07-28)

Features

  • pkg: update to trigger a release (acefb13)

1.0.1 (2020-07-26)

Bug Fixes

  • lib: fixes a bug in build config that would miss project config (51b60c1)

1.0.0 (2020-07-24)

Features

  • pkg: initial implementation (4a4dead)