Skip to content

Commit

Permalink
Bump version to 2.10.0
Browse files Browse the repository at this point in the history
Change-Id: I7591fc2b08ecf82304acb4b27c20ac8d1e9b6f45
  • Loading branch information
epmd-edp committed Dec 9, 2021
1 parent f7ee171 commit 6863e0a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
<a name="unreleased"></a>
## [Unreleased]


<a name="v2.10.0"></a>
## [v2.10.0] - 2021-12-06
### Features

- Provide operator's build information [EPMDEDP-7847](https://jiraeu.epam.com/browse/EPMDEDP-7847)

### Bug Fixes

- Changelog links [EPMDEDP-7847](https://jiraeu.epam.com/browse/EPMDEDP-7847)
- Redefine roleRef kind in RB from ClusterRole to Role [EPMDEDP-7279](https://jiraeu.epam.com/browse/EPMDEDP-7279)

### Code Refactoring
Expand All @@ -21,6 +25,7 @@

### Routine

- Add changelog generator [EPMDEDP-7847](https://jiraeu.epam.com/browse/EPMDEDP-7847)
- Add codecov report [EPMDEDP-7885](https://jiraeu.epam.com/browse/EPMDEDP-7885)
- Use custom go build step for operator [EPMDEDP-7932](https://jiraeu.epam.com/browse/EPMDEDP-7932)
- Update go to version 1.17 [EPMDEDP-7932](https://jiraeu.epam.com/browse/EPMDEDP-7932)
Expand Down Expand Up @@ -49,7 +54,8 @@
<a name="v2.7.0"></a>
## [v2.7.0] - 2021-12-03

[Unreleased]: https://github.com/epam/edp-sonar-operator/compare/v2.9.0...HEAD
[Unreleased]: https://github.com/epam/edp-sonar-operator/compare/v2.10.0...HEAD
[v2.10.0]: https://github.com/epam/edp-sonar-operator/compare/v2.9.0...v2.10.0
[v2.9.0]: https://github.com/epam/edp-sonar-operator/compare/v2.8.0...v2.9.0
[v2.8.0]: https://github.com/epam/edp-sonar-operator/compare/v2.7.2...v2.8.0
[v2.7.2]: https://github.com/epam/edp-sonar-operator/compare/v2.7.1...v2.7.2
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.10.0-SNAPSHOT
2.10.0
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://solutionshub.epam.com/solution/epam-delivery-platform
name: sonar-operator
type: application
version: 2.10.0-SNAPSHOT
appVersion: 2.10.0-SNAPSHOT
version: 2.10.0
appVersion: 2.10.0
maintainers:
- name: EPAM EDP Team
sources:
Expand Down

0 comments on commit 6863e0a

Please sign in to comment.