Skip to content

Commit

Permalink
Release IIB v8.7.0
Browse files Browse the repository at this point in the history
Refers to CLOUDDST-22483

Signed-off-by: Yashvardhan Nanavati <[email protected]>
  • Loading branch information
yashvardhannanavati committed Apr 8, 2024
1 parent 66997e8 commit ece74c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 8.7.0
* Adding support for new ocp_version_ranges by @lipoja in https://github.com/release-engineering/iib/pull/653
* Fix comma bundle version validation by @xDaile in https://github.com/release-engineering/iib/pull/654
* Update python Docker tag to v3.12.2 by @renovate in https://github.com/release-engineering/iib/pull/620
* Use multiple OPM versions in IIB by @chandwanitulsi in https://github.com/release-engineering/iib/pull/637
* Update actions/setup-python action to v5 by @renovate in https://github.com/release-engineering/iib/pull/648
* Update dependency importlib-resources to v6.4.0 by @renovate in https://github.com/release-engineering/iib/pull/645
* Update dependency botocore to v1.34.79 by @renovate in https://github.com/release-engineering/iib/pull/658


## 8.6.0
* Fixing logging in tracing.py by @lipoja in https://github.com/release-engineering/iib/pull/628
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.6.0',
version='8.7.0',
long_description=__doc__,
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
Expand Down

0 comments on commit ece74c7

Please sign in to comment.