Skip to content

0.53

Choose a tag to compare

@rcerven rcerven released this 08 Jan 14:50
· 3 commits to release_0.53 since this release

Minimum required Python version

Support for Python 2.6 has been dropped. Minimal Python versions for each major version:

  • 2.7
  • 3.6

Minimum required atomic-reactor version

  • 1.6.31

Registry API version

  • v1-only registry API is no longer supported
  • URIs in registry_uri default to v2 if no version is appended to the URI. Appending /v1 to the URI is no longer supported

Default arrangement version is 6.

API changes

  • arrangement_version <= 5 is deprecated and support will be removed in version 0.54

Build JSON changes

  • no plugins are disabled or enabled for custom base images. Each plugin will decide for itself whether to run for custom_base_images.

Bug Fixes

Improvements

  • Always validate module NSVC format for faster feedback
  • worker build: allow to pass custom platform specific images digests to be used by workers
  • Retry git clone operations on failure
  • upload metadata.json for scratch builds