Releases: release-engineering/iib
Releases · release-engineering/iib
v4.6.0
What's Changed
- Update worker and api images by @pbortlov in #279
- Use ubi8 for the API container by @lcarva in #294
- Bump pytest from 6.2.4 to 6.2.5 by @dependabot in #285
- Update cryptography and .travis.yml [CLOUDDST-7308] by @pbortlov in #282
- Use ubi8 worker by @lcarva in #296
- Remove unused binaries from docker/ directory by @pbortlov in #295
- Adding detection of declarative config image by @lipoja in #287
- Cleanup local manifest lists before creating a new one by @yashvardhannanavati in #299
- New attribute 'build_tags' for index_image operations by @midnightercz in #258
- Build and push IIB images to quay.io on release by @lipoja in #303
- Bump coverage from 5.5 to 6.0 by @dependabot in #301
- Bump coverage from 6.0 to 6.0.1 by @dependabot in #304
- Set OcpMaxVersion property in merge-index-image request in IIB by @yashvardhannanavati in #297
- Bump pytest-cov from 2.12.1 to 3.0.0 by @dependabot in #300
- Release v4.6.0 by @chandwanitulsi in #306
- Upgrade OPM to 1.19.1 in dev env by @pbortlov in #308
- Fix for missing positional argument 'build_tags' by @lipoja in #307
- Improve tests wrt build_tags by @chandwanitulsi in #309
Full Changelog: v4.5.0...v4.6.0
v4.5.0
Changes
- replaced manifest-tool with buildah to build manifest lists
- added declarative config migrator to worker dockerfile
- fixed merge-index-image bug where manifest list is created twice
- remove hardcoded retry value for create_and_push_manifest_list function
v4.4.1
Changes
- fixed merge-index-image bugs
- fixed deprecatetruncate command
- fix UMB co-relation id bug
v4.4.0
Changes
- deprecated legacy support for OMPS
v4.3.0
Changes
- fixed memcached key length error
- fixed registry_auth in batch regenerate-bundle requests
- added related_bundles api endpoint for regenerate-bundle requests
v4.2.0
Changes
- Add create-empty-index functionality
- Replace custom retry with retry package and setting backoff interval for skopeo_inspect
- Set --arch when building images
- Bump pytest-cov from 2.12.0 to 2.12.1
- Remove retry delay during tests
- Request and urllib3 update
- Use pinned runtime requirements in tests
- Fix apply_repo_enclosure bug when namespace is None
v4.1.0
Changes
- removed support for privileged users
- added retries for OMPS pushes
- fixed bug in merge-index-image endpoint to deprecate invalid bundles instead of filtering them
- added functionality to add olm.maxOpenShiftVersion property to bundles being added
v4.0.0
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
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
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