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
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<a name="unreleased"></a>
## [Unreleased]


<a name="v2.32.0"></a>
## [v2.32.0] - 2026-04-13
### Routine

- Update commit message pattern validation and CHANGELOG
- Update current development version


Expand Down Expand Up @@ -624,7 +628,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.31.0...HEAD
[Unreleased]: https://github.com/epam/edp-codebase-operator/compare/v2.32.0...HEAD
[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
[v2.29.1]: https://github.com/epam/edp-codebase-operator/compare/v2.29.0...v2.29.1
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.32.0-SNAPSHOT
appVersion: 2.32.0-SNAPSHOT
version: 2.33.0-SNAPSHOT
appVersion: 2.33.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.31.0
image: epamedp/codebase-operator:2.31.0
- name: codebase-operator:2.32.0
image: epamedp/codebase-operator:2.32.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.32.0-SNAPSHOT](https://img.shields.io/badge/Version-2.32.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.32.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-2.32.0--SNAPSHOT-informational?style=flat-square)
![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)

A Helm chart for KubeRocketCI Codebase Operator

Expand Down
Loading