Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Bump version to 2.10.0
Browse files Browse the repository at this point in the history
Change-Id: I730c5608906b6a363b1d21f4686464269c086d1a
  • Loading branch information
jenkins committed Dec 6, 2021
1 parent bafd726 commit f2fbce9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
<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)
- Remove unknown field apiGroup in Openshift RB [EPMDEDP-7279](https://jiraeu.epam.com/browse/EPMDEDP-7279)

### Code Refactoring

- Address golangci-lint issues [EPMDEDP-7945](https://jiraeu.epam.com/browse/EPMDEDP-7945)
- Refactor pointers in sql transaction functions. [EPMDEDP-7943](https://jiraeu.epam.com/browse/EPMDEDP-7943)
- Expand reconciler role [EPMDEDP-7279](https://jiraeu.epam.com/browse/EPMDEDP-7279)
- Add namespace field in roleRef in RB, align RB name [EPMDEDP-7279](https://jiraeu.epam.com/browse/EPMDEDP-7279)
Expand All @@ -19,6 +24,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 All @@ -44,7 +50,8 @@
<a name="v2.7.0"></a>
## [v2.7.0] - 2021-12-03

[Unreleased]: https://github.com/epam/edp-reconciler/compare/v2.9.0...HEAD
[Unreleased]: https://github.com/epam/edp-reconciler/compare/v2.10.0...HEAD
[v2.10.0]: https://github.com/epam/edp-reconciler/compare/v2.9.0...v2.10.0
[v2.9.0]: https://github.com/epam/edp-reconciler/compare/v2.8.1...v2.9.0
[v2.8.1]: https://github.com/epam/edp-reconciler/compare/v2.8.0...v2.8.1
[v2.8.0]: https://github.com/epam/edp-reconciler/compare/v2.7.1...v2.8.0
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 Reconciler
home: https://solutionshub.epam.com/solution/epam-delivery-platform
name: reconciler
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 f2fbce9

Please sign in to comment.