diff --git a/CHANGELOG.md b/CHANGELOG.md index b0655e4..699213c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] + +## [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)) + + ## [v2.22.0] - 2024-10-18 ### Features @@ -139,7 +150,8 @@ ## [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 diff --git a/deploy-templates/Chart.yaml b/deploy-templates/Chart.yaml index e03558e..edd5709 100644 --- a/deploy-templates/Chart.yaml +++ b/deploy-templates/Chart.yaml @@ -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 @@ -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 diff --git a/deploy-templates/README.md b/deploy-templates/README.md index f45f715..9f563d6 100644 --- a/deploy-templates/README.md +++ b/deploy-templates/README.md @@ -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