Skip to content

Commit 32bae95

Browse files
committed
Bump version to 2.14.0
1 parent 0e6b817 commit 32bae95

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

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

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

69
- Updated project skeleton [EPMDEDP-11166](https://jiraeu.epam.com/browse/EPMDEDP-11166)
710
- Updated EDP components [EPMDEDP-11206](https://jiraeu.epam.com/browse/EPMDEDP-11206)
811
- Provide opportunity to use defaul cluster storageClassName [EPMDEDP-11230](https://jiraeu.epam.com/browse/EPMDEDP-11230)
12+
- Add the ability to add additional certs to Sonar [EPMDEDP-11529](https://jiraeu.epam.com/browse/EPMDEDP-11529)
13+
- Add the ability to use additional volumes in helm chart [EPMDEDP-11529](https://jiraeu.epam.com/browse/EPMDEDP-11529)
914

1015
### Routine
1116

1217
- Update current development version [EPMDEDP-10610](https://jiraeu.epam.com/browse/EPMDEDP-10610)
1318
- Bump sonar findbugs version [EPMDEDP-11381](https://jiraeu.epam.com/browse/EPMDEDP-11381)
19+
- Update git-chglog for sonar-operator [EPMDEDP-11518](https://jiraeu.epam.com/browse/EPMDEDP-11518)
20+
- Change the value of the parameter that contains the name of the secret [EPMDEDP-11529](https://jiraeu.epam.com/browse/EPMDEDP-11529)
21+
- Upgrade alpine image version to 3.16.4 [EPMDEDP-11764](https://jiraeu.epam.com/browse/EPMDEDP-11764)
1422

1523
### Documentation
1624

@@ -234,7 +242,8 @@ Ensure keycloak role is aligned when migrating from
234242
<a name="v2.7.0"></a>
235243
## [v2.7.0] - 2021-12-03
236244

237-
[Unreleased]: https://github.com/epam/edp-sonar-operator/compare/v2.13.0...HEAD
245+
[Unreleased]: https://github.com/epam/edp-sonar-operator/compare/v2.14.0...HEAD
246+
[v2.14.0]: https://github.com/epam/edp-sonar-operator/compare/v2.13.0...v2.14.0
238247
[v2.13.0]: https://github.com/epam/edp-sonar-operator/compare/v2.12.0...v2.13.0
239248
[v2.12.0]: https://github.com/epam/edp-sonar-operator/compare/v2.11.0...v2.12.0
240249
[v2.11.0]: https://github.com/epam/edp-sonar-operator/compare/v2.10.3...v2.11.0

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 Sonar Operator
33
home: https://epam.github.io/edp-install/
44
name: sonar-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
# sonar-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 Sonar Operator
66

0 commit comments

Comments
 (0)