Skip to content

Commit 731f57b

Browse files
committed
Bump version to 2.14.0
1 parent 07744fc commit 731f57b

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
<a name="unreleased"></a>
22
## [Unreleased]
33

4+
5+
<a name="v2.14.0"></a>
6+
## [v2.14.0] - 2023-03-25
47
### Features
58

69
- Updated Operator SDK [EPMDEDP-11176](https://jiraeu.epam.com/browse/EPMDEDP-11176)
710
- Custom gerrit rest and ssh url in spec [EPMDEDP-11198](https://jiraeu.epam.com/browse/EPMDEDP-11198)
811
- Updated EDP components [EPMDEDP-11206](https://jiraeu.epam.com/browse/EPMDEDP-11206)
912
- Provide opportunity to use default cluster storageClassName [EPMDEDP-11230](https://jiraeu.epam.com/browse/EPMDEDP-11230)
13+
- Improved Jenkins-related logging [EPMDEDP-11479](https://jiraeu.epam.com/browse/EPMDEDP-11479)
14+
- Add the ability to add additional certs to Gerrit [EPMDEDP-11529](https://jiraeu.epam.com/browse/EPMDEDP-11529)
15+
- Added ability to set constant requeue time in GroupMember Reconciler to master branch [EPMDEDP-11690](https://jiraeu.epam.com/browse/EPMDEDP-11690)
1016

1117
### Bug Fixes
1218

@@ -17,12 +23,22 @@
1723
- Update current development version [EPMDEDP-10610](https://jiraeu.epam.com/browse/EPMDEDP-10610)
1824
- Get gerrit sshPort form global section [EPMDEDP-10642](https://jiraeu.epam.com/browse/EPMDEDP-10642)
1925
- Update current development version [EPMDEDP-11009](https://jiraeu.epam.com/browse/EPMDEDP-11009)
26+
- Update git-chglog for gerrit-operator [EPMDEDP-11518](https://jiraeu.epam.com/browse/EPMDEDP-11518)
27+
- Bump golang.org/x/net from 0.5.0 to 0.8.0 [EPMDEDP-11578](https://jiraeu.epam.com/browse/EPMDEDP-11578)
28+
- Upgrade alpine image version to 3.16.4 [EPMDEDP-11764](https://jiraeu.epam.com/browse/EPMDEDP-11764)
2029

2130
### Documentation
2231

2332
- Update chart and application version in Readme file [EPMDEDP-11221](https://jiraeu.epam.com/browse/EPMDEDP-11221)
2433

2534

35+
<a name="v2.13.5"></a>
36+
## [v2.13.5] - 2023-03-16
37+
### Features
38+
39+
- Added ability to set constant requeue time in GroupMember Reconciler [EPMDEDP-11690](https://jiraeu.epam.com/browse/EPMDEDP-11690)
40+
41+
2642
<a name="v2.13.4"></a>
2743
## [v2.13.4] - 2023-01-23
2844
### Features
@@ -267,7 +283,9 @@ Update gerrit config according to groups.
267283
<a name="v2.7.0"></a>
268284
## [v2.7.0] - 2021-12-03
269285

270-
[Unreleased]: https://github.com/epam/edp-gerrit-operator/compare/v2.13.4...HEAD
286+
[Unreleased]: https://github.com/epam/edp-gerrit-operator/compare/v2.14.0...HEAD
287+
[v2.14.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.13.5...v2.14.0
288+
[v2.13.5]: https://github.com/epam/edp-gerrit-operator/compare/v2.13.4...v2.13.5
271289
[v2.13.4]: https://github.com/epam/edp-gerrit-operator/compare/v2.13.3...v2.13.4
272290
[v2.13.3]: https://github.com/epam/edp-gerrit-operator/compare/v2.13.2...v2.13.3
273291
[v2.13.2]: https://github.com/epam/edp-gerrit-operator/compare/v2.13.1...v2.13.2

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

55
A Helm chart for EDP Gerrit Operator
66

0 commit comments

Comments
 (0)