From 1d339e25973ae4676a6348bcc9cd8f01901ce122 Mon Sep 17 00:00:00 2001 From: chandwanitulsi <17147736+chandwanitulsi@users.noreply.github.com> Date: Tue, 16 Aug 2022 13:15:00 -0500 Subject: [PATCH] IIB release v6.5.0 (#420) Co-authored-by: Tulsi Chandwani --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c7dbbd6..41e9863d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 6.5.0 +- Print version of binary files in log files +- Improve traceability in _get_present_bundles and fix tests +- Increase iib_api_timeout, iib_retry_delay and iib_retry_jitter +- Keep Gating feature in IIB and improve gating logging +- Adding fallback from SIGTERM to SIGKILL +- Fix dependency issues for python 3.9 + ## 6.4.0 - Add internal_index_image_copy and internal_index_image_copy_resolved to Add and Rm response - Add a warning for when gating is disabled diff --git a/setup.py b/setup.py index 2d5bdd03..9184351e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='iib', - version='6.4.0', + version='6.5.0', long_description=__doc__, packages=find_packages(exclude=['tests', 'tests.*']), include_package_data=True,