Skip to content

Commit 47fcd58

Browse files
committed
Bump version to 2.20.0
1 parent 2b2c86e commit 47fcd58

File tree

3 files changed

+28
-47
lines changed

3 files changed

+28
-47
lines changed

CHANGELOG.md

Lines changed: 25 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2,68 +2,49 @@
22
## [Unreleased]
33

44

5-
<a name="v2.19.0"></a>
6-
## [v2.19.0] - 2023-12-18
5+
<a name="v2.20.0"></a>
6+
## v2.20.0 - 2024-02-29
7+
### Features
8+
9+
- Align to the Tekton EventListener endpoint ([#24](https://github.com/epam/edp-gerrit-operator/issues/24))
10+
- Add QuickLink Custom Resource ([#22](https://github.com/epam/edp-gerrit-operator/issues/22))
11+
- Add label to the secret gerrit-ciuser-sshkey ([#14](https://github.com/epam/edp-gerrit-operator/issues/14))
12+
713
### Bug Fixes
814

15+
- Update webhook url ([#21](https://github.com/epam/edp-gerrit-operator/issues/21))
916
- Generate ChangeIDs using UUID ([#16](https://github.com/epam/edp-gerrit-operator/issues/16))
17+
- Use crypto rand to generate secure ED25519 private key check fields ([#5](https://github.com/epam/edp-gerrit-operator/issues/5))
18+
19+
### Code Refactoring
20+
21+
- QuickLink is managed by edp-tekton helm chart ([#24](https://github.com/epam/edp-gerrit-operator/issues/24))
22+
- Remove deprecated edpName parameter ([#6](https://github.com/epam/edp-gerrit-operator/issues/6))
1023

1124
### Routine
1225

26+
- Remove gitserver CR ([#168](https://github.com/epam/edp-gerrit-operator/issues/168))
27+
- Remove edpcomponent creation from operator logic ([#23](https://github.com/epam/edp-gerrit-operator/issues/23))
28+
- 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))
29+
- Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 ([#20](https://github.com/epam/edp-gerrit-operator/issues/20))
30+
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 ([#18](https://github.com/epam/edp-gerrit-operator/issues/18))
31+
- Update current development version ([#17](https://github.com/epam/edp-gerrit-operator/issues/17))
1332
- Update openssl package for operator container ([#16](https://github.com/epam/edp-gerrit-operator/issues/16))
1433
- Update release flow for GH Actions ([#16](https://github.com/epam/edp-gerrit-operator/issues/16))
1534
- Update current development version ([#15](https://github.com/epam/edp-gerrit-operator/issues/15))
16-
17-
18-
<a name="v2.18.0"></a>
19-
## [v2.18.0] - 2023-11-03
20-
### Features
21-
22-
- Add label to the secret gerrit-ciuser-sshkey ([#14](https://github.com/epam/edp-gerrit-operator/issues/14))
23-
24-
### Routine
25-
2635
- Fix branch for GH Actions ([#8](https://github.com/epam/edp-gerrit-operator/issues/8))
2736
- Bump golang.org/x/net from 0.8.0 to 0.17.0 ([#13](https://github.com/epam/edp-gerrit-operator/issues/13))
2837
- Update changelog ([#11](https://github.com/epam/edp-gerrit-operator/issues/11))
2938
- Remove jenkins admin-console perf operator logic ([#10](https://github.com/epam/edp-gerrit-operator/issues/10))
3039
- Upgrade Go to 1.20 ([#8](https://github.com/epam/edp-gerrit-operator/issues/8))
3140
- Update current development version ([#7](https://github.com/epam/edp-gerrit-operator/issues/7))
41+
- Update current development version ([#4](https://github.com/epam/edp-gerrit-operator/issues/4))
3242

3343
### Documentation
3444

45+
- Define name convention for ingress objects ([#23](https://github.com/epam/edp-gerrit-operator/issues/23))
46+
- Update README md and Dockerfile ([#132](https://github.com/epam/edp-gerrit-operator/issues/132))
3547
- Fix bage path for the build GH Action ([#8](https://github.com/epam/edp-gerrit-operator/issues/8))
3648

3749

38-
<a name="v2.17.1"></a>
39-
## [v2.17.1] - 2023-09-25
40-
### Routine
41-
42-
- Upgrade Go to 1.20 ([#8](https://github.com/epam/edp-gerrit-operator/issues/8))
43-
- Update CHANGELOG.md ([#85](https://github.com/epam/edp-gerrit-operator/issues/85))
44-
45-
46-
<a name="v2.17.0"></a>
47-
## [v2.17.0] - 2023-09-20
48-
### Bug Fixes
49-
50-
- Use crypto rand to generate secure ED25519 private key check fields ([#5](https://github.com/epam/edp-gerrit-operator/issues/5))
51-
52-
### Code Refactoring
53-
54-
- Remove deprecated edpName parameter ([#6](https://github.com/epam/edp-gerrit-operator/issues/6))
55-
56-
### Routine
57-
58-
- Update current development version ([#4](https://github.com/epam/edp-gerrit-operator/issues/4))
59-
60-
61-
<a name="v2.16.0"></a>
62-
## [v2.16.0] - 2023-08-17
63-
64-
[Unreleased]: https://github.com/epam/edp-gerrit-operator/compare/v2.19.0...HEAD
65-
[v2.19.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.18.0...v2.19.0
66-
[v2.18.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.17.1...v2.18.0
67-
[v2.17.1]: https://github.com/epam/edp-gerrit-operator/compare/v2.17.0...v2.17.1
68-
[v2.17.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.16.0...v2.17.0
69-
[v2.16.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.15.0...v2.16.0
50+
[Unreleased]: https://github.com/epam/edp-gerrit-operator/compare/v2.20.0...HEAD

deploy-templates/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: A Helm chart for EDP Gerrit Operator
33
home: https://epam.github.io/edp-install/
44
name: gerrit-operator
55
type: application
6-
version: 2.20.0-SNAPSHOT
7-
appVersion: 2.20.0-SNAPSHOT
6+
version: 2.20.0
7+
appVersion: 2.20.0
88
icon: https://epam.github.io/edp-install/assets/logo.png
99
keywords:
1010
- edp

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.20.0-SNAPSHOT](https://img.shields.io/badge/Version-2.20.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.20.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-2.20.0--SNAPSHOT-informational?style=flat-square)
3+
![Version: 2.20.0](https://img.shields.io/badge/Version-2.20.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.20.0](https://img.shields.io/badge/AppVersion-2.20.0-informational?style=flat-square)
44

55
A Helm chart for EDP Gerrit Operator
66

0 commit comments

Comments
 (0)