Releases: release-engineering/iib
Releases · release-engineering/iib
Release list
v6.2.0
v6.1.0
What's Changed
- Add support for Python3.9 by @JAVGan in #356
- Enable send events to the broker by @zanssa in #386
- Bump pytest from 6.2.5 to 7.0.0 by @dependabot in #387
- Use terminate function to shut down a process instead of kill by @yashvardhannanavati in #391
- Pretty print (log) of RequestConfig classes by @lipoja in #388
- Logging improvements by @lipoja in #390
- Release of IIB v6.1.0 by @lipoja in #392
Full Changelog: v6.0.2...v6.1.0
IIB with File-Based Catalog support - v6.0.2
What's Changed
IIB now supports manipulation with File-Based Catalog index images.
Dropped support of Python 3.6.
- Fixing yamllint warnings by @lipoja in #350
- Add file-base catalog support to ADD API endpoint by @lipoja in #334
- Update Celery to 5.2.2 for Python 3.8 by @JAVGan in #349
- Remove unused dcm binary file from dev env. by @lipoja in #352
- Remove operator packages from FBC index image by @chandwanitulsi in #342
- Static Application Security Testing by @JAVGan in #353
- Drop support for Python3.6 by @JAVGan in #355
- Create empty fbc index image by @chandwanitulsi in #351
- Remove the requirements-py38.txt symlink by @JAVGan in #380
- Fix loosing olm.maxOpenShiftVersion property by @lipoja in #358
- Adding support of FBC image to merge index image API endpoint by @lipoja in #343
- Remove requirements-py38.txt from Dockerfiles by @JAVGan in #382
- Using correct binary_image variable for creating empty index as FBC by @lipoja in #381
- Adding support for deprecate bundles for FBC image by @lipoja in #340
- Bugfix for Buildah retries on 50X by @JAVGan in #357
- Workaround for failing
opm index deprecatetruncateby @lipoja in #359 - Fix creating IIB build from scratch by @chandwanitulsi in #384
- Use set_registry_token before checking index_image by @lipoja in #383
- Release IIB 6.0.2 by @chandwanitulsi in #385
Full Changelog: v5.0.0...v6.0.2
Release v5.0.0
- Fix issue of deprecation list with duplicated bundles
- Add mod_wsgi dependency to Dockerfile-api
- Update opm in dev env to v1.19.5
- Add framework to support FBC indexes
- Upgrade Flask 2.0.2, Werkzeug 2.0.2, Celery 5.1.2, Kombu 5.1.0
- Add support for Python 3.8
- Add retries and minor fixes for buildah commands
- Add REGISTRY_AUTH_FILE support in dev env
- Add support for AWS S3 buckets for artifacts storage
- Add github action to build API image on tag push
Release v4.9.0
- Fix the comparison of index image and bundle
- Avoid failing to create-empty-index when labels are not set
- Generate registry certificates automatically for dev env
- Remove x509ignoreCN workaround
- Update OPM, grpcurl and operator-sdk in dev-env
v4.8.0
Changes
- pinning is now a customization. If customization is used for an organization, it will not be
done automatically unless explicitly specified - renamed Declarative Config to File Based Config
- added support for filtering on user, request_type and index_image on builds endpoint
- having relatedImages and RELATED_IMAGES_* in the bundle image is now valid for regeneration
- fixed inconsistencies in arch selection code for different endpoints
Full Changelog: v4.6.2...v4.8.0
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