Releases: Rhevin/apple-compose
Releases · Rhevin/apple-compose
v0.6.0
Changelog
New features
- feat: add shell completions, config scripting flags, and unsupported key warnings (#44)
- feat: add up/down flags and config-change recreation (#41)
- feat: honor depends_on conditions with healthcheck polling (#40)
- feat: improve DNS discovery, DB volumes, and CLI version checks (#43)
- feat: map compose service keys to container run flags (#38)
- feat: poll healthchecks via container exec for --wait (#42)
- feat: support multiple compose files via -f (#37)
Bug fixes
v0.5.0
v0.4.0
v0.3.0
Changelog
New features
Bug fixes
v0.2.0
Changelog
New features
Bug fixes
- fix: change workflow branch target from main to master, fix go report card URL
- fix: correct golangci-lint v2 config schema and goreleaser brew key
- fix: disable cobra flag parsing in exec to pass flags to container command (#10)
- fix: exec flag parsing (#12)
- fix: gofmt all files
- fix: gofmt import ordering in cmd files
- fix: lowercase Go module path to comply with module proxy requirements (#9)
- fix: move gofmt to formatters, remove deprecated brews from goreleaser
- fix: relax integration test assertions for project name and postgres readiness
- fix: remove author email from release changelog
- fix: remove commit hash from release changelog format
- fix: update golangci-lint config and goreleaser deprecated fields
- fix: upgrade logrus to v1.9.1 to fix DoS vulnerability
Other
- build(deps): bump the github-actions group across 1 directory with 6 updates
v0.1.0
Changelog
New features
- feat: add readme
- feat: initial implementation of apple-compose