Skip to content

1.6.16

Compare
Choose a tag to compare
@lcarva lcarva released this 13 Sep 19:25
· 2291 commits to master since this release

Build JSON API changes

  • koji_promote will use first unique_image as the pull spec if no primary_images have been set.
  • pulp_sync will iterate through all images (unique and primary) to determine which pulp repositories must be published.
  • tag_by_labels takes an additional, optional, parameter unique_tag_only. When set, image will only be tagged with unique tag, and not primary tags. Defaults to False.

Bug Fixes

None

Improvements

  • Added missing dependencies for tests to spec file
  • koji_promote will log koji task ID on failure.