Releases: release-engineering/iib
Releases · release-engineering/iib
v4.6.2
What's Changed
- Attempt adding maxOpenshiftVersion property only when adding bundles … by @yashvardhannanavati in #314
- Release v4.6.2 by @lipoja in #315
Full Changelog: v4.6.1...v4.6.2
v4.6.1
What's Changed
- use registry token for inspecting image from private repo [CLOUDDST-10044] by @chandwanitulsi in #312
- Release IIB v4.6.1 by @chandwanitulsi in #313
Full Changelog: v4.6.0...v4.6.1
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