Skip to content

Releases: release-engineering/iib

v4.0.0

20 May 19:10
Compare
Choose a tag to compare

Changes

  • fixed use of token when inspecting source and target indexes in merge-index-image endpoint
  • added support for substitutes-for functionality supported in OPM 1.17.0
  • upgraded py from 1.9.0 to 1.10.0
  • changed format of iib_organization_customizations to make it more generic
  • fixed bug to re-add labels to indexes if deprecation is run in add requests
  • upgraded pytest from 6.2.3 to 6.2.4
  • fixed a bug where a variable isn't assigned in handle_add_request
  • fixed bug to preserve double quotes when parsing YAML files in regenerate-bundle
  • added support for image_name_from_labels and enclose_repo customizations in regenerate-bundle

v3.11.2

14 Apr 18:50
Compare
Choose a tag to compare

Changes

  • fixed bug to filter unique bundles from listBundles response
  • added support for private registry pull secrets to regenerate bundle requests
  • added podman container-tool when merging indexes
  • upgraded pytest from 6.2.2 to 6.2.3
  • upgraded opm in dev environment to v1.16.1
  • fixed skopeo pull to retry when mediatype is none
  • fixed index_image_resolved bug for merge index image endpoint
  • fixed ocp_version range filter
  • stopped setting content-encoding on AMQP messages

v3.11.1

03 Mar 10:18
Compare
Choose a tag to compare

Changes

  • fixed bugs for deprecating bundles in add requests
  • fixed bugs for index_image_resolved in add and rm requests response
  • upgraded cryptography from 3.3.1 to 3.3.2
  • upgraded jinja2 from 2.11.1 to 2.11.3
  • added new attribute index_image_resolved to add and rm response

v3.11.0

11 Feb 08:48
Compare
Choose a tag to compare

Changes

  • fixed docker-compose quirks
  • added support for parsing bundle version in merge-index-image before adding it to the index
  • added better error handling for regenerate-bundle requests
  • added support for deprecation list in add requests

v3.10.1

19 Jan 08:44
Compare
Choose a tag to compare
  • fix distribution_scope bug

v3.10.0

14 Jan 16:24
Compare
Choose a tag to compare
  • added propagation of validated distribution_scope
  • added ability to turn on caching for skopeo inspect of images with same digest
  • updated API documentation

v3.9.2

24 Nov 20:47
Compare
Choose a tag to compare

Changes

  • Change IIB to use index image specified by digest in its operations
  • Install Podman 1.9.3

v3.9.1

20 Oct 13:27
Compare
Choose a tag to compare

Changes

  • Bug fix on the merge-index-image endpoint

v3.9.0

14 Oct 16:01
Compare
Choose a tag to compare

Changes

  • Added distribution scope for merge_index_image end point
  • Added IIB_BINARY_IMAGE_CONFIG config variable to IIB and made binary_image param optional
  • Index image verification removed when overwrite_from_index is set
  • Added support for podman-compose development environment

v3.8.2

12 Oct 17:21
Compare
Choose a tag to compare

Changes

  • Avoid line break characters when regenerating CSV files