File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22## [ Unreleased]
33
44
5+ <a name =" v2.33.0 " ></a >
6+ ## [ v2.33.0] - 2026-05-21
7+ ### Features
8+
9+ - replace self-signed cert generation with cert-manager
10+
11+ ### Routine
12+
13+ - bump k8s.io and other dependencies
14+ - Update current development version
15+
16+
517<a name =" v2.32.0 " ></a >
618## [ v2.32.0] - 2026-04-13
719### Routine
@@ -628,7 +640,8 @@ removed required fields from the GitServer status. CRD should be updated.
628640- [ EPMDEDP-868] Add functionality generates correct ssh URL for replication config for Gerrit
629641
630642
631- [ Unreleased ] : https://github.com/epam/edp-codebase-operator/compare/v2.32.0...HEAD
643+ [ Unreleased ] : https://github.com/epam/edp-codebase-operator/compare/v2.33.0...HEAD
644+ [ v2.33.0 ] : https://github.com/epam/edp-codebase-operator/compare/v2.32.0...v2.33.0
632645[ v2.32.0 ] : https://github.com/epam/edp-codebase-operator/compare/v2.31.0...v2.32.0
633646[ v2.31.0 ] : https://github.com/epam/edp-codebase-operator/compare/v2.30.0...v2.31.0
634647[ v2.30.0 ] : https://github.com/epam/edp-codebase-operator/compare/v2.29.1...v2.30.0
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.33 .0-SNAPSHOT
7- appVersion : 2.33 .0-SNAPSHOT
6+ version : 2.34 .0-SNAPSHOT
7+ appVersion : 2.34 .0-SNAPSHOT
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.32 .0
37- image: epamedp/codebase-operator:2.32 .0
36+ - name: codebase-operator:2.33 .0
37+ image: epamedp/codebase-operator:2.33 .0
3838 - name: alpine:3.18.12
3939 image: alpine:3.18.12
4040 artifacthub.io/operatorCapabilities : Full Lifecycle
Original file line number Diff line number Diff line change 11# codebase-operator
22
3- ![ Version: 2.33 .0-SNAPSHOT] ( https://img.shields.io/badge/Version-2.33 .0--SNAPSHOT-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.33 .0-SNAPSHOT] ( https://img.shields.io/badge/AppVersion-2.33 .0--SNAPSHOT-informational?style=flat-square )
3+ ![ Version: 2.34 .0-SNAPSHOT] ( https://img.shields.io/badge/Version-2.34 .0--SNAPSHOT-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.34 .0-SNAPSHOT] ( https://img.shields.io/badge/AppVersion-2.34 .0--SNAPSHOT-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