File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed
Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 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 ) )
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
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ description: A Helm chart for KubeRocketCI Gerrit Operator
33home : https://docs.kuberocketci.io/
44name : gerrit-operator
55type : 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
88icon : https://docs.kuberocketci.io/img/logo.svg
99keywords :
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
Original file line number Diff line number Diff line change 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
55A Helm chart for KubeRocketCI Gerrit Operator
66
You can’t perform that action at this time.
0 commit comments