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
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
Original file line number Diff line number Diff line change 33
44setup (
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 ,
You can’t perform that action at this time.
0 commit comments