diff --git a/CHANGELOG.md b/CHANGELOG.md index b0655e4..8f70957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,31 +2,41 @@ ## [Unreleased] - -## [v2.22.0] - 2024-10-18 + +## v2.23.0 - 2025-01-23 ### Features - Update Dockerfile packages([#59](https://github.com/epam/edp-gerrit-operator/issues/59)) - Migrate sso resources from edp-install to gerrit-operator([#59](https://github.com/epam/edp-gerrit-operator/issues/59)) - Remove deprecated v1alpha1 versions from the operator ([#54](https://github.com/epam/edp-gerrit-operator/issues/54)) +- Enable gerrit restart flow ([#47](https://github.com/epam/edp-gerrit-operator/issues/47)) +- Add the ability to remove the files with GerritMergeRequest CR ([#30](https://github.com/epam/edp-gerrit-operator/issues/30)) +- Align to the Tekton EventListener endpoint ([#24](https://github.com/epam/edp-gerrit-operator/issues/24)) +- Add QuickLink Custom Resource ([#22](https://github.com/epam/edp-gerrit-operator/issues/22)) +- Add label to the secret gerrit-ciuser-sshkey ([#14](https://github.com/epam/edp-gerrit-operator/issues/14)) -### Routine - -- Update alpine base image to v3.18.9 ([#62](https://github.com/epam/edp-gerrit-operator/issues/62)) -- Update KubeRocketCI names and documentation links ([#57](https://github.com/epam/edp-gerrit-operator/issues/57)) -- Update container image ([#54](https://github.com/epam/edp-gerrit-operator/issues/54)) -- Update current development version ([#52](https://github.com/epam/edp-gerrit-operator/issues/52)) +### Bug Fixes +- Update webhook url ([#21](https://github.com/epam/edp-gerrit-operator/issues/21)) +- Generate ChangeIDs using UUID ([#16](https://github.com/epam/edp-gerrit-operator/issues/16)) +- Use crypto rand to generate secure ED25519 private key check fields ([#5](https://github.com/epam/edp-gerrit-operator/issues/5)) - -## [v2.21.0] - 2024-06-12 -### Features +### Code Refactoring -- Enable gerrit restart flow ([#47](https://github.com/epam/edp-gerrit-operator/issues/47)) -- Add the ability to remove the files with GerritMergeRequest CR ([#30](https://github.com/epam/edp-gerrit-operator/issues/30)) +- QuickLink is managed by edp-tekton helm chart ([#24](https://github.com/epam/edp-gerrit-operator/issues/24)) +- Remove deprecated edpName parameter ([#6](https://github.com/epam/edp-gerrit-operator/issues/6)) ### 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)) +- Update alpine base image to v3.18.9 ([#62](https://github.com/epam/edp-gerrit-operator/issues/62)) +- Update KubeRocketCI names and documentation links ([#57](https://github.com/epam/edp-gerrit-operator/issues/57)) +- Update container image ([#54](https://github.com/epam/edp-gerrit-operator/issues/54)) +- Update current development version ([#52](https://github.com/epam/edp-gerrit-operator/issues/52)) - Bump alpine packages ([#49](https://github.com/epam/edp-gerrit-operator/issues/49)) - Update argocd diff ([#49](https://github.com/epam/edp-gerrit-operator/issues/49)) - Align argocd diff ([#42](https://github.com/epam/edp-gerrit-operator/issues/42)) @@ -41,111 +51,28 @@ - Update current development version ([#26](https://github.com/epam/edp-gerrit-operator/issues/26)) - Bump alpine version ([#27](https://github.com/epam/edp-gerrit-operator/issues/27)) - Update current development version ([#26](https://github.com/epam/edp-gerrit-operator/issues/26)) - - - -## [v2.20.1] - 2024-03-12 -### Routine - -- Bump alpine version ([#27](https://github.com/epam/edp-gerrit-operator/issues/27)) - - - -## [v2.20.0] - 2024-03-11 -### Features - -- Align to the Tekton EventListener endpoint ([#24](https://github.com/epam/edp-gerrit-operator/issues/24)) -- Add QuickLink Custom Resource ([#22](https://github.com/epam/edp-gerrit-operator/issues/22)) - -### Bug Fixes - -- Update webhook url ([#21](https://github.com/epam/edp-gerrit-operator/issues/21)) - -### Code Refactoring - -- QuickLink is managed by edp-tekton helm chart ([#24](https://github.com/epam/edp-gerrit-operator/issues/24)) - -### Routine - - Remove gitserver CR ([#168](https://github.com/epam/edp-gerrit-operator/issues/168)) - Remove edpcomponent creation from operator logic ([#23](https://github.com/epam/edp-gerrit-operator/issues/23)) - Bump github.com/go-git/go-git/v5 from 5.5.1 to 5.11.0 ([#19](https://github.com/epam/edp-gerrit-operator/issues/19)) - Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 ([#20](https://github.com/epam/edp-gerrit-operator/issues/20)) - Bump golang.org/x/crypto from 0.14.0 to 0.17.0 ([#18](https://github.com/epam/edp-gerrit-operator/issues/18)) - Update current development version ([#17](https://github.com/epam/edp-gerrit-operator/issues/17)) - -### Documentation - -- Define name convention for ingress objects ([#23](https://github.com/epam/edp-gerrit-operator/issues/23)) -- Update README md and Dockerfile ([#132](https://github.com/epam/edp-gerrit-operator/issues/132)) - - - -## [v2.19.0] - 2023-12-18 -### Bug Fixes - -- Generate ChangeIDs using UUID ([#16](https://github.com/epam/edp-gerrit-operator/issues/16)) - -### Routine - - Update openssl package for operator container ([#16](https://github.com/epam/edp-gerrit-operator/issues/16)) - Update release flow for GH Actions ([#16](https://github.com/epam/edp-gerrit-operator/issues/16)) - Update current development version ([#15](https://github.com/epam/edp-gerrit-operator/issues/15)) - - - -## [v2.18.0] - 2023-11-03 -### Features - -- Add label to the secret gerrit-ciuser-sshkey ([#14](https://github.com/epam/edp-gerrit-operator/issues/14)) - -### Routine - - Fix branch for GH Actions ([#8](https://github.com/epam/edp-gerrit-operator/issues/8)) - Bump golang.org/x/net from 0.8.0 to 0.17.0 ([#13](https://github.com/epam/edp-gerrit-operator/issues/13)) - Update changelog ([#11](https://github.com/epam/edp-gerrit-operator/issues/11)) - Remove jenkins admin-console perf operator logic ([#10](https://github.com/epam/edp-gerrit-operator/issues/10)) - Upgrade Go to 1.20 ([#8](https://github.com/epam/edp-gerrit-operator/issues/8)) - Update current development version ([#7](https://github.com/epam/edp-gerrit-operator/issues/7)) +- Update current development version ([#4](https://github.com/epam/edp-gerrit-operator/issues/4)) ### Documentation +- Define name convention for ingress objects ([#23](https://github.com/epam/edp-gerrit-operator/issues/23)) +- Update README md and Dockerfile ([#132](https://github.com/epam/edp-gerrit-operator/issues/132)) - Fix bage path for the build GH Action ([#8](https://github.com/epam/edp-gerrit-operator/issues/8)) - -## [v2.17.1] - 2023-09-25 -### Routine - -- Upgrade Go to 1.20 ([#8](https://github.com/epam/edp-gerrit-operator/issues/8)) -- Update CHANGELOG.md ([#85](https://github.com/epam/edp-gerrit-operator/issues/85)) - - - -## [v2.17.0] - 2023-09-20 -### Bug Fixes - -- Use crypto rand to generate secure ED25519 private key check fields ([#5](https://github.com/epam/edp-gerrit-operator/issues/5)) - -### Code Refactoring - -- Remove deprecated edpName parameter ([#6](https://github.com/epam/edp-gerrit-operator/issues/6)) - -### Routine - -- Update current development version ([#4](https://github.com/epam/edp-gerrit-operator/issues/4)) - - - -## [v2.16.0] - 2023-08-17 - -[Unreleased]: https://github.com/epam/edp-gerrit-operator/compare/v2.22.0...HEAD -[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 -[v2.20.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.19.0...v2.20.0 -[v2.19.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.18.0...v2.19.0 -[v2.18.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.17.1...v2.18.0 -[v2.17.1]: https://github.com/epam/edp-gerrit-operator/compare/v2.17.0...v2.17.1 -[v2.17.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.16.0...v2.17.0 -[v2.16.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.15.0...v2.16.0 +[Unreleased]: https://github.com/epam/edp-gerrit-operator/compare/v2.23.0...HEAD diff --git a/deploy-templates/Chart.yaml b/deploy-templates/Chart.yaml index e03558e..6734963 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.23.0 +appVersion: 2.23.0 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..d1440c4 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.23.0](https://img.shields.io/badge/Version-2.23.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.23.0](https://img.shields.io/badge/AppVersion-2.23.0-informational?style=flat-square) A Helm chart for KubeRocketCI Gerrit Operator