Skip to content

Releases: release-engineering/iib

v3.0.0

15 Jun 19:47
Compare
Choose a tag to compare

Changes

  • Create health check endpoint
  • Create logs per request
  • Use the overwrite_from_index_token when pulling the from_index image
  • Fix not iterable error in regenerate-bundle

Breaking Changes

Registry authentication is now configured at ~/.docker/config.json.template instead of ~/.docker/config.json. This was a necessary change to support using overwrite_from_index_token when pulling the from_index image.

v2.8.0

04 Jun 19:45
Compare
Choose a tag to compare

Changes

  • Update opm to v1.12.5
  • Update pytest-cov to 2.9.0
  • Use the --config option for skopeo inspect calls when possible
  • Use skopeo inspect --raw when resolving images
  • Overwrite from_index before the OMPS push

v2.7.0

20 May 19:56
Compare
Choose a tag to compare

Changes

  • The AMQP 1.0 message schema is now stable
  • The request_ids array was removed from the batch state change messages
  • The requests array was added to the batch state change messages
  • Update the state reason when resolving the bundles for add requests

v2.6.0

15 May 20:36
Compare
Choose a tag to compare

Changes

  • Updated operator-manifest to 0.0.2
  • Updated python-qpid-proton to 0.31.0
  • Now resolves the bundles to a specific v2 manifest as part of an add request
  • Fixed the multiple URL support when connecting to an AMQP 1.0 broker
  • Added support for bundle customizations based on an organization
  • Added support for iib_index_image_output_registry on the regenerate-bundle API endpoint

v2.5.0

12 May 21:48
Compare
Choose a tag to compare

Changes

  • Added the regenerate-bundle API endpoint
  • Added the regenerate-bundle-batch API endpoint
  • Added the concept of batches; this is limited to to just regenerating bundles
  • Added support for sending messages to AMQP 1.0 broker when request and batch states change (this interface is in beta)
  • Added support for annotations on batches
  • Added support for Greenwave gating on the input bundle container images for add requests
  • Fix the state reason error messages for opm failures
  • Allow overwriting from_index as an unprivileged user with the overwrite_from_index_token parameter

v2.4.1

17 Apr 19:26
Compare
Choose a tag to compare

Changes

  • Update opm to version 1.11.1

v2.4.0

16 Apr 18:20
Compare
Choose a tag to compare

Changes

  • Update opm to version 1.8.0
  • Allow customization of celery queue by username

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