File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## Unreleased
8
8
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
+
9
17
## 8.4.2
10
18
* Update dependency flask-sqlalchemy to v3.1.1 by @renovate in https://github.com/release-engineering/iib/pull/541
11
19
* Update dependency markupsafe to v2.1.3 by @renovate in https://github.com/release-engineering/iib/pull/544
Original file line number Diff line number Diff line change 3
3
4
4
setup (
5
5
name = 'iib' ,
6
- version = '8.4.2 ' ,
6
+ version = '8.4.3 ' ,
7
7
long_description = __doc__ ,
8
8
packages = find_packages (exclude = ['tests' , 'tests.*' ]),
9
9
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments