Skip to content

Commit 924cc53

Browse files
Release v4.8.0
Refers to CLOUDDST-10143
1 parent e8789e1 commit 924cc53

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
## 4.8.0
9+
- pinning is now a customization. If customization is used for an organization, it will not be
10+
done automatically unless explicitly specified
11+
- renamed Declarative Config to File Based Config
12+
- added support for filtering on user, request_type and index_image on builds endpoint
13+
814
## 4.7.0
915
- having relatedImages and RELATED_IMAGES_* in the bundle image is now valid for regeneration
1016
- fixed inconsistencies in arch selection code for different endpoints

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

0 commit comments

Comments
 (0)