File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## Unreleased
8
8
9
+ ## 6.3.0
10
+ - Fix create-empty-index endpoint to not accept build_tags
11
+ - Update black to stable version 22.3.0
12
+ - Build container image for message broker and push to quay.io
13
+ - Upgrade OPM to 1.21.0
14
+ - Remove FIXME comments for issues caught by bandit
15
+ - Bump pytest from 7.1.0 to 7.1.2
16
+
9
17
## 6.2.0
10
18
- Fix bug of missing related_bundles param and logs param in API response
11
19
- Modify permissions on logs files
Original file line number Diff line number Diff line change 3
3
4
4
setup (
5
5
name = 'iib' ,
6
- version = '6.2 .0' ,
6
+ version = '6.3 .0' ,
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