Skip to content

Commit

Permalink
Release IIB v8.9.0
Browse files Browse the repository at this point in the history
Refers to CLOUDDST-24931
  • Loading branch information
yashvardhannanavati committed Nov 1, 2024
1 parent b7dd62e commit 126e789
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased


## 8.9.0
* Remove Operator deprecations during rm request, if present by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/731
* Move the config to worker section by @chandwanitulsi in https://github.com/release-engineering/iib/pull/733
* add-deprecation worker implementation by @chandwanitulsi in https://github.com/release-engineering/iib/pull/713
* Remove deprecation data in fbc-operations, if present by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/732
* Update dependency werkzeug to v3.0.6 [SECURITY] by @renovate in https://github.com/release-engineering/iib/pull/734

# 8.8.2
* Fixing generate dockerfile by @lipoja in https://github.com/release-engineering/iib/pull/729

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

0 comments on commit 126e789

Please sign in to comment.