Skip to content

0.58

Choose a tag to compare

@rcerven rcerven released this 19 Aug 17:54

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.39

Registry API version

  • v1 registry API is no longer supported
  • URIs in registry_uri default to v2 if no version is appended to the URI

Default arrangement version is 6.

API changes

  • arrangement_version <= 5 support has been removed (in version 0.56)
  • prod builds support has been removed, orchestrator build should be used instead (in version 0.56)
  • support for v1 BuildRequest and BuildRequest removed as part of removing arrangement_version <= 5

Build JSON changes

None

Bug Fixes

None

Improvements

  • builds will automatically cancel themselves if any worker takes more than 3 hours to complete or the entire task takes more than 4 hours to complete. The run time values can be set with worker_max_run_hours and orchestrator_max_run_hours in the configuration file.