Skip to content

Commit 95f7656

Browse files
committed
Release v4.9.0
1 parent f298a1e commit 95f7656

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8+
9+
## 4.9.0
10+
- Fix the comparison of index image and bundle
11+
- Avoid failing to create-empty-index when labels are not set
12+
- Generate registry certificates automatically for dev env
13+
- Remove x509ignoreCN workaround
14+
- Update OPM, grpcurl and operator-sdk in dev-env
15+
816
## 4.8.0
917
- pinning is now a customization. If customization is used for an organization, it will not be
1018
done automatically unless explicitly specified

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

0 commit comments

Comments
 (0)