Skip to content

Commit 126e789

Browse files
Release IIB v8.9.0
Refers to CLOUDDST-24931
1 parent b7dd62e commit 126e789

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

99

10+
## 8.9.0
11+
* Remove Operator deprecations during rm request, if present by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/731
12+
* Move the config to worker section by @chandwanitulsi in https://github.com/release-engineering/iib/pull/733
13+
* add-deprecation worker implementation by @chandwanitulsi in https://github.com/release-engineering/iib/pull/713
14+
* Remove deprecation data in fbc-operations, if present by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/732
15+
* Update dependency werkzeug to v3.0.6 [SECURITY] by @renovate in https://github.com/release-engineering/iib/pull/734
16+
1017
# 8.8.2
1118
* Fixing generate dockerfile by @lipoja in https://github.com/release-engineering/iib/pull/729
1219

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

0 commit comments

Comments
 (0)