Compatibility and bugfix release tracking Apple Container 1.1. Built against apple/container 1.1.0.
Note: the
container-composebinary attached to this release is Apple Silicon (arm64) only and will not run on Intel Macs. The Homebrew formula stays on 1.0.0's universal binary until an x86_64 build is available.
What's Changed
- feat(up): stamp com.docker.compose project/service labels on containers by @DonsWayo in #110
- Fix env_file variable parsing on Compose file by @nvsofts in #120
- fix: preserve user PATH in streamCommand instead of overwriting it by @mvanhorn in #123
- Adjust timeout to ignore pull activity by @adrum in #112
- feat(up): use Apple container DNS when domain registered, /etc/hosts fallback otherwise by @Cyb3rDudu in #97
- Improve Apple container compose compatibility by @thromel in #119
- fix(service): support Compose 2.x dict form for env_file entries by @ryan106 in #124
- fix(service): add mem_limit and extra_hosts support by @ryan106 in #125
- feat(service): add Compose profiles support by @ryan106 in #126
- Fix Up Command Foreground Interactions when sending signals by @adrum in #127
- fix(up): drop unsupported network aliases instead of failing startup by @Cyb3rDudu in #133
- fix(up): clamp mem_limit below 200 MiB to the daemon minimum by @Cyb3rDudu in #134
- fix(up): foreground (non-detached) up no longer crashes on startup by @Cyb3rDudu in #135
New Contributors
- @DonsWayo made their first contribution in #110
- @nvsofts made their first contribution in #120
- @mvanhorn made their first contribution in #123
- @adrum made their first contribution in #112
- @thromel made their first contribution in #119
- @ryan106 made their first contribution in #124
Full Changelog: 1.0.0...1.1.0