1.3.0
Changed 3
- Default Kata kernel is now 3.32.0-debug
- Documentation has been expanded and reorganized
- Relax maskedPaths and readonlyPaths for container machines
Fixed 5
- Update sudoers file to not include dots
- Refactor tmpfsMounts() to process tmpfs path correctly
- Validate volume name in volume disk usage call
- Fix k8s integration test with scoped domain
- Fix a compilation error
Removed 1
- Removed --scheme auto for image operations, default is now https
From container
Highlights
⌨️ denotes breaking CLI changes.
👩💻 denotes breaking API changes.
- Core
- Images
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