From 9465f683c207fcf5a2e13ff4b92b1bfbf04af533 Mon Sep 17 00:00:00 2001 From: Yashvardhan Nanavati Date: Fri, 5 May 2023 13:14:52 -0400 Subject: [PATCH] Release IIB v8.0.0 CLOUDDST-18606 --- CHANGELOG.md | 10 ++++++++++ setup.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc35ddf5e..de2e9ac14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 8.0.0 +- Add logs for time tracking by @xDaile in https://github.com/release-engineering/iib/pull/507 +- Bump sphinx from 5.3.0 to 6.1.3 by @dependabot in https://github.com/release-engineering/iib/pull/483 +- Add token overwrite in build.py by @xDaile in https://github.com/release-engineering/iib/pull/510 +- Bump sphinx from 6.1.3 to 6.2.0 by @dependabot in https://github.com/release-engineering/iib/pull/511 +- Adding image filtering for fbc_operations requests by @lipoja in https://github.com/release-engineering/iib/pull/514 +- Changing loading of user queue to accept new structure by @lipoja in https://github.com/release-engineering/iib/pull/509 +- Adding filtering builds based on `from_index` by @lipoja in https://github.com/release-engineering/iib/pull/513 +- Upgrade flask to 2.2.5 by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/516 + ## 7.1.1 - Fix RM API endpoint - remove operator from FBC - Move cleanup function to the end of the request diff --git a/setup.py b/setup.py index 79db3da14..8b76d89b2 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='iib', - version='7.1.1', + version='8.0.0', long_description=__doc__, packages=find_packages(exclude=['tests', 'tests.*']), include_package_data=True,