File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 33
44setup (
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 ,
You can’t perform that action at this time.
0 commit comments