File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## Unreleased
88
9+ ## 8.4.2
10+ * Update dependency flask-sqlalchemy to v3.1.1 by @renovate in https://github.com/release-engineering/iib/pull/541
11+ * Update dependency markupsafe to v2.1.3 by @renovate in https://github.com/release-engineering/iib/pull/544
12+ * Update dependency prompt-toolkit to v3.0.39 by @renovate in https://github.com/release-engineering/iib/pull/545
13+ * Fixing IIB KeyError when updating request state by @lipoja in https://github.com/release-engineering/iib/pull/569
14+ * Adding OpenTelemetry collector/exporter for dev-env by @lipoja in https://github.com/release-engineering/iib/pull/565
15+ * Pinning werkzeug to allow generation of docs. by @lipoja in https://github.com/release-engineering/iib/pull/572
16+ * Flush request to database by @lipoja in https://github.com/release-engineering/iib/pull/566
17+ * Use py3.9 for Renovate bot runs by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/574
18+ * Update dependency cryptography to v41.0.4 [ SECURITY] by @renovate in https://github.com/release-engineering/iib/pull/570
19+ * Update dependency urllib3 to v1.26.17 [ SECURITY] by @renovate in https://github.com/release-engineering/iib/pull/571
20+ * Upgrade opentelemetry-instrumentation to 0.41b0 by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/575
21+
922## 8.4.1
1023- Fix normalization bug when return value is non-dict by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/563
1124
Original file line number Diff line number Diff line change 33
44setup (
55 name = 'iib' ,
6- version = '8.4.1 ' ,
6+ version = '8.4.2 ' ,
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