5.1.0 (2024-07-31)
- deploy to gh packages ea1f0da - GitHub
- switch github url in package json 084fcb3 - Eliot Stocker
- switch to attest scope 5dcf263 - GitHub
- allow templating of registry and name 22ccc2f - GitHub
5.0.3 (2024-03-25)
- verify: fix logic around the conditional prepare step ae8335a - Eric Satterwhite
5.0.2 (2024-03-22)
- config: propgate dry run option to docker image 1438ded - Eric Satterwhite
5.0.1 (2024-03-22)
- config: include the dry-run param from input options 2de549f - Eric Satterwhite
5.0.0 (2024-03-22)
- compose: update test registry certs fa8d771 - Eric Satterwhite
- README.md: fix typo in README.md 700e2f0 - Eric Satterwhite
- 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)
4.5.0 (2023-10-20)
4.4.0 (2023-07-11)
- 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)
4.2.0 (2022-12-19)
- 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
- fix broken table in readme e85e6f3 - Eric Satterwhite
4.1.0 (2022-04-10)
- deps: semantic-release/error@3.0.0 d55ff11 - Eric Satterwhite
- deps: tap@16.0.0 94d3340 - Eric Satterwhite
4.0.0 (2021-12-31)
- deps: @codedependant/release-config-npm@1.0.4 fdb0985 - Eric Satterwhite
- deps: eslint-config-codedependant@3.0.0 6807acc - Eric Satterwhite
- deps: eslint@8.5.0 f7e0bbe - Eric Satterwhite
- fix typo 3aa33ba - Eric Satterwhite
- template: Use handlebars as template engine. Place holders are
now double curlies
{{ }}
3.1.2 (2021-09-18)
3.1.1 (2021-09-18)
- corrected the parameter - dockerFile 81e9319 - Eric Satterwhite
3.1.0 (2021-04-12)
- lib: parse tags array from string 27d078b - Eric Satterwhite
3.0.1 (2021-04-09)
- docker: honor absolute paths to docker file 723257b - Eric Satterwhite
3.0.0 (2021-04-08)
- deps: eslint-config-codedependant dbe464e - Eric Satterwhite
- deps: release-config-npm@1.0.1 98b1a88 - Eric Satterwhite
- config: allow templated build arguments 7167dcf - Eric Satterwhite
- config: unnest config values from docker property 2087683 - Eric Satterwhite
- 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
2.2.0 (2020-12-21)
- verify: add option to opt out of docker login (de17169)
2.1.0 (2020-08-06)
- 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)
- pkg: update to trigger a release (acefb13)
1.0.1 (2020-07-26)
- lib: fixes a bug in build config that would miss project config (51b60c1)
- pkg: initial implementation (4a4dead)