Skip to content

Commit

Permalink
Release 8.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lipoja committed Sep 20, 2024
1 parent f98be87 commit 623f346
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 8.8.0
* Update dependency werkzeug to v3.0.4 renovate[bot]
* Update requirements Jan Lipovský
* Update dependency SQLAlchemy to v2.0.35 red-hat-konflux[bot]
* Remove OPM usage for Dockerfile creation Yashvardhan Nanavati
* Update dependency cryptography to v43 [SECURITY] renovate[bot]
* Remove fbc opted in operators. Jan Lipovský
* Check deprecation_schema for valid JSON Yashvardhan Nanavati
* Release s3 resources in a timely manner Yashvardhan Nanavati
* Add add-deprecations API endpoint Yashvardhan Nanavati
* Update dependency SQLAlchemy to v2.0.31 renovate[bot]
* Update rabbitmq Docker tag to v3.13 renovate[bot]
* Update dependency zipp to v3.19.1 [SECURITY] renovate[bot]

## 8.7.9
* replace related images registry for stage bundles by @chandwanitulsi in https://github.com/release-engineering/iib/pull/693
* Update dependency certifi to v2024.7.4 [SECURITY] by @renovate in https://github.com/release-engineering/iib/pull/704
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.7.9',
version='8.8.0',
long_description=__doc__,
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
Expand Down

0 comments on commit 623f346

Please sign in to comment.