Skip to content

Commit 28cec98

Browse files
Release IIB v9.5.1
Refers to CLOUDDST-32544 Signed-off-by: Yashvardhan Nanavati <yashn@bu.edu>
1 parent 9150274 commit 28cec98

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

77
## Unreleased
88

9+
## 9.5.1
10+
11+
* Check for user in iib_no_ocp_label_allow_list by @MichalZelenak in https://github.com/release-engineering/iib/pull/1304
12+
* Update requirements by @lipoja in https://github.com/release-engineering/iib/pull/1314
13+
* CLOUDDST-32368 : Fix FBC remove by only passing DB-backed packages to opm registry rm by @ashwgit in https://github.com/release-engineering/iib/pull/1312
14+
915
## 9.5.0
1016

1117
* chore(deps): update dependency google-auth to v2.43.0 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1229

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

0 commit comments

Comments
 (0)