Skip to content

Commit 62f7d14

Browse files
committed
Release v8.7.5
1 parent 15984dd commit 62f7d14

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## Unreleased
88

99

10+
## 8.7.5
11+
* Fix buildah retry mechanism by @xDaile in https://github.com/release-engineering/iib/pull/681
12+
* Allow non tagged index image in IIB_GRAPH_MODE_INDEX_ALLOW_LIST by @xDaile in https://github.com/release-engineering/iib/pull/661
13+
* Add atomic port locking mechanism by @xDaile in https://github.com/release-engineering/iib/pull/669
14+
* Update dependency click-didyoumean to v0.3.1 by @renovate in https://github.com/release-engineering/iib/pull/659
15+
* Update dependency flask-migrate to v4.0.7 by @renovate in https://github.com/release-engineering/iib/pull/664
16+
* Update dependency botocore to v1.34.123 by @renovate in https://github.com/release-engineering/iib/pull/679
17+
* Add OPM v1.40.0 to dev env by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/673
18+
* Update dependency sqlalchemy to v2.0.30 by @renovate in https://github.com/release-engineering/iib/pull/665
19+
1020
## 8.7.4
1121
* verify_operators_exists returns only unique packages by @lipoja in https://github.com/release-engineering/iib/pull/685
1222

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='iib',
6-
version='8.7.4',
6+
version='8.7.5',
77
long_description=__doc__,
88
packages=find_packages(exclude=['tests', 'tests.*']),
99
include_package_data=True,

0 commit comments

Comments
 (0)