What’s New

container 1.2.0

1.2.0
Added
  • Add OCI maskedPaths and readonlyPaths support to Container API
  • Allow custom kernel boot args via --kernel-arg
  • Add TestCLISystemLogs and TestCLITermIO integration tests in new integration test suite
Changed
  • Use containerization version 0.40.1
  • Upgrade grpc-swift-nio-transport to 2.9.0
  • Use ordered journal mode for unpacked images
  • Use log instead of print for system start status messages
  • Use enum for warmup images
Fixed
  • Verify kernel archive integrity
  • Validate container ID from XPC requests
  • Remove force unwraps on XPC error set/get
  • Do not follow destination symlink when copying user configuration
  • Fix machine ID length test
  • Address flaky TestCLIKernelSetSerial suite
  • Fix image env vars, build context checks, TCP/UDP port forward buffer, and validate plugin name
  • Increase XPC timeout for Machine API operations
  • Fix BuilderStart race, parallelize container build tests
Removed
  • Remove force unwraps on XPC error set/get
  • Removes obsolete CLITests directory
What's Changed
New Contributors

Full Changelog: https://github.com/apple/container/compare/1.1.0...1.2.0

View original