Skip to content

Releases: anacierdem/libdragon-docker

v12.0.4

20 Oct 11:52
Compare
Choose a tag to compare

12.0.4 (2024-10-20)

Bug Fixes

  • properly passthrough environment variables (2477f1c)

Reverts

  • Revert "fix: do not use shell for user initiated docker exec" (b4b400c)
  • Revert "fix: fix ENOENT issues on macOS" (42d27c5)
  • Revert "fix: only invoke a shell for docker commands known to cause problems on macos" (8635ac0)
  • Revert "fix: run all commands in a shell and quote all user provided parameters" (887893f)
  • Revert "Remove potentially unnecessary shell" (48b9b8f)

v12.0.3

20 Oct 10:42
Compare
Choose a tag to compare

12.0.3 (2024-10-20)

Bug Fixes

  • do not use shell for user initiated docker exec (4eb5910)

v12.0.2

20 Oct 09:01
Compare
Choose a tag to compare

12.0.2 (2024-10-20)

Bug Fixes

  • run all commands in a shell and quote all user provided parameters (9383222)

v12.0.1

20 Oct 08:00
Compare
Choose a tag to compare

12.0.1 (2024-10-20)

Bug Fixes

  • only invoke a shell for docker commands known to cause problems on macos (bc88f2e)

v12.0.0

19 Oct 21:39
Compare
Choose a tag to compare

12.0.0 (2024-10-19)

Bug Fixes

  • disable docker hints for all operations (37a9397)
  • fix ENOENT issues on macOS (f6c1296)

Code Refactoring

  • drop support for NPM dependency management (84f02b3), closes #77 #60
  • stop using container git (ce4ae92)

BREAKING CHANGES

  • NPM dependency system will not work anymore
  • Host system must have git installed after this update.

v11.4.4

18 Oct 19:26
Compare
Choose a tag to compare

11.4.4 (2024-10-18)

Bug Fixes

  • disable docker's What's new message (22740c0)
  • fix the name for macos tar file (674afce)

v11.4.3

30 Sep 18:41
Compare
Choose a tag to compare

11.4.3 (2024-09-30)

Bug Fixes

  • print version string to stdout for version action (8245649)

v11.4.2

28 Sep 18:45
Compare
Choose a tag to compare

11.4.2 (2024-09-28)

Bug Fixes

  • bundle the cli with the correct version (2a74c7a)

v11.4.1

28 Sep 04:55
Compare
Choose a tag to compare

11.4.1 (2024-09-28)

Bug Fixes

  • get rid of the experimental warning (b0894e9)

v11.4.0

27 Sep 21:42
Compare
Choose a tag to compare

11.4.0 (2024-09-27)

Features

  • start packaging with node SEA (9709082)