Skip to content

Commit 45cd73b

Browse files
committed
Release 8.6.0
[CLOUDDST-22139]
1 parent 687b30a commit 45cd73b

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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

0 commit comments

Comments
 (0)