Releases: anacierdem/libdragon-docker
Releases · anacierdem/libdragon-docker
v12.0.4
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
12.0.3 (2024-10-20)
Bug Fixes
- do not use shell for user initiated docker exec (4eb5910)
v12.0.2
12.0.2 (2024-10-20)
Bug Fixes
- run all commands in a shell and quote all user provided parameters (9383222)
v12.0.1
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
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
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
11.4.3 (2024-09-30)
Bug Fixes
- print version string to stdout for version action (8245649)
v11.4.2
11.4.2 (2024-09-28)
Bug Fixes
- bundle the cli with the correct version (2a74c7a)
v11.4.1
11.4.1 (2024-09-28)
Bug Fixes
- get rid of the experimental warning (b0894e9)
v11.4.0
11.4.0 (2024-09-27)
Features
- start packaging with node SEA (9709082)