File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77## Unreleased
88
99
10+ ## 8.6.0
11+ * Fixing logging in tracing.py by @lipoja in https://github.com/release-engineering/iib/pull/628
12+ * Update dependency cryptography to v42.0.4 [ SECURITY] by @renovate in https://github.com/release-engineering/iib/pull/630
13+ * Adding attributes to span by @lipoja in https://github.com/release-engineering/iib/pull/631
14+ * Update actions/checkout action to v4 by @renovate in https://github.com/release-engineering/iib/pull/626
15+ * Update dependency botocore to v1.34.55 by @renovate in https://github.com/release-engineering/iib/pull/638
16+ * Update dependency boto3 to v1.34.55 by @renovate in https://github.com/release-engineering/iib/pull/636
17+ * Update dependency coverage to v7.4.3 by @renovate in https://github.com/release-engineering/iib/pull/639
18+ * Update postgres Docker tag to v14.11 by @renovate in https://github.com/release-engineering/iib/pull/619
19+ * Update redhat-actions/push-to-registry action to v2.7.1 by @renovate in https://github.com/release-engineering/iib/pull/623
20+ * Update dependency botocore to v1.34.57 by @renovate in https://github.com/release-engineering/iib/pull/641
21+ * Update dependency boto3 to v1.34.57 by @renovate in https://github.com/release-engineering/iib/pull/640
22+ * Update dependency cryptography to v42.0.5 by @renovate in https://github.com/release-engineering/iib/pull/642
23+ * Update dependency flask to v3.0.2 by @renovate in https://github.com/release-engineering/iib/pull/644
24+ * Bump version of requirements by @lipoja in https://github.com/release-engineering/iib/pull/647
25+
1026## 8.5.3
1127* Update dependency botocore to v1.34.29 by @renovate in https://github.com/release-engineering/iib/pull/615
1228* Update dependency boto3 to v1.34.29 by @renovate in https://github.com/release-engineering/iib/pull/614
Original file line number Diff line number Diff line change 33
44setup (
55 name = 'iib' ,
6- version = '8.5.3 ' ,
6+ version = '8.6.0 ' ,
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