Skip to content

Commit

Permalink
IIB Release v8.4.4 (#594)
Browse files Browse the repository at this point in the history
Co-authored-by: Tulsi Chandwani <[email protected]>
  • Loading branch information
chandwanitulsi and Tulsi Chandwani authored Nov 22, 2023
1 parent 875b3e3 commit 070da38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 8.4.4
* Fixing github actions by @lipoja in https://github.com/release-engineering/iib/pull/590
* Adding config variable to allow adding bundles without ocp version label by @lipoja in https://github.com/release-engineering/iib/pull/589
* Allow skopeo inspect to check for images for any arch @chandwanitulsi in https://github.com/release-engineering/iib/pull/588

## 8.4.3
* Update dependency gssapi to v1.8.3 by @renovate in https://github.com/release-engineering/iib/pull/583
* Update dependency cryptography to v41.0.5 by @renovate in https://github.com/release-engineering/iib/pull/582
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.4.3',
version='8.4.4',
long_description=__doc__,
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
Expand Down

0 comments on commit 070da38

Please sign in to comment.