File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## Unreleased
8
8
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
+
9
24
## 9.3.1
10
25
11
26
* chore(deps): update dependency botocore to v1.39.16 by @renovate [ bot] in https://github.com/release-engineering/iib/pull/1063
Original file line number Diff line number Diff line change 3
3
4
4
setup (
5
5
name = 'iib' ,
6
- version = '9.3.1 ' ,
6
+ version = '9.3.2 ' ,
7
7
long_description = __doc__ ,
8
8
packages = find_packages (exclude = ['tests' , 'tests.*' ]),
9
9
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments