Highlights
IMPORTANT The fix for issue #416 changes the location of the image store for container from ~/Library/Application\ Support/com.apple.container/.build to ~/Library/Application\ Support/com.apple.container/builder. If you want to retain the content of your old store, stop container, move the old directory to the new pathname (replacing the .build directory if necessary), and start the application again. Or, you can delete the unused .build directory when you want to recover the storage capacity.
⌨️ denotes breaking CLI changes.
👩💻 denotes breaking API changes.
- Core
- Network
- Storage
Full Changelog: 0.4.1...0.5.0
What's Changed
- Removes "all rights reserved" from license header. by @jglogan in #711
- CLI: Fix env-file parsing by @dcantah in #707
- Remove StandardErrorPath and StandardOutPath from launchd plists by @katiewasnothere in #742
- Fix race condition in ContainersService.create() by @bismansahni in #721
- Fix broken proxy configuration for default kernel fetch. by @jglogan in #747
- Moves
.builddirectory tobuilder. by @jglogan in #749 - make: add coverage target by @egernst in #685
- Support --subnet in network create by @siikamiika in #737
- Add image env variables to builder start command by @katiewasnothere in #756
- Add app bundle Info.plist as a system property source. by @jglogan in #764
- Add support for anonymous volumes by @realrajaryan in #768
- Implicitly create named volumes by @realrajaryan in #769
- Update make-docs.sh to prevent HTML errors by @GenkaOk in #771
- [container-system-dns-ls]: add --format and --quiet options by @saehejkang in #720
- added the new workflow that automatically puts the labels in PR by @Ronitsabhaya75 in #741
- Revert "added the new workflow that automatically puts the labels in PR" by @katiewasnothere in #776
- chore: restrict GitHub workflow permissions - future-proof by @incertum in #781
- [container-run-create]: add support for --network none by @saehejkang in #739
- add support for multiple --tag flags in build by @realrajaryan in #785
- Integration: Fix image inspect error message by @dcantah in #795
- Deps: Bump Containerization to 0.11.0 by @dcantah in #796
- Make container start idempotent by @dcantah in #792
- add volume prune command by @realrajaryan in #783
- Raise createEndpoint response timeout by @dcantah in #797
- [command-reference]: Document what "auto" means in container run by @saehejkang in #765
- Bump Containerization to 0.12.0. by @jglogan in #802
- Dns: Fix delete error message by @dcantah in #803
- CZ 0.12.1 - pick up relay fixes, other goodies. by @jglogan in #804
- Use a consistent capitalization in log and error messages by @dkovba in #806
- Lowercase stdin, stdout, stderr by @dkovba in #807
- Build: Fallback to Containerfile if Dockerfile not found by @dcantah in #812
- Propagate host ssh socket permissions to relay socket in guest. by @jglogan in #811
New Contributors
- @bismansahni made their first contribution in #721
- @siikamiika made their first contribution in #737
- @GenkaOk made their first contribution in #771
- @saehejkang made their first contribution in #720
- @Ronitsabhaya75 made their first contribution in #741
- @incertum made their first contribution in #781
Full Changelog: 0.5.0...0.6.0