Skip to content

Commit 52ae594

Browse files
committed
Bump version to 3.1.1
1 parent 3df7721 commit 52ae594

File tree

3 files changed

+7
-34
lines changed

3 files changed

+7
-34
lines changed

CHANGELOG.md

Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,11 @@
22
## [Unreleased]
33

44

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
117
### Routine
128

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))
3210

33-
<a name="v2.14.1"></a>
34-
## [v2.14.1] - 2023-08-17
3511

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

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: 3.1.0
7-
appVersion: 3.1.0
6+
version: 3.1.1
7+
appVersion: 3.1.1
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: 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)
44

55
A Helm chart for EDP Sonar Operator
66

0 commit comments

Comments
 (0)