Skip to content

Commit

Permalink
chore: Update current development version (#52)
Browse files Browse the repository at this point in the history
Jira: EPMDEDP-13912
  • Loading branch information
MykolaMarusenko committed Jun 12, 2024
1 parent 5dc233d commit 63b0ab9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 6 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
<a name="unreleased"></a>
## [Unreleased]


<a name="v2.21.0"></a>
## [v2.21.0] - 2024-06-12
### Features

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

### Routine

- 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))
- Switch to private Keycloak client ([#42](https://github.com/epam/edp-gerrit-operator/issues/42))
- Enable Keycloak client creation ([#42](https://github.com/epam/edp-gerrit-operator/issues/42))
- Disable keycloak configuration by default ([#42](https://github.com/epam/edp-gerrit-operator/issues/42))
- Update oauth gerrit plugin instead of gerrit version ([#39](https://github.com/epam/edp-gerrit-operator/issues/39))
- Bump gerrit image version to 3.7.9 ([#39](https://github.com/epam/edp-gerrit-operator/issues/39))
- Bump to Go 1.22 ([#37](https://github.com/epam/edp-gerrit-operator/issues/37))
- Add codeowners file to the repo ([#31](https://github.com/epam/edp-gerrit-operator/issues/31))
- Describe GerritMergeRequest CR spec ([#28](https://github.com/epam/edp-gerrit-operator/issues/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))

Expand Down Expand Up @@ -103,7 +123,8 @@
<a name="v2.16.0"></a>
## [v2.16.0] - 2023-08-17

[Unreleased]: https://github.com/epam/edp-gerrit-operator/compare/v2.20.1...HEAD
[Unreleased]: https://github.com/epam/edp-gerrit-operator/compare/v2.21.0...HEAD
[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
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 EDP Gerrit Operator
home: https://epam.github.io/edp-install/
name: gerrit-operator
type: application
version: 2.21.0-SNAPSHOT
appVersion: 2.21.0-SNAPSHOT
version: 2.22.0-SNAPSHOT
appVersion: 2.22.0-SNAPSHOT
icon: https://epam.github.io/edp-install/assets/logo.png
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.20.0
image: epamedp/gerrit-operator:2.20.0
- name: gerrit-operator:2.21.0
image: epamedp/gerrit-operator:2.21.0
- name: edp-gerrit:3.6.2
image: epamedp/edp-gerrit:3.6.2
- name: alpine:3.18.6
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.21.0-SNAPSHOT](https://img.shields.io/badge/Version-2.21.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.21.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-2.21.0--SNAPSHOT-informational?style=flat-square)
![Version: 2.22.0-SNAPSHOT](https://img.shields.io/badge/Version-2.22.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.22.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-2.22.0--SNAPSHOT-informational?style=flat-square)

A Helm chart for EDP Gerrit Operator

Expand Down

0 comments on commit 63b0ab9

Please sign in to comment.