Skip to content

Commit ece74c7

Browse files
Release IIB v8.7.0
Refers to CLOUDDST-22483 Signed-off-by: Yashvardhan Nanavati <yashn@bu.edu>
1 parent 66997e8 commit ece74c7

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

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

1019
## 8.6.0
1120
* Fixing logging in tracing.py by @lipoja in https://github.com/release-engineering/iib/pull/628

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.6.0',
6+
version='8.7.0',
77
long_description=__doc__,
88
packages=find_packages(exclude=['tests', 'tests.*']),
99
include_package_data=True,

0 commit comments

Comments
 (0)