Releases: release-engineering/iib
Releases · release-engineering/iib
v3.0.0
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
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
v2.6.0
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
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 theoverwrite_from_index_token
parameter
v2.4.1
Changes
- Update opm to version 1.11.1