Skip to content

Commit 6362e13

Browse files
chore: Update current development version (#249)
1 parent 0d4d041 commit 6362e13

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

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

4+
### Features
5+
6+
- Add Docker registry and podLabels to helm chart ([#246](https://github.com/epam/edp-codebase-operator/issues/246))
7+
8+
### Routine
9+
10+
- Update current development version ([#244](https://github.com/epam/edp-codebase-operator/issues/244))
11+
12+
13+
<a name="v2.29.1"></a>
14+
## [v2.29.1] - 2025-12-05
15+
### Features
16+
17+
- Add Docker registry and podLabels to helm chart ([#246](https://github.com/epam/edp-codebase-operator/issues/246))
18+
419

520
<a name="v2.29.0"></a>
621
## [v2.29.0] - 2025-11-21
@@ -578,7 +593,8 @@ removed required fields from the GitServer status. CRD should be updated.
578593
- [EPMDEDP-868] Add functionality generates correct ssh URL for replication config for Gerrit
579594

580595

581-
[Unreleased]: https://github.com/epam/edp-codebase-operator/compare/v2.29.0...HEAD
596+
[Unreleased]: https://github.com/epam/edp-codebase-operator/compare/v2.29.1...HEAD
597+
[v2.29.1]: https://github.com/epam/edp-codebase-operator/compare/v2.29.0...v2.29.1
582598
[v2.29.0]: https://github.com/epam/edp-codebase-operator/compare/v2.28.0...v2.29.0
583599
[v2.28.0]: https://github.com/epam/edp-codebase-operator/compare/v2.27.2...v2.28.0
584600
[v2.27.2]: https://github.com/epam/edp-codebase-operator/compare/v2.27.1...v2.27.2

deploy-templates/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.29.0
37-
image: epamedp/codebase-operator:2.29.0
36+
- name: codebase-operator:2.29.1
37+
image: epamedp/codebase-operator:2.29.1
3838
- name: alpine:3.18.9
3939
image: alpine:3.18.9
4040
artifacthub.io/operatorCapabilities: Full Lifecycle

0 commit comments

Comments
 (0)