Skip to content

Commit fa0f7c7

Browse files
committed
Bump version to 2.15.0
1 parent 696820c commit fa0f7c7

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
11
<a name="unreleased"></a>
22
## [Unreleased]
33

4+
5+
<a name="v2.15.0"></a>
6+
## [v2.15.0] - 2023-05-24
47
### Features
58

69
- Move EDP Component creation to deploy-templates [EPMDEDP-11726](https://jiraeu.epam.com/browse/EPMDEDP-11726)
10+
- Add commentadded event to the webhook [EPMDEDP-11899](https://jiraeu.epam.com/browse/EPMDEDP-11899)
11+
12+
### Bug Fixes
13+
14+
- Remove project-creator user [EPMDEDP-11871](https://jiraeu.epam.com/browse/EPMDEDP-11871)
15+
- Exclude Gerrit configs from test coverage [EPMDEDP-11899](https://jiraeu.epam.com/browse/EPMDEDP-11899)
716

817
### Testing
918

1019
- Add GetExternalEndpoint test suites [EPMDEDP-11726](https://jiraeu.epam.com/browse/EPMDEDP-11726)
1120

1221
### Routine
1322

23+
- Update current development version [EPMDEDP-11472](https://jiraeu.epam.com/browse/EPMDEDP-11472)
1424
- Upgrade alpine image version to 3.16.4 [EPMDEDP-11764](https://jiraeu.epam.com/browse/EPMDEDP-11764)
25+
- Add templates for github issues [EPMDEDP-11928](https://jiraeu.epam.com/browse/EPMDEDP-11928)
26+
- Upgrade alpine image version to 3.18.0 [EPMDEDP-12085](https://jiraeu.epam.com/browse/EPMDEDP-12085)
1527

1628

1729
<a name="v2.14.0"></a>
@@ -164,8 +176,8 @@
164176
- Fix Jira Ticket pattern for changelog generator [EPMDEDP-10159](https://jiraeu.epam.com/browse/EPMDEDP-10159)
165177
- Update alpine base image to 3.16.2 version [EPMDEDP-10274](https://jiraeu.epam.com/browse/EPMDEDP-10274)
166178
- Update alpine base image version [EPMDEDP-10280](https://jiraeu.epam.com/browse/EPMDEDP-10280)
167-
- Upgrade gerrit to version 3.6.1 [EPMDEDP-10335](https://jiraeu.epam.com/browse/EPMDEDP-10335)
168179
- Update gerrit to version v3.6.1 [EPMDEDP-10335](https://jiraeu.epam.com/browse/EPMDEDP-10335)
180+
- Upgrade gerrit to version 3.6.1 [EPMDEDP-10335](https://jiraeu.epam.com/browse/EPMDEDP-10335)
169181
- Change 'go get' to 'go install' for git-chglog [EPMDEDP-10337](https://jiraeu.epam.com/browse/EPMDEDP-10337)
170182
- Use deployments as default deploymentType for OpenShift [EPMDEDP-10344](https://jiraeu.epam.com/browse/EPMDEDP-10344)
171183
- Update Gerrit to 3.6.1 release version [EPMDEDP-10374](https://jiraeu.epam.com/browse/EPMDEDP-10374)
@@ -209,13 +221,13 @@
209221

210222
### Testing
211223

212-
- Add tests and mocks [EPMDEDP-7992](https://jiraeu.epam.com/browse/EPMDEDP-7992)
213224
- Add tests [EPMDEDP-7992](https://jiraeu.epam.com/browse/EPMDEDP-7992)
214225
- Add tests and mocks [EPMDEDP-7992](https://jiraeu.epam.com/browse/EPMDEDP-7992)
215226
- Fix unit tests [EPMDEDP-7992](https://jiraeu.epam.com/browse/EPMDEDP-7992)
227+
- Add tests and mocks [EPMDEDP-7992](https://jiraeu.epam.com/browse/EPMDEDP-7992)
216228
- add tests for git and gerrit client [EPMDEDP-8162](https://jiraeu.epam.com/browse/EPMDEDP-8162)
217-
- fix running in cluster function [EPMDEDP-8222](https://jiraeu.epam.com/browse/EPMDEDP-8222)
218229
- fix gerrit service tests [EPMDEDP-8222](https://jiraeu.epam.com/browse/EPMDEDP-8222)
230+
- fix running in cluster function [EPMDEDP-8222](https://jiraeu.epam.com/browse/EPMDEDP-8222)
219231

220232
### Routine
221233

@@ -295,7 +307,8 @@ Update gerrit config according to groups.
295307
<a name="v2.7.0"></a>
296308
## [v2.7.0] - 2021-12-03
297309

298-
[Unreleased]: https://github.com/epam/edp-gerrit-operator/compare/v2.14.0...HEAD
310+
[Unreleased]: https://github.com/epam/edp-gerrit-operator/compare/v2.15.0...HEAD
311+
[v2.15.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.14.0...v2.15.0
299312
[v2.14.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.13.5...v2.14.0
300313
[v2.13.5]: https://github.com/epam/edp-gerrit-operator/compare/v2.13.4...v2.13.5
301314
[v2.13.4]: https://github.com/epam/edp-gerrit-operator/compare/v2.13.3...v2.13.4

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

55
A Helm chart for EDP Gerrit Operator
66

0 commit comments

Comments
 (0)