File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 33
44setup (
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 ,
You can’t perform that action at this time.
0 commit comments