Skip to content

Commit 9465f68

Browse files
Release IIB v8.0.0
CLOUDDST-18606
1 parent 1a7c1f7 commit 9465f68

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

77
## Unreleased
88

9+
## 8.0.0
10+
- Add logs for time tracking by @xDaile in https://github.com/release-engineering/iib/pull/507
11+
- Bump sphinx from 5.3.0 to 6.1.3 by @dependabot in https://github.com/release-engineering/iib/pull/483
12+
- Add token overwrite in build.py by @xDaile in https://github.com/release-engineering/iib/pull/510
13+
- Bump sphinx from 6.1.3 to 6.2.0 by @dependabot in https://github.com/release-engineering/iib/pull/511
14+
- Adding image filtering for fbc_operations requests by @lipoja in https://github.com/release-engineering/iib/pull/514
15+
- Changing loading of user queue to accept new structure by @lipoja in https://github.com/release-engineering/iib/pull/509
16+
- Adding filtering builds based on `from_index` by @lipoja in https://github.com/release-engineering/iib/pull/513
17+
- Upgrade flask to 2.2.5 by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/516
18+
919
## 7.1.1
1020
- Fix RM API endpoint - remove operator from FBC
1121
- Move cleanup function to the end of the request

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

0 commit comments

Comments
 (0)