Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 8.8.0 #726

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 zipp to v3.19.1 [SECURITY] by @renovate in https://github.com/release-engineering/iib/pull/705
* Update rabbitmq Docker tag to v3.13 by @renovate in https://github.com/release-engineering/iib/pull/622
* Update dependency SQLAlchemy to v2.0.31 by @renovate in https://github.com/release-engineering/iib/pull/696
* Add add-deprecations API endpoint by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/707
* Release s3 resources in a timely manner by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/680
* Check deprecation_schema for valid JSON by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/712
* create-emty-index - remove FBC opted in operators. by @lipoja in https://github.com/release-engineering/iib/pull/711
* Update dependency cryptography to v43 [SECURITY] by @renovate in https://github.com/release-engineering/iib/pull/714
* Remove OPM usage for Dockerfile creation by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/716
* Update dependency SQLAlchemy to v2.0.35 by @red-hat-konflux in https://github.com/release-engineering/iib/pull/715
* Update requirements by @lipoja in https://github.com/release-engineering/iib/pull/718
* Update dependency werkzeug to v3.0.4 by @renovate in https://github.com/release-engineering/iib/pull/719

## 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