Releases: progrium/go-basher
Releases · progrium/go-basher
v6.0.1
What's Changed
- test: stabilize context cancellation tests by @josegonzalez in #65
Full Changelog: v6.0.0...v6.0.1
v6.0.0
What's Changed
- fix: stop leaking signal-forwarding goroutines from Context.Run by @josegonzalez in #59
- fix: surface I/O errors from buildEnvfile by @josegonzalez in #60
- test: cover signal-forwarding data race regression by @josegonzalez in #62
- fix: extract embedded bash asset atomically on first run by @josegonzalez in #63
- feat: add context.Context support to Run and Application by @josegonzalez in #64
Full Changelog: v5.1.8...v6.0.0
v5.1.8
What's Changed
- build(deps): bump luizm/action-sh-checker from 0.8.0 to 0.9.0 by @dependabot[bot] in #49
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #50
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #51
- build(deps): bump luizm/action-sh-checker from 0.9.0 to 0.10.0 by @dependabot[bot] in #52
- Fix BASH_ENV not sourced when stdin is a Unix socket by @deanmarano in #53
New Contributors
- @dependabot[bot] made their first contribution in #49
- @deanmarano made their first contribution in #53
Full Changelog: v5.1.7...v5.1.8
v5.1.7
What's Changed
- feat: add support for darwin on arm64 by @josegonzalez in #43
- fix darwin-arm64 generated go-bindata by @lalyos in #44
- tests: migrate tests from circleci to github actions by @josegonzalez in #47
- feat: remove ioutil usage by @josegonzalez in #46
- docs: fix github actions badge by @josegonzalez in #48
Full Changelog: v5.1.6...v5.1.7
v5.1.6
- Do not log exit status messages
v5.1.5
- Ignore SIGURG
v5.1.4
- retag to avoid go cache issues
v5.1.3
- package different builds for each combination of kernel/architecture
v5.1.2
delete go modules
v5.1.1
- add support for exported bash functions
- handle error when unable to source scripts