Skip to content

Commit a538cd2

Browse files
chore: Update current development version (#244)
1 parent d9fe250 commit a538cd2

File tree

3 files changed

+32
-6
lines changed

3 files changed

+32
-6
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,33 @@
11
<a name="unreleased"></a>
22
## [Unreleased]
33

4+
5+
<a name="v2.29.0"></a>
6+
## [v2.29.0] - 2025-11-21
7+
### Features
8+
9+
- Add validation for gitUrlPath to ensure it does not end with a space ([#236](https://github.com/epam/edp-codebase-operator/issues/236))
10+
- Add CloneRepositoryCredentials to Codebase spec ([#234](https://github.com/epam/edp-codebase-operator/issues/234))
11+
- Add support onboarding git projects with access token ([#231](https://github.com/epam/edp-codebase-operator/issues/231))
12+
- Add support for gitlabci ([#225](https://github.com/epam/edp-codebase-operator/issues/225))
13+
14+
### Bug Fixes
15+
16+
- Raise pod memory to prevent clone OOM ([#240](https://github.com/epam/edp-codebase-operator/issues/240))
17+
- Branch repository provisioning with gitprovider v2 ([#231](https://github.com/epam/edp-codebase-operator/issues/231))
18+
19+
### Code Refactoring
20+
21+
- Project onboarding workflow ([#231](https://github.com/epam/edp-codebase-operator/issues/231))
22+
- Extract common git repository preparation logic ([#229](https://github.com/epam/edp-codebase-operator/issues/229))
23+
- Use Status().Patch() for git status updates in chain handlers ([#227](https://github.com/epam/edp-codebase-operator/issues/227))
24+
- Move gitlab configuration to the separate chain handler ([#225](https://github.com/epam/edp-codebase-operator/issues/225))
25+
426
### Routine
527

28+
- Update Kuberocketai to the latest stable version
29+
- Update KubeRocketAI ([#220](https://github.com/epam/edp-codebase-operator/issues/220))
30+
- Setup KubeRocketAI ([#220](https://github.com/epam/edp-codebase-operator/issues/220))
631
- Update current development version ([#217](https://github.com/epam/edp-codebase-operator/issues/217))
732

833

@@ -553,7 +578,8 @@ removed required fields from the GitServer status. CRD should be updated.
553578
- [EPMDEDP-868] Add functionality generates correct ssh URL for replication config for Gerrit
554579

555580

556-
[Unreleased]: https://github.com/epam/edp-codebase-operator/compare/v2.28.0...HEAD
581+
[Unreleased]: https://github.com/epam/edp-codebase-operator/compare/v2.29.0...HEAD
582+
[v2.29.0]: https://github.com/epam/edp-codebase-operator/compare/v2.28.0...v2.29.0
557583
[v2.28.0]: https://github.com/epam/edp-codebase-operator/compare/v2.27.2...v2.28.0
558584
[v2.27.2]: https://github.com/epam/edp-codebase-operator/compare/v2.27.1...v2.27.2
559585
[v2.27.1]: https://github.com/epam/edp-codebase-operator/compare/v2.27.0...v2.27.1

deploy-templates/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: A Helm chart for KubeRocketCI Codebase Operator
33
home: https://docs.kuberocketci.io/
44
name: codebase-operator
55
type: application
6-
version: 2.29.0-SNAPSHOT
7-
appVersion: 2.29.0-SNAPSHOT
6+
version: 2.30.0-SNAPSHOT
7+
appVersion: 2.30.0-SNAPSHOT
88
icon: https://docs.kuberocketci.io/img/logo.svg
99
keywords:
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.28.0
37-
image: epamedp/codebase-operator:2.28.0
36+
- name: codebase-operator:2.29.0
37+
image: epamedp/codebase-operator:2.29.0
3838
- name: alpine:3.18.9
3939
image: alpine:3.18.9
4040
artifacthub.io/operatorCapabilities: Full Lifecycle

deploy-templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# codebase-operator
22

3-
![Version: 2.29.0-SNAPSHOT](https://img.shields.io/badge/Version-2.29.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.29.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-2.29.0--SNAPSHOT-informational?style=flat-square)
3+
![Version: 2.30.0-SNAPSHOT](https://img.shields.io/badge/Version-2.30.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.30.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-2.30.0--SNAPSHOT-informational?style=flat-square)
44

55
A Helm chart for KubeRocketCI Codebase Operator
66

0 commit comments

Comments
 (0)