Skip to content

0.42

Choose a tag to compare

@lcarva lcarva released this 05 Sep 16:24
· 4 commits to release_0.42 since this release

Minimum required atomic-reactor version

  • 1.6.26

Default arrangement version is 4.

API changes

  • create_orchestrator_build restricts parameters: platform and release
  • create_worker_build restricts parameter: platforms
  • get_build_logs can return decoded logs
  • new get_orchestrator_build_logs method
  • new group_manifests configuration added to toggle grouping of manifests behavior
  • Support for isolated builds has been added

Build JSON changes

  • Arrangement 4 has been introduced
  • inject_parent_image is now enabled in arrangement 4
  • tag_from_config plugin is rendered to handle all required image tagging
  • koji_upload plugin rendering takes into account new prefer_schema1_digest configuration value
  • koji_upload plugin rendering supplies platform parameter
  • worker builds only tag image with unique platform specific tag
  • group_manifests plugin is rendered when provided
  • pulp_pull plugin is now rendered to include an expect_v2schema2 parameter

Bug Fixes

  • Remove triggers, and triggers related plugins for scratch build

Improvements

  • Platform specific configuration has been added.
  • low_priority_node_selector has been removed. In its place build type specific node selectors are used (scratch, auto, explicit)
  • pulp_pull is now disabled for scratch builds since it's only required for providing info for koji build