From 3f8d84d21a1847f4c48736c48c661534c0ca4e86 Mon Sep 17 00:00:00 2001 From: Mykola Marusenko Date: Mon, 13 Apr 2026 10:28:50 +0300 Subject: [PATCH] EPMDEDP-16681: chore: Update current development version --- CHANGELOG.md | 7 ++++++- deploy-templates/Chart.yaml | 8 ++++---- deploy-templates/README.md | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddb8b479..b0c1433d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ ## [Unreleased] + + +## [v2.32.0] - 2026-04-13 ### Routine +- Update commit message pattern validation and CHANGELOG - Update current development version @@ -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 diff --git a/deploy-templates/Chart.yaml b/deploy-templates/Chart.yaml index 0b5bf5c8..39611f7a 100644 --- a/deploy-templates/Chart.yaml +++ b/deploy-templates/Chart.yaml @@ -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 @@ -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 diff --git a/deploy-templates/README.md b/deploy-templates/README.md index 838583bf..7f187c00 100644 --- a/deploy-templates/README.md +++ b/deploy-templates/README.md @@ -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