Skip to content

Commit b4c98f6

Browse files
chore: Update current development version (#74)
1 parent ccfa75c commit b4c98f6

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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
@@ -139,7 +150,8 @@
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

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.23.0-SNAPSHOT
7-
appVersion: 2.23.0-SNAPSHOT
6+
version: 2.24.0-SNAPSHOT
7+
appVersion: 2.24.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.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

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.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

55
A Helm chart for KubeRocketCI Gerrit Operator
66

0 commit comments

Comments
 (0)