Skip to content

Commit 07a097d

Browse files
chore: Update current development version (#93)
1 parent 33f044e commit 07a097d

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

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

4+
5+
<a name="v2.24.0"></a>
6+
## [v2.24.0] - 2025-07-21
47
### Routine
58

9+
- Update codeql and codecov scan gh actions ([#216](https://github.com/epam/edp-gerrit-operator/issues/216))
10+
- Allow overriding securityContext ([#88](https://github.com/epam/edp-gerrit-operator/issues/88))
11+
- Update current development version ([#80](https://github.com/epam/edp-gerrit-operator/issues/80))
612
- Update tool versions in Dockerfile ([#77](https://github.com/epam/edp-gerrit-operator/issues/77))
713
- Add ImagePullSecrets field support ([#77](https://github.com/epam/edp-gerrit-operator/issues/77))
814
- Update current development version ([#74](https://github.com/epam/edp-gerrit-operator/issues/74))
@@ -164,7 +170,8 @@
164170
<a name="v2.16.0"></a>
165171
## [v2.16.0] - 2023-08-17
166172

167-
[Unreleased]: https://github.com/epam/edp-gerrit-operator/compare/v2.23.1...HEAD
173+
[Unreleased]: https://github.com/epam/edp-gerrit-operator/compare/v2.24.0...HEAD
174+
[v2.24.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.23.1...v2.24.0
168175
[v2.23.1]: https://github.com/epam/edp-gerrit-operator/compare/v2.23.0...v2.23.1
169176
[v2.23.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.22.0...v2.23.0
170177
[v2.22.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.21.0...v2.22.0

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 Gerrit Operator
33
home: https://docs.kuberocketci.io/
44
name: gerrit-operator
55
type: application
6-
version: 2.24.0-SNAPSHOT
7-
appVersion: 2.24.0-SNAPSHOT
6+
version: 2.25.0-SNAPSHOT
7+
appVersion: 2.25.0-SNAPSHOT
88
icon: https://docs.kuberocketci.io/img/logo.svg
99
keywords:
1010
- edp
@@ -23,8 +23,8 @@ annotations:
2323
artifacthub.io/license: Apache-2.0
2424
artifacthub.io/operator: "true"
2525
artifacthub.io/images: |
26-
- name: gerrit-operator:2.23.1
27-
image: epamedp/gerrit-operator:2.23.1
26+
- name: gerrit-operator:2.24.0
27+
image: epamedp/gerrit-operator:2.24.0
2828
- name: edp-gerrit:3.6.2-oauth
2929
image: epamedp/edp-gerrit:3.6.2-oauth
3030
- name: alpine:3.18.9

deploy-templates/README.md

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

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

55
A Helm chart for KubeRocketCI Gerrit Operator
66

0 commit comments

Comments
 (0)