File tree Expand file tree Collapse file tree 3 files changed +18
-6
lines changed
Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 22## [ Unreleased]
33
44
5+ <a name =" v2.23.0 " ></a >
6+ ## [ v2.23.0] - 2025-01-24
7+ ### Routine
8+
9+ - Enable QuickLink resource by default ([ #71 ] ( https://github.com/epam/edp-gerrit-operator/issues/71 ) )
10+ - Make QuickLink installation optional ([ #71 ] ( https://github.com/epam/edp-gerrit-operator/issues/71 ) )
11+ - Update Dockerfile packages ([ #66 ] ( https://github.com/epam/edp-gerrit-operator/issues/66 ) )
12+ - Update Pull Request Template ([ #66 ] ( https://github.com/epam/edp-gerrit-operator/issues/66 ) )
13+ - Update current development version ([ #64 ] ( https://github.com/epam/edp-gerrit-operator/issues/64 ) )
14+
15+
516<a name =" v2.22.0 " ></a >
617## [ v2.22.0] - 2024-10-18
718### Features
139150<a name =" v2.16.0 " ></a >
140151## [ v2.16.0] - 2023-08-17
141152
142- [ Unreleased ] : https://github.com/epam/edp-gerrit-operator/compare/v2.22.0...HEAD
153+ [ Unreleased ] : https://github.com/epam/edp-gerrit-operator/compare/v2.23.0...HEAD
154+ [ v2.23.0 ] : https://github.com/epam/edp-gerrit-operator/compare/v2.22.0...v2.23.0
143155[ v2.22.0 ] : https://github.com/epam/edp-gerrit-operator/compare/v2.21.0...v2.22.0
144156[ v2.21.0 ] : https://github.com/epam/edp-gerrit-operator/compare/v2.20.1...v2.21.0
145157[ v2.20.1 ] : https://github.com/epam/edp-gerrit-operator/compare/v2.20.0...v2.20.1
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.23 .0-SNAPSHOT
7- appVersion : 2.23 .0-SNAPSHOT
6+ version : 2.24 .0-SNAPSHOT
7+ appVersion : 2.24 .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.22 .0
27- image: epamedp/gerrit-operator:2.22 .0
26+ - name: gerrit-operator:2.23 .0
27+ image: epamedp/gerrit-operator:2.23 .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.23 .0-SNAPSHOT] ( https://img.shields.io/badge/Version-2.23 .0--SNAPSHOT-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.23 .0-SNAPSHOT] ( https://img.shields.io/badge/AppVersion-2.23 .0--SNAPSHOT-informational?style=flat-square )
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 )
44
55A Helm chart for KubeRocketCI Gerrit Operator
66
You can’t perform that action at this time.
0 commit comments