File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
<a name =" unreleased " ></a >
2
2
## [ Unreleased]
3
3
4
+
5
+ <a name =" v2.14.0 " ></a >
6
+ ## [ v2.14.0] - 2023-03-24
4
7
### Features
5
8
6
9
- Updated project skeleton [ EPMDEDP-11166] ( https://jiraeu.epam.com/browse/EPMDEDP-11166 )
7
10
- Updated EDP components [ EPMDEDP-11206] ( https://jiraeu.epam.com/browse/EPMDEDP-11206 )
8
11
- 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 )
9
14
10
15
### Routine
11
16
12
17
- Update current development version [ EPMDEDP-10610] ( https://jiraeu.epam.com/browse/EPMDEDP-10610 )
13
18
- 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 )
14
22
15
23
### Documentation
16
24
@@ -234,7 +242,8 @@ Ensure keycloak role is aligned when migrating from
234
242
<a name =" v2.7.0 " ></a >
235
243
## [ v2.7.0] - 2021-12-03
236
244
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
238
247
[ v2.13.0 ] : https://github.com/epam/edp-sonar-operator/compare/v2.12.0...v2.13.0
239
248
[ v2.12.0 ] : https://github.com/epam/edp-sonar-operator/compare/v2.11.0...v2.12.0
240
249
[ v2.11.0 ] : https://github.com/epam/edp-sonar-operator/compare/v2.10.3...v2.11.0
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ description: A Helm chart for EDP Sonar Operator
3
3
home : https://epam.github.io/edp-install/
4
4
name : sonar-operator
5
5
type : application
6
- version : 2.14.0-SNAPSHOT
7
- appVersion : 2.14.0-SNAPSHOT
6
+ version : 2.14.0
7
+ appVersion : 2.14.0
8
8
icon : https://epam.github.io/edp-install/assets/logo.png
9
9
keywords :
10
10
- edp
Original file line number Diff line number Diff line change 1
1
# sonar-operator
2
2
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 )
4
4
5
5
A Helm chart for EDP Sonar Operator
6
6
You can’t perform that action at this time.
0 commit comments