Skip to content

0.27

Compare
Choose a tag to compare
@mmilata mmilata released this 24 Jun 14:52
· 1053 commits to master since this release

API changes

  • new optional registry_secrets parameter when creating build
  • create_simple_build is now deprecated (use create_build)
  • BuildResponse: new get_error_message method

Build JSON API Changes

  • pulp_sync: uses registry_secret_path (requires atomic-reactor-1.6.11 or later)
  • configures tag_from_config (requires atomic-reactor-1.6.11 or later)
  • bump_release: uses target and hub (requires atomic-reactor-1.6.11 or later)
  • tag_and_push: registry secret names are now set if configured (requires atomic-reactor-1.6.11 or later)
  • input template: store_metadata_in_osv3 must not be in postbuild_plugins

Bug fixes

  • Missing logs in annotation are now debug level instead of error

Improvements

  • Remove the notion of build types
  • Add support for using authenticating registries when producing V2 docker content
  • Enable tag_from_config plugin
  • Enable bump_release plugin
  • When running get-build CLI subcommand, hide logs and packages in get-build
    output if those are unavailable
  • Return a meaningful error message from build_response