Skip to content

Commit 070da38

Browse files
chandwanitulsiTulsi Chandwani
andauthored
IIB Release v8.4.4 (#594)
Co-authored-by: Tulsi Chandwani <tchandwa@tchandwa.users.ipa.redhat.com>
1 parent 875b3e3 commit 070da38

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## 8.4.4
10+
* Fixing github actions by @lipoja in https://github.com/release-engineering/iib/pull/590
11+
* Adding config variable to allow adding bundles without ocp version label by @lipoja in https://github.com/release-engineering/iib/pull/589
12+
* Allow skopeo inspect to check for images for any arch @chandwanitulsi in https://github.com/release-engineering/iib/pull/588
13+
914
## 8.4.3
1015
* Update dependency gssapi to v1.8.3 by @renovate in https://github.com/release-engineering/iib/pull/583
1116
* Update dependency cryptography to v41.0.5 by @renovate in https://github.com/release-engineering/iib/pull/582

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='iib',
6-
version='8.4.3',
6+
version='8.4.4',
77
long_description=__doc__,
88
packages=find_packages(exclude=['tests', 'tests.*']),
99
include_package_data=True,

0 commit comments

Comments
 (0)