1.6.16
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, parameterunique_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.