File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+ * Update dependency prompt-toolkit to v3.0.43 renovate[ bot]
11+ * Update dependency cryptography to v41.0.7 renovate[ bot]
12+ * Update dependency wcwidth to v0.2.12 renovate[ bot]
13+ * Update dependency flask-login to v0.6.3 renovate[ bot]
14+ * Update dependency tomli to v1.2.3 renovate[ bot]
15+ * Fixing logging for allow_no_ocp_version Jan Lipovský
16+ * Use container-tool podman for _ opm_index_add and _ opm_index_rm commands Yashvardhan Nanavati
17+ * Prevent empty string in iib_no_ocp_label_allow_list Jan Lipovský
18+ * Check if source_from_index is in iib_no_ocp_label_allow_list Jan Lipovský
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