Skip to content

Commit

Permalink
Release IIB v8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yashvardhannanavati committed Aug 28, 2023
1 parent ed30b29 commit 86b928f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 8.4.0
- Enable celery task deduplication by @lipoja in https://github.com/release-engineering/iib/pull/558
- Remove Dependabot and Reconfigure Renovate bot by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/552
- Fix opentelemetry span type bug by @xDaile in https://github.com/release-engineering/iib/pull/557
- Update dependency sqlalchemy to v2.0.19 by @renovate in https://github.com/release-engineering/iib/pull/549
- Upgrade PostgreSQL development version by @xDaile in https://github.com/release-engineering/iib/pull/559
- Log a warning message when "architecture" label is missing under "Labels" by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/561
- Add related_images check in IIB by @chandwanitulsi in https://github.com/release-engineering/iib/pull/556
- Move get_bundle_metadata to utils by @chandwanitulsi in https://github.com/release-engineering/iib/pull/560
- Update dependency deprecated to v1.2.14 by @renovate in https://github.com/release-engineering/iib/pull/540
- Update dependency grpcio to v1.57.0 by @renovate in https://github.com/release-engineering/iib/pull/542
- Update dependency mako to v1.2.4 by @renovate in https://github.com/release-engineering/iib/pull/543

## 8.3.0
- Retry buildah if incorrect arch created by @chandwanitulsi in https://github.com/release-engineering/iib/pull/529
- Update Grpcio and Protobuf versions by @xDaile in https://github.com/release-engineering/iib/pull/533
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.3.0',
version='8.4.0',
long_description=__doc__,
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
Expand Down

0 comments on commit 86b928f

Please sign in to comment.