Skip to content

Commit 3c260b5

Browse files
lipojaMichalZelenak
authored andcommitted
Release v8.5.1
1 parent 5afde82 commit 3c260b5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 8.5.1
10+
* Check if source_from_index is in iib_no_ocp_label_allow_list by @lipoja in https://github.com/release-engineering/iib/pull/599
11+
* Use container-tool podman for _opm_index_add commands by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/600
12+
* Fixing logging for allow_no_ocp_version by @lipoja in https://github.com/release-engineering/iib/pull/601
13+
* Update dependency tomli to v1.2.3 by @renovate in https://github.com/release-engineering/iib/pull/585
14+
* Update dependency flask-login to v0.6.3 by @renovate in https://github.com/release-engineering/iib/pull/584
15+
* Update dependency wcwidth to v0.2.12 by @renovate in https://github.com/release-engineering/iib/pull/586
16+
* Update dependency cryptography to v41.0.7 by @renovate in https://github.com/release-engineering/iib/pull/602
17+
* Update dependency prompt-toolkit to v3.0.43 by @renovate in https://github.com/release-engineering/iib/pull/603
18+
* Update dependency Mako to v1.3.0 by @renovate in https://github.com/release-engineering/iib/pull/604
19+
920
## 8.5.0
1021
* Add guardrails for UniqueViolation caused by parallel requests by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/592
1122
* Adding parameter ignore_bundle_ocp_version to merge-index API by @lipoja in https://github.com/release-engineering/iib/pull/593

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

0 commit comments

Comments
 (0)