New
0.7.0
Highlights
⌨️ denotes breaking CLI changes.
👩💻 denotes breaking API changes.
- Core
- Network
- Storage
What's Changed
- [how-to-docs]: Add steps for installation of completion scripts by @saehejkang in https://github.com/apple/container/pull/799
- Update documentation by @dkovba in https://github.com/apple/container/pull/805
- Improvements to
Makefileby @dkovba in https://github.com/apple/container/pull/822 - Improvements to
Protobuf.Makefileby @dkovba in https://github.com/apple/container/pull/821 - [build-command]: refactor --progress option by @saehejkang in https://github.com/apple/container/pull/810
- Add --mac-address flag to set custom MAC addresses for containers by @DSS3113 in https://github.com/apple/container/pull/753
- Update builder-shim to 0.6.3 for metadata only Dockerfile support by @realrajaryan in https://github.com/apple/container/pull/825
- Fix container DNS resolution broken by AAAA/IPv6 NXDOMAIN handling by @radoxtech in https://github.com/apple/container/pull/786
- [options]: Replace --disable-progress-updates with --progress (none | ansi) by @saehejkang in https://github.com/apple/container/pull/808
- Fix HTTPClient crash when download fails before shutdown by @realrajaryan in https://github.com/apple/container/pull/837
- Clarify container list abstract to mention it shows running containers by @realrajaryan in https://github.com/apple/container/pull/840
- Deps: Bump Containerization to 0.13.0 by @dcantah in https://github.com/apple/container/pull/848
- UX: fix typos, grammar and consistency issues by @realrajaryan in https://github.com/apple/container/pull/845
- Use container-builder-shim 0.7.0, ensures use of Rosetta. by @jglogan in https://github.com/apple/container/pull/858
- Fix Info.plist system properties for symlinked
container. by @jglogan in https://github.com/apple/container/pull/859 - CLI: Implement exec -d by @dcantah in https://github.com/apple/container/pull/852
- Add --rosetta option for arm64 images by @rgov in https://github.com/apple/container/pull/846
- Actually resolve symlink when loading bundle Info.plist. by @jglogan in https://github.com/apple/container/pull/864
- Add support for publish port ranges by @caztanj in https://github.com/apple/container/pull/801
- Show image download progress during builds by @realrajaryan in https://github.com/apple/container/pull/850
- Proxy refinements (thanks to @Lukasa). by @jglogan in https://github.com/apple/container/pull/873
- [tests]: refactor run function for stdin/stdout support by @saehejkang in https://github.com/apple/container/pull/830
- Fixes translation from Filesystem props to Mount runtimeOptions. by @jglogan in https://github.com/apple/container/pull/877
- Fix progress bar crash on cached image rebuilds by @realrajaryan in https://github.com/apple/container/pull/894
New Contributors
- @DSS3113 made their first contribution in https://github.com/apple/container/pull/753
- @radoxtech made their first contribution in https://github.com/apple/container/pull/786
- @rgov made their first contribution in https://github.com/apple/container/pull/846
- @caztanj made their first contribution in https://github.com/apple/container/pull/801
- @tico88612 made their first contribution in https://github.com/apple/container/pull/897
Full Changelog: https://github.com/apple/container/compare/0.6.0...0.7.0