Skip to content

Commit 8254277

Browse files
chandwanitulsiTulsi Chandwani
andauthored
Release IIB v8.4.3 (#587)
Co-authored-by: Tulsi Chandwani <[email protected]>
1 parent 8d936d2 commit 8254277

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 8.4.3
10+
* Update dependency gssapi to v1.8.3 by @renovate in https://github.com/release-engineering/iib/pull/583
11+
* Update dependency cryptography to v41.0.5 by @renovate in https://github.com/release-engineering/iib/pull/582
12+
* Update dependency urllib3 to v1.26.18 [SECURITY] by @renovate in https://github.com/release-engineering/iib/pull/580
13+
* urllib3 is solo package by @lipoja in https://github.com/release-engineering/iib/pull/579
14+
* Adding graph update mode for merge index image API endpoint by @lipoja in https://github.com/release-engineering/iib/pull/578
15+
* Upgrade OPM to v1.26.4 by @chandwanitulsi in https://github.com/release-engineering/iib/pull/577
16+
917
## 8.4.2
1018
* Update dependency flask-sqlalchemy to v3.1.1 by @renovate in https://github.com/release-engineering/iib/pull/541
1119
* Update dependency markupsafe to v2.1.3 by @renovate in https://github.com/release-engineering/iib/pull/544

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.2',
6+
version='8.4.3',
77
long_description=__doc__,
88
packages=find_packages(exclude=['tests', 'tests.*']),
99
include_package_data=True,

0 commit comments

Comments
 (0)