Skip to content

Commit ff7c2b6

Browse files
committed
Release v9.5.0
[CLOUDDST-31201]
1 parent 1668948 commit ff7c2b6

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## 9.5.0
10+
11+
* chore(deps): update dependency google-auth to v2.43.0 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1229
12+
* chore(deps): update dependency coverage to v7.11.3 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1230
13+
* chore(deps): update dependency alembic to v1.17.1 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1223
14+
* chore(deps): update dependency certifi to v2025.11.12 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1231
15+
* chore(deps): update dependency googleapis-common-protos to v1.72.0 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1232
16+
* chore(deps): update dependency cachetools to v6.2.2 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1234
17+
* chore(deps): update dependency alembic to v1.17.2 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1237
18+
* chore(deps): update dependency billiard to v4.2.3 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1238
19+
* chore(deps): update dependency click to v8.3.1 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1239
20+
* chore(deps): update dependency grpcio to v1.76.0 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1233
21+
* chore(deps): update dependency botocore to v1.40.75 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1227
22+
* chore(deps): update dependency boto3 to v1.40.75 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1224
23+
* chore(deps): update dependency protobuf to v6.33.1 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1240
24+
* chore(deps): update dependency iniconfig to v2.3.0 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1243
25+
* chore(deps): update dependency coverage to v7.12.0 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1242
26+
* chore(deps): update dependency pytest to v9 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1251
27+
* chore(deps): update rabbitmq docker tag to v4.2 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1250
28+
* chore(deps): update postgres docker tag to v18.1 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1249
29+
* chore(deps): update dependency botocore to v1.40.76 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1248
30+
* chore(deps): update dependency boto3 to v1.40.76 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1247
31+
* chore(deps): update actions/checkout action to v6 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1256
32+
* chore(deps): update dependency stevedore to v5.6.0 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1255
33+
* Avoid race condition on unit-tests by @JAVGan in https://github.com/release-engineering/iib/pull/1277
34+
* Update requirements by @lipoja in https://github.com/release-engineering/iib/pull/1282
35+
* Update requirements by @lipoja in https://github.com/release-engineering/iib/pull/1286
36+
* Update requirements by @lipoja in https://github.com/release-engineering/iib/pull/1287
37+
* Unlock files when any Exception is raised. by @lipoja in https://github.com/release-engineering/iib/pull/1288
38+
* Update requirements by @lipoja in https://github.com/release-engineering/iib/pull/1292
39+
940
## 9.4.3
1041

1142
* chore(deps): update dependency click to v8.3.0 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1168

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

0 commit comments

Comments
 (0)