Releases: datastack-net/dockerized
Releases · datastack-net/dockerized
v2.4.0
2.4.0 (2022-03-20)
Bug Fixes
- allow overriding GOARCH for 'go' when running from source (fd34712)
Features
v2.3.0
2.3.0 (2022-03-20)
Bug Fixes
- --shell for alpine-based commands (e3c3e86)
Features
v2.2.4
2.2.4 (2022-03-20)
Bug Fixes
- include .env file in windows build (5f7c435)
v2.2.3
2.2.3 (2022-03-20)
Bug Fixes
- dockerized overrides GOOS env var, breaking windows build on fresh systems (21703f6)
v2.2.2
2.2.2 (2022-03-20)
Bug Fixes
- Windows build not executable on Windows (528c7d8)
v2.2.1
2.2.1 (2022-03-20)
Bug Fixes
- pre-compiled Windows binary could not run because of missing compose file (e0fab23)
- remove accidentally added services that triggered warnings (81dc609)
v2.2.0
2.2.0 (2022-03-20)
Features
- add 'zip' (82a753c)
- automatically release windows binaries (3c73176)
- Pass GOOS env to 'go' command for cross-compilation (416d14b)
v2.1.0
2.1.0 (2022-03-20)
Bug Fixes
- running --shell without arguments (e9573ee)
Features
v2.0.0
fix: --shell option not working for all dockerized commands (#9)
v2.0.0-rc3
chore: moving default service settings from compose file into code