Skip to content

Commit c5dbdaf

Browse files
Release v5.0.0 (#346)
CLOUDDST-11035
1 parent 4d48304 commit c5dbdaf

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## 5.0.0
10+
- Fix issue of deprecation list with duplicated bundles
11+
- Add mod_wsgi dependency to Dockerfile-api
12+
- Update opm in dev env to v1.19.5
13+
- Add framework to support FBC indexes
14+
- Upgrade Flask 2.0.2, Werkzeug 2.0.2, Celery 5.1.2, Kombu 5.1.0
15+
- Add support for Python 3.8
16+
- Add retries and minor fixes for buildah commands
17+
- Add REGISTRY_AUTH_FILE support in dev env
18+
- Add support for AWS S3 buckets for artifacts storage
19+
- Add github action to build API image on tag push
20+
921
## 4.9.0
1022
- Fix the comparison of index image and bundle
1123
- Avoid failing to create-empty-index when labels are not set

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

0 commit comments

Comments
 (0)