0.12.3
Changed
- ImagePush prints image reference to stdout on success
Fixed
- Fix RequestScheme formatting
- ensure-container-stopped.sh does not fail on launchctl errors
Security
- Prevent HTTP downgrade in registry-related commands
- Prevent path and rule injection in container system dns commands
This patch release includes two security fixes:
- Prevent HTTP downgrade in registry-related commands
- Prevent path and rule injection in
container system dnscommands
What's Changed
- Fix RequestScheme formatting. by @jglogan in https://github.com/apple/container/pull/1473
- ImagePush: print image reference to stdout on success by @mvanhorn in https://github.com/apple/container/pull/1470
- ensure-container-stopped.sh: don't fail on launchctl errors by @p-linnane in https://github.com/apple/container/pull/1461
Full Changelog: https://github.com/apple/container/compare/0.12.2...0.12.3