Skip to content

Releases: esatterwhite/semantic-release-docker

v4.0.0

31 Dec 23:25
Compare
Choose a tag to compare

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 {{ }}

v3.1.2

18 Sep 21:23
Compare
Choose a tag to compare

3.1.2 (2021-09-18)

Bug Fixes

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

v3.1.1

18 Sep 19:48
Compare
Choose a tag to compare

3.1.1 (2021-09-18)

Documentation

  • corrected the parameter - dockerFile 81e9319 - Eric Satterwhite

v3.1.0

12 Apr 16:24
Compare
Choose a tag to compare

3.1.0 (2021-04-12)

Features

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

v3.0.1

09 Apr 18:29
Compare
Choose a tag to compare

3.0.1 (2021-04-09)

Bug Fixes

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

v3.0.0

08 Apr 21:43
Compare
Choose a tag to compare

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

v2.2.0

21 Dec 02:10
Compare
Choose a tag to compare

2.2.0 (2020-12-21)

Features

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

v2.1.0

06 Aug 14:19
Compare
Choose a tag to compare

2.1.0 (2020-08-06)

Features

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

v2.0.2

05 Aug 16:48
Compare
Choose a tag to compare

2.0.2 (2020-08-05)

v2.0.1

28 Jul 17:46
Compare
Choose a tag to compare

2.0.1 (2020-07-28)