Skip to content

Releases: release-engineering/iib

v3.8.1

01 Oct 18:13
Compare
Choose a tag to compare

Changes

  • Fix backporting bug caused because of a change in the folder structure of OPM output

v3.8.0

30 Sep 19:36
Compare
Choose a tag to compare

Changes

  • Handled case when grpcurl sends back no data because of empty index image
  • Added distribution scope parameter for Add and Rm requests
  • Added merge-index-image endpoint
  • Use opm force command when index has distribution scope set to dev or stage

v3.7.0

21 Sep 19:05
Compare
Choose a tag to compare

Changes

  • Return the OMPS-pushed version when IIB backports a bundle
  • Fix adding empty list of bundles
  • Make adding bundles idempotent
  • Upgrade dependencies

v3.6.0

11 Sep 16:24
Compare
Choose a tag to compare

Changes

  • Add ability to update just the binary image of index image from the Add bundle command
  • Fix digest resolution for schema 1 images

v3.5.0

19 Aug 19:01
Compare
Choose a tag to compare

Changes

  • Documentation update for processing tasks in parallel
  • Dependency upgrades
  • Fix backport bug where IIB did not parse YAML and backports even when the backport label is set to false

v3.4.0

03 Aug 17:10
Compare
Choose a tag to compare

Changes

  • Update operator-manifest to v0.0.3
  • Enhanced handling of OperationalError error when scheduling tasks
  • Fix a potential infinite loop in _get_function_arg_value
  • Do not fail if overwrite_from_index_token is given and from_index is not
  • Allow tasks to be safely consumed in parallel

v3.3.0

20 Jul 17:34
Compare
Choose a tag to compare

Changes

  • Restrict legacy backporting to only occur when processing index images targeted for OpenShift v4.5

v3.2.0

15 Jul 01:06
Compare
Choose a tag to compare

Changes

  • Added delivery label to index images
  • Added support for batch requests for Add and Remove requests
  • Added support for building IIB's own opm binary instead of relying on Github releases

v3.1.1

24 Jun 18:08
Compare
Choose a tag to compare

Changes

  • Minor fix in the API docs
  • Added support for force_export API parameter
  • Updated code path to backport legacy packages before overwriting the index image if required
  • Updated state_reason to show failing test case names if gating on bundles fails

v3.0.1

16 Jun 21:28
Compare
Choose a tag to compare

Changes

  • Add support for overwriting index images that use the same registry as IIB