Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
## [Unreleased]


<a name="v2.33.0"></a>
## [v2.33.0] - 2026-05-21
### Features

- replace self-signed cert generation with cert-manager

### Routine

- bump k8s.io and other dependencies
- Update current development version


<a name="v2.32.0"></a>
## [v2.32.0] - 2026-04-13
### Routine
Expand Down Expand Up @@ -628,7 +640,8 @@ removed required fields from the GitServer status. CRD should be updated.
- [EPMDEDP-868] Add functionality generates correct ssh URL for replication config for Gerrit


[Unreleased]: https://github.com/epam/edp-codebase-operator/compare/v2.32.0...HEAD
[Unreleased]: https://github.com/epam/edp-codebase-operator/compare/v2.33.0...HEAD
[v2.33.0]: https://github.com/epam/edp-codebase-operator/compare/v2.32.0...v2.33.0
[v2.32.0]: https://github.com/epam/edp-codebase-operator/compare/v2.31.0...v2.32.0
[v2.31.0]: https://github.com/epam/edp-codebase-operator/compare/v2.30.0...v2.31.0
[v2.30.0]: https://github.com/epam/edp-codebase-operator/compare/v2.29.1...v2.30.0
Expand Down
8 changes: 4 additions & 4 deletions deploy-templates/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: A Helm chart for KubeRocketCI Codebase Operator
home: https://docs.kuberocketci.io/
name: codebase-operator
type: application
version: 2.33.0-SNAPSHOT
appVersion: 2.33.0-SNAPSHOT
version: 2.34.0-SNAPSHOT
appVersion: 2.34.0-SNAPSHOT
icon: https://docs.kuberocketci.io/img/logo.svg
keywords:
- edp
Expand Down Expand Up @@ -33,8 +33,8 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/operator: "true"
artifacthub.io/images: |
- name: codebase-operator:2.32.0
image: epamedp/codebase-operator:2.32.0
- name: codebase-operator:2.33.0
image: epamedp/codebase-operator:2.33.0
- name: alpine:3.18.12
image: alpine:3.18.12
artifacthub.io/operatorCapabilities: Full Lifecycle
Expand Down
2 changes: 1 addition & 1 deletion deploy-templates/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# codebase-operator

![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)
![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)

A Helm chart for KubeRocketCI Codebase Operator

Expand Down
Loading