Releases: release-engineering/iib
Releases · release-engineering/iib
v6.7.0
What's Changed
- Add bundle_replacements parameter to regenerate_bundle by @arewm in #429
- Provide correct path to compose files by @arewm in #433
- Upgrade mako to v1.2.2 by @yashvardhannanavati in #439
- Increase iib_api_timeout to 120 seconds by @yashvardhannanavati in #440
- Fix Rm request private registry bug by @yashvardhannanavati in #441
Full Changelog: v6.6.1...v6.7.0
v6.6.1
What's Changed
- Add static types to iib/workers by @xDaile in #412
- Append overwrite index token to current docker config. by @lipoja in #418
- Adding ability to create single-active-consumer queues. by @lipoja in #425
- Better variable name - iib_sac_queues by @lipoja in #426
- Add recursive-related-bundles endpoint by @yashvardhannanavati in #422
- bug-fix: Assign list instead of last variable by @lipoja in #427
- Bug Fix: Convert set to list before dumping to JSON by @yashvardhannanavati in #430
- Remove IIB_REQUEST_RECURSIVE_RELATED_BUNDLES_DIR from default config by @lipoja in #434
New Contributors
Full Changelog: v6.5.0...v6.6.1
v6.5.0
What's Changed
- Keep Gating feature in IIB and improve gating logging by @yashvardhannanavati in #411
- Adding fallback from SIGTERM to SIGKILL by @lipoja in #410
- fix dependency issues by @arewm in #414
- Increase iib_api_timeout, iib_retry_delay and iib_retry_jitter defaul… by @yashvardhannanavati in #416
- Improve traceability in _get_present_bundles and fix tests by @yashvardhannanavati in #417
- Print version of binary files in log files by @lipoja in #419
- IIB release v6.5.0 by @chandwanitulsi in #420
Full Changelog: v6.4.0...v6.5.0
v6.4.0
- Add internal_index_image_copy and internal_index_image_copy_resolved to Add and Rm response
- Add a warning for when gating is disabled
v6.3.0
What's Changed
- Bump pytest from 7.0.0 to 7.1.0 by @dependabot in #394
- Bump pytest from 7.1.0 to 7.1.1 by @dependabot in #397
- Remove FIXME comments for issues caught by bandit by @JAVGan in #398
- Updating black to stable version 22.3.0 by @lipoja in #401
- Upgrade OPM to 1.21.0 by @JAVGan in #399
- Build container image for message broker and push to quay.io by @lipoja in #400
- Create empty index endpoint does not accept build_tags. by @lipoja in #403
- Bump pytest from 7.1.1 to 7.1.2 by @dependabot in #402
- IIB Release v6.3.0 by @chandwanitulsi in #404
Full Changelog: v6.2.0...v6.3.0
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 deprecatetruncate
by @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