File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 22## [ Unreleased]
33
44
5- <a name =" v2.27.1 " ></a >
6- ## v2.27.1 - 2025-03-31
5+ <a name =" v2.27.2 " ></a >
6+ ## v2.27.2 - 2025-04-09
77### Features
88
99- Add support for private repository creation ([ #181 ] ( https://github.com/epam/edp-codebase-operator/issues/181 ) )
5252
5353### Bug Fixes
5454
55+ - Prevent cleaning build number for CodebaseBranch ([ #194 ] ( https://github.com/epam/edp-codebase-operator/issues/194 ) )
5556- Missing namespace selector for codebaseimagestream webhook ([ #176 ] ( https://github.com/epam/edp-codebase-operator/issues/176 ) )
5657- Processing default branch for bitbucket ([ #155 ] ( https://github.com/epam/edp-codebase-operator/issues/155 ) )
5758- Ignore extra labels in CodebaseImageStream for auto-deploy ([ #153 ] ( https://github.com/epam/edp-codebase-operator/issues/153 ) )
167168removed required fields from the GitServer status. CRD should be updated.
168169
169170
170- [ Unreleased ] : https://github.com/epam/edp-codebase-operator/compare/v2.27.1 ...HEAD
171+ [ Unreleased ] : https://github.com/epam/edp-codebase-operator/compare/v2.27.2 ...HEAD
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ description: A Helm chart for KubeRocketCI Codebase Operator
33home : https://docs.kuberocketci.io/
44name : codebase-operator
55type : application
6- version : 2.27.1
7- appVersion : 2.27.1
6+ version : 2.27.2
7+ appVersion : 2.27.2
88icon : https://docs.kuberocketci.io/img/logo.svg
99keywords :
1010 - edp
@@ -33,8 +33,8 @@ annotations:
3333 artifacthub.io/license : Apache-2.0
3434 artifacthub.io/operator : " true"
3535 artifacthub.io/images : |
36- - name: codebase-operator:2.27.1
37- image: epamedp/codebase-operator:2.27.1
36+ - name: codebase-operator:2.27.2
37+ image: epamedp/codebase-operator:2.27.2
3838 - name: alpine:3.18.9
3939 image: alpine:3.18.9
4040 artifacthub.io/operatorCapabilities : Full Lifecycle
Original file line number Diff line number Diff line change 11# codebase-operator
22
3- ![ Version: 2.27.1 ] ( https://img.shields.io/badge/Version-2.27.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.27.1 ] ( https://img.shields.io/badge/AppVersion-2.27.1 -informational?style=flat-square )
3+ ![ Version: 2.27.2 ] ( https://img.shields.io/badge/Version-2.27.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.27.2 ] ( https://img.shields.io/badge/AppVersion-2.27.2 -informational?style=flat-square )
44
55A Helm chart for KubeRocketCI Codebase Operator
66
You can’t perform that action at this time.
0 commit comments