Skip to content

0.49

Choose a tag to compare

@rcerven rcerven released this 25 Jul 14:32

Minimum required atomic-reactor version

  • 1.6.31

Default arrangement version is 6.

API changes

  • attempts to a build while a build with the same BuildConfig is already running will not raise an error. Instead, the second build will be submitted to Openshift which will queue it to run when all previously submitted builds with the same BuildConfig are complete.

Build JSON changes

None

Bug Fixes

  • Check response when importing images and retry if needed
  • koji plugin not excluded for Flatpaks
  • resolve_composes plugin excluded for Flatpak builds
  • flatpak_create_dockerfile is only enabled for flatpak builds
  • avoid traceback in BuildRespose.get_error_reason when "plugins-metadata" annotation is missing

Improvements

  • import-image CLI command allows import of specific image tags
  • Use build_type instead of heuristics to distinguish between worker and orchestrator builds