Skip to content

Commit

Permalink
Release v8.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xDaile committed Jun 12, 2024
1 parent 15984dd commit 62f7d14
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased


## 8.7.5
* Fix buildah retry mechanism by @xDaile in https://github.com/release-engineering/iib/pull/681
* Allow non tagged index image in IIB_GRAPH_MODE_INDEX_ALLOW_LIST by @xDaile in https://github.com/release-engineering/iib/pull/661
* Add atomic port locking mechanism by @xDaile in https://github.com/release-engineering/iib/pull/669
* Update dependency click-didyoumean to v0.3.1 by @renovate in https://github.com/release-engineering/iib/pull/659
* Update dependency flask-migrate to v4.0.7 by @renovate in https://github.com/release-engineering/iib/pull/664
* Update dependency botocore to v1.34.123 by @renovate in https://github.com/release-engineering/iib/pull/679
* Add OPM v1.40.0 to dev env by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/673
* Update dependency sqlalchemy to v2.0.30 by @renovate in https://github.com/release-engineering/iib/pull/665

## 8.7.4
* verify_operators_exists returns only unique packages by @lipoja in https://github.com/release-engineering/iib/pull/685

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='iib',
version='8.7.4',
version='8.7.5',
long_description=__doc__,
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
Expand Down

0 comments on commit 62f7d14

Please sign in to comment.