What’s New

container 1.1.0

1.1.0
Added
  • Add checksum validation to hawkeye installation
Changed
  • Always update default network with system configuration values
  • Add collection capacity hints to known-size loops in parser
Fixed
  • Unix domain socket mounts now work in non-root containers
  • Fix container cp failures with relative source paths
  • Fix duplicate "(default: 3)" in --max-concurrent-downloads help text
  • Propagate permissions for all host-to-container socket mounts
  • Replace try! with try? for stdout/stderr writes in ProcessIO
  • Remove force-unwrap on session dictionary in DefaultNetworkService
  • Log the graceful-stop error instead of silently discarding it in gracefulStopContainer
  • Fix exec empty arguments crash
  • Propagate error from createDirectory in system start
  • Route container image save reference list to stderr in stdout mode
Removed
  • Remove network variant computation from API server
Highlights

⌨️ denotes breaking CLI changes.

👩‍💻 denotes breaking API changes.

What's Changed
New Contributors

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

View original