| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| container-1.3.0-installer-signed.pkg | 2026-08-24 | 117.6 MB | |
| container-dSYM.zip | 2026-08-24 | 154.5 MB | |
| container-installer-unsigned.pkg | 2026-08-24 | 115.1 MB | |
| 1.3.0 source code.tar.gz | 2026-08-20 | 1.1 MB | |
| 1.3.0 source code.zip | 2026-08-20 | 1.5 MB | |
| README.md | 2026-08-20 | 2.4 kB | |
| Totals: 6 Items | 389.7 MB | 0 | |
Highlights
⌨️ denotes breaking CLI changes.
👩💻 denotes breaking API changes.
- Core
- Default Kata kernel is now 3.32.0-debug
- Documentation has been expanded and reorganized.
- Relax maskedPaths and readonlyPaths for container machines
- Images
- ⌨️ Removed
--scheme autofor image operations, default is nowhttps.
What's Changed
- Update sudoers file to not include dots by @tumd in https://github.com/apple/container/pull/2080
- Refactor tmpfsMounts() to process tmpfs path correctly by @LevelVoid in https://github.com/apple/container/pull/2103
- Remove
autoregistry scheme. by @jglogan in https://github.com/apple/container/pull/2100 - Validate volume name in volume disk usage call by @katiewasnothere in https://github.com/apple/container/pull/2107
- Topic/docs refactor by @egernst in https://github.com/apple/container/pull/2032
- Integration test: fix k8s test with scoped domain. by @jglogan in https://github.com/apple/container/pull/2104
- Extracts createPluginLoader() for use by container k8s. by @jglogan in https://github.com/apple/container/pull/2115
- Fix a compilation error by @dkovba in https://github.com/apple/container/pull/2119
- Split K8sHelper, add WorkerProvisioner protocol, and add LinuxWorker … by @jshi991 in https://github.com/apple/container/pull/2110
- Do not set default maskedPaths and readonlyPaths for container machines by @katiewasnothere in https://github.com/apple/container/pull/2137
- Remove AsyncParsableCommand conformance from ContainerCLI by @noah-thor in https://github.com/apple/container/pull/2140
- Add identifier validation tests for the disk-usage routes by @realrajaryan in https://github.com/apple/container/pull/2136
- Update default kernel to Kata Containers 3.32.0 debug build by @agamdua in https://github.com/apple/container/pull/2143
New Contributors
- @tumd made their first contribution in https://github.com/apple/container/pull/2080
- @LevelVoid made their first contribution in https://github.com/apple/container/pull/2103
- @agamdua made their first contribution in https://github.com/apple/container/pull/2143
Full Changelog: https://github.com/apple/container/compare/1.2.2...1.3.0