Skip to content

Commit

Permalink
Bump version to 2.13.0
Browse files Browse the repository at this point in the history
Change-Id: Id47ed4bf5a74f5aa349947963379eaf443282807
  • Loading branch information
epmd-edp committed Dec 6, 2022
1 parent 547af66 commit c811737
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@
## [Unreleased]


<a name="v2.13.0"></a>
## [v2.13.0] - 2022-11-21
### Features

- Skip jenkins configuration when it is not deployed [EPMDEDP-10650](https://jiraeu.epam.com/browse/EPMDEDP-10650)

### Bug Fixes

- Align SonarQube plugins installation [EPMDEDP-10821](https://jiraeu.epam.com/browse/EPMDEDP-10821)
- Clean up sonar plugins installation folder [EPMDEDP-10821](https://jiraeu.epam.com/browse/EPMDEDP-10821)

### Code Refactoring

- Disable Sonar telemetry for OpenShift deployment [EPMDEDP-10655](https://jiraeu.epam.com/browse/EPMDEDP-10655)
- Disable sonar telemetry by default [EPMDEDP-10655](https://jiraeu.epam.com/browse/EPMDEDP-10655)

### Routine

- Update current development version [EPMDEDP-10274](https://jiraeu.epam.com/browse/EPMDEDP-10274)
- Enable go-lint for operator [EPMDEDP-10628](https://jiraeu.epam.com/browse/EPMDEDP-10628)
- Upgrade sonar to version LTS 8.9.10 [EPMDEDP-10754](https://jiraeu.epam.com/browse/EPMDEDP-10754)


<a name="v2.12.0"></a>
## [v2.12.0] - 2022-08-26
### Features
Expand Down Expand Up @@ -196,7 +219,8 @@ Ensure keycloak role is aligned when migrating from
<a name="v2.7.0"></a>
## [v2.7.0] - 2021-12-03

[Unreleased]: https://github.com/epam/edp-sonar-operator/compare/v2.12.0...HEAD
[Unreleased]: https://github.com/epam/edp-sonar-operator/compare/v2.13.0...HEAD
[v2.13.0]: https://github.com/epam/edp-sonar-operator/compare/v2.12.0...v2.13.0
[v2.12.0]: https://github.com/epam/edp-sonar-operator/compare/v2.11.0...v2.12.0
[v2.11.0]: https://github.com/epam/edp-sonar-operator/compare/v2.10.3...v2.11.0
[v2.10.3]: https://github.com/epam/edp-sonar-operator/compare/v2.10.2...v2.10.3
Expand Down
4 changes: 2 additions & 2 deletions deploy-templates/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: A Helm chart for EDP Sonar Operator
home: https://epam.github.io/edp-install/
name: sonar-operator
type: application
version: 2.13.0-SNAPSHOT
appVersion: 2.13.0-SNAPSHOT
version: 2.13.0
appVersion: 2.13.0
icon: https://epam.github.io/edp-install/assets/logo.png
keywords:
- edp
Expand Down
2 changes: 1 addition & 1 deletion deploy-templates/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sonar-operator

![Version: 2.13.0-SNAPSHOT](https://img.shields.io/badge/Version-2.13.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.13.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-2.13.0--SNAPSHOT-informational?style=flat-square)
![Version: 2.13.0](https://img.shields.io/badge/Version-2.13.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.13.0](https://img.shields.io/badge/AppVersion-2.13.0-informational?style=flat-square)

A Helm chart for EDP Sonar Operator

Expand Down

0 comments on commit c811737

Please sign in to comment.