Skip to content

Releases: makeomatic/deploy

v13.1.0

24 Sep 19:18
5c919c3
Compare
Choose a tag to compare

13.1.0 (2024-09-24)

Features

  • ensure volumes are removed on cleanup, upgrade deps (cda9ae1)

v13.0.7

08 Jan 19:24
c93408b
Compare
Choose a tag to compare

13.0.7 (2024-01-08)

Bug Fixes

  • unshift volumes instead of adding them in (c93408b)

v13.0.6

06 Jan 00:14
bf08dca
Compare
Choose a tag to compare

13.0.6 (2024-01-06)

Bug Fixes

  • releaserc fallback, extra comma (bf08dca)

v13.0.5

27 Dec 01:12
e62f9e2
Compare
Choose a tag to compare

13.0.5 (2023-12-27)

Bug Fixes

v13.0.4

27 Dec 00:39
34980f1
Compare
Choose a tag to compare

13.0.4 (2023-12-27)

Bug Fixes

v13.0.3

25 Dec 19:00
c94f8fc
Compare
Choose a tag to compare

13.0.3 (2023-12-25)

Bug Fixes

v13.0.2

25 Dec 18:36
f58c7f7
Compare
Choose a tag to compare

13.0.2 (2023-12-25)

Bug Fixes

  • shells -> execa remnants (f58c7f7)

v13.0.1

25 Dec 17:58
4f0e123
Compare
Choose a tag to compare

13.0.1 (2023-12-25)

Bug Fixes

  • docker build args parsing, rm --squash (4f0e123)

v13.0.0

23 Dec 03:21
ceca53e
Compare
Choose a tag to compare

13.0.0 (2023-12-23)

Features

  • esm-only, drop bluebird, shelljs, yarn (#64) (ceca53e)

BREAKING CHANGES

  • drops usage of mentioned dependencies, only distributes as ESM.
    Introduces cosmicconfig to be able to read more configuration formats. This can
    still be used in CJS project as it is self-contained. However, projects using
    chrome helpers may have issues, auto-install script does less and eventually
    should be fully removed. Now accepts uid for test / exec user, resolves it or creates user with that uid and uses it going forward

v12.11.2

12 Dec 16:20
6c197e6
Compare
Choose a tag to compare

12.11.2 (2023-12-12)

Bug Fixes

  • parsing node version as a string (#63) (6c197e6)