Skip to content

Commit

Permalink
chore: Update current development version (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
MykolaMarusenko committed Jan 24, 2025
1 parent ccfa75c commit b4c98f6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
## [Unreleased]


<a name="v2.23.0"></a>
## [v2.23.0] - 2025-01-24
### Routine

- Enable QuickLink resource by default ([#71](https://github.com/epam/edp-gerrit-operator/issues/71))
- Make QuickLink installation optional ([#71](https://github.com/epam/edp-gerrit-operator/issues/71))
- Update Dockerfile packages ([#66](https://github.com/epam/edp-gerrit-operator/issues/66))
- Update Pull Request Template ([#66](https://github.com/epam/edp-gerrit-operator/issues/66))
- Update current development version ([#64](https://github.com/epam/edp-gerrit-operator/issues/64))


<a name="v2.22.0"></a>
## [v2.22.0] - 2024-10-18
### Features
Expand Down Expand Up @@ -139,7 +150,8 @@
<a name="v2.16.0"></a>
## [v2.16.0] - 2023-08-17

[Unreleased]: https://github.com/epam/edp-gerrit-operator/compare/v2.22.0...HEAD
[Unreleased]: https://github.com/epam/edp-gerrit-operator/compare/v2.23.0...HEAD
[v2.23.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.22.0...v2.23.0
[v2.22.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.21.0...v2.22.0
[v2.21.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.20.1...v2.21.0
[v2.20.1]: https://github.com/epam/edp-gerrit-operator/compare/v2.20.0...v2.20.1
Expand Down
8 changes: 4 additions & 4 deletions deploy-templates/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: A Helm chart for KubeRocketCI Gerrit Operator
home: https://docs.kuberocketci.io/
name: gerrit-operator
type: application
version: 2.23.0-SNAPSHOT
appVersion: 2.23.0-SNAPSHOT
version: 2.24.0-SNAPSHOT
appVersion: 2.24.0-SNAPSHOT
icon: https://docs.kuberocketci.io/img/logo.svg
keywords:
- edp
Expand All @@ -23,8 +23,8 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/operator: "true"
artifacthub.io/images: |
- name: gerrit-operator:2.22.0
image: epamedp/gerrit-operator:2.22.0
- name: gerrit-operator:2.23.0
image: epamedp/gerrit-operator:2.23.0
- name: edp-gerrit:3.6.2-oauth
image: epamedp/edp-gerrit:3.6.2-oauth
- name: alpine:3.18.9
Expand Down
2 changes: 1 addition & 1 deletion deploy-templates/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gerrit-operator

![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)
![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)

A Helm chart for KubeRocketCI Gerrit Operator

Expand Down

0 comments on commit b4c98f6

Please sign in to comment.