File tree Expand file tree Collapse file tree 3 files changed +7
-34
lines changed Expand file tree Collapse file tree 3 files changed +7
-34
lines changed Original file line number Diff line number Diff line change 2
2
## [ Unreleased]
3
3
4
4
5
- <a name =" v3.1.0 " ></a >
6
- ## [ v3.1.0] - 2023-09-07
7
- ### Features
8
-
9
- - Add groupsPermissions property to SonarPermissionTemplate ([ #3 ] ( https://github.com/epam/edp-sonar-operator/issues/3 ) )
10
-
5
+ <a name =" v3.1.1 " ></a >
6
+ ## v3.1.1 - 2023-09-22
11
7
### Routine
12
8
13
- - Publish operator on OperatorHub ([ #6 ] ( https://github.com/epam/edp-sonar-operator/issues/6 ) )
14
- - Update current development version ([ #6 ] ( https://github.com/epam/edp-sonar-operator/issues/6 ) )
15
-
16
-
17
- <a name =" v3.0.0 " ></a >
18
- ## [ v3.0.0] - 2023-09-05
19
- ### Features
20
-
21
- - Add e2e tests ([ #3 ] ( https://github.com/epam/edp-sonar-operator/issues/3 ) )
22
- - Add operator deployment configs ([ #3 ] ( https://github.com/epam/edp-sonar-operator/issues/3 ) )
23
- - Add SonarPermissionTemplate custom resource ([ #3 ] ( https://github.com/epam/edp-sonar-operator/issues/3 ) )
24
- - Add SonarGroup custom resource ([ #3 ] ( https://github.com/epam/edp-sonar-operator/issues/3 ) )
25
- - Add SonarQualityProfile custom resource ([ #3 ] ( https://github.com/epam/edp-sonar-operator/issues/3 ) )
26
- - Add SonarQualityGate custom resource ([ #3 ] ( https://github.com/epam/edp-sonar-operator/issues/3 ) )
27
-
28
- ### Routine
29
-
30
- - Update current development version ([ #5 ] ( https://github.com/epam/edp-sonar-operator/issues/5 ) )
31
-
9
+ - Upgrade Go to 1.20 ([ #10 ] ( https://github.com/epam/edp-sonar-operator/issues/10 ) )
32
10
33
- <a name =" v2.14.1 " ></a >
34
- ## [ v2.14.1] - 2023-08-17
35
11
36
- [ Unreleased ] : https://github.com/epam/edp-sonar-operator/compare/v3.1.0...HEAD
37
- [ v3.1.0 ] : https://github.com/epam/edp-sonar-operator/compare/v3.0.0...v3.1.0
38
- [ v3.0.0 ] : https://github.com/epam/edp-sonar-operator/compare/v2.14.1...v3.0.0
39
- [ v2.14.1 ] : https://github.com/epam/edp-sonar-operator/compare/v2.14.0...v2.14.1
12
+ [ Unreleased ] : https://github.com/epam/edp-sonar-operator/compare/v3.1.1...HEAD
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 : 3.1.0
7
- appVersion : 3.1.0
6
+ version : 3.1.1
7
+ appVersion : 3.1.1
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: 3.1.0 ] ( https://img.shields.io/badge/Version-3.1.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.1.0 ] ( https://img.shields.io/badge/AppVersion-3.1.0 -informational?style=flat-square )
3
+ ![ Version: 3.1.1 ] ( https://img.shields.io/badge/Version-3.1.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.1.1 ] ( https://img.shields.io/badge/AppVersion-3.1.1 -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