Skip to content

Commit e3c8d2c

Browse files
committed
Release v9.3.2
Signed-off-by: Jonathan Gangi <[email protected]>
1 parent 0b4ce1d commit e3c8d2c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 9.3.2
10+
11+
* CLOUDDST-28116: IIB skip processing of task in final state by @ashwgit in https://github.com/release-engineering/iib/pull/1061
12+
* Add functions to create and close gitlab MRs by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/1097
13+
* chore(deps): update dependency sqlalchemy to v2.0.43 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1094
14+
* chore(deps): update dependency pbr to v7 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1099
15+
* chore(deps): update dependency wrapt to v1.17.3 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1098
16+
* chore(deps): update dependency coverage to v7.10.4 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1101
17+
* chore(deps): update python docker tag to v3.13.7 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1102
18+
* Add oras_utils.py module to push and pull artifacts by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/1100
19+
* chore(deps): update dependency requests to v2.32.5 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1103
20+
* chore(deps): update postgres docker tag to v17.6 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1104
21+
* chore(deps): update dependency flask to v3.1.2 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1106
22+
* fix(git_utils): get_git_token format adjustment by @JAVGan in https://github.com/release-engineering/iib/pull/1107
23+
924
## 9.3.1
1025

1126
* chore(deps): update dependency botocore to v1.39.16 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1063

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

0 commit comments

Comments
 (0)