Skip to content

Releases: release-engineering/iib

v2.3.0

26 Mar 21:39
Compare
Choose a tag to compare

Changes

  • Add the overwrite_from_index parameter
  • Add a configuration to force privileged users to always have overwrite_from_index set to True

v2.2.0

09 Mar 16:01
Compare
Choose a tag to compare

Changes

  • Add OMPS errors to the build request state_reason
  • Add opm errors to the build request state_reason

v2.1.1

09 Mar 16:00
Compare
Choose a tag to compare

Changes

  • Add a default timeout to skopeo commands

v2.1.0

09 Mar 15:59
Compare
Choose a tag to compare

Changes

  • Allow IIB to specify a different registry to use for the output index image
  • Retry commands that fail when interacting with the container registry

v2.0.1

05 Mar 21:12
Compare
Choose a tag to compare

Changes

  • Add a workaround for v1 manifests pushed by podman (See RHBZ#1810768)
  • Log the commands being run for debugging
  • Guard against v1 manifests in parts of the code that always assumed v2

v2.0.0

28 Feb 21:43
Compare
Choose a tag to compare

The initial GA release of IIB.

Changes

  • Refactor IIB to build all architectures using a single host using buildah --override-arch
  • Remove the work-around for the incorrect opm path in the generated index.Dockerfile

v1.0.0

28 Feb 21:42
Compare
Choose a tag to compare

The initial release of IIB where an index image for each architecture must be built with a worker running on that architecture.