File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 33
44setup (
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 ,
You can’t perform that action at this time.
0 commit comments