Skip to content

Commit 96ba179

Browse files
committed
Release v8.7.9
1 parent 1909582 commit 96ba179

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

77
## Unreleased
88

9+
## 8.7.9
10+
* replace related images registry for stage bundles by @chandwanitulsi in https://github.com/release-engineering/iib/pull/693
11+
* Update dependency certifi to v2024.7.4 [SECURITY] by @renovate in https://github.com/release-engineering/iib/pull/704
12+
* Update rm endpoint to remove fbc opted in operators by @chandwanitulsi in https://github.com/release-engineering/iib/pull/699
13+
914
## 8.7.8
1015
* Fix OTEL issues when dealing with unsupported objects by @JAVGan in https://github.com/release-engineering/iib/pull/698
1116
* Fix opm registry serve command by @chandwanitulsi in https://github.com/release-engineering/iib/pull/700

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

0 commit comments

Comments
 (0)