Skip to content

Commit 3b48131

Browse files
committed
Bump version to 2.13.5
1 parent 560afff commit 3b48131

File tree

3 files changed

+30
-5
lines changed

3 files changed

+30
-5
lines changed

CHANGELOG.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
## [Unreleased]
33

44

5+
<a name="v2.13.5"></a>
6+
## [v2.13.5] - 2023-03-10
7+
### Features
8+
9+
- Added ability to set constant requeue time in GroupMember Reconciler [EPMDEDP-11690](https://jiraeu.epam.com/browse/EPMDEDP-11690)
10+
11+
512
<a name="v2.13.4"></a>
613
## [v2.13.4] - 2023-01-23
714
### Features
@@ -70,6 +77,22 @@
7077
- Upgrade gerrit to version 3.6.2 [EPMDEDP-10752](https://jiraeu.epam.com/browse/EPMDEDP-10752)
7178

7279

80+
<a name="v2.12.1"></a>
81+
## [v2.12.1] - 2023-02-03
82+
### Features
83+
84+
- Add base path to gerrit spec [EPMDEDP-11045](https://jiraeu.epam.com/browse/EPMDEDP-11045)
85+
- Custom gerrit rest and ssh url in spec [EPMDEDP-11198](https://jiraeu.epam.com/browse/EPMDEDP-11198)
86+
87+
### Bug Fixes
88+
89+
- Gerrit project syncer and controller conflict [EPMDEDP-11142](https://jiraeu.epam.com/browse/EPMDEDP-11142)
90+
91+
### Routine
92+
93+
- Update git package version [EPMDEDP-11319](https://jiraeu.epam.com/browse/EPMDEDP-11319)
94+
95+
7396
<a name="v2.12.0"></a>
7497
## [v2.12.0] - 2022-08-26
7598
### Features
@@ -230,12 +253,14 @@ Update gerrit config according to groups.
230253
<a name="v2.7.0"></a>
231254
## [v2.7.0] - 2021-12-03
232255

233-
[Unreleased]: https://github.com/epam/edp-gerrit-operator/compare/v2.13.4...HEAD
256+
[Unreleased]: https://github.com/epam/edp-gerrit-operator/compare/v2.13.5...HEAD
257+
[v2.13.5]: https://github.com/epam/edp-gerrit-operator/compare/v2.13.4...v2.13.5
234258
[v2.13.4]: https://github.com/epam/edp-gerrit-operator/compare/v2.13.3...v2.13.4
235259
[v2.13.3]: https://github.com/epam/edp-gerrit-operator/compare/v2.13.2...v2.13.3
236260
[v2.13.2]: https://github.com/epam/edp-gerrit-operator/compare/v2.13.1...v2.13.2
237261
[v2.13.1]: https://github.com/epam/edp-gerrit-operator/compare/v2.13.0...v2.13.1
238-
[v2.13.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.12.0...v2.13.0
262+
[v2.13.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.12.1...v2.13.0
263+
[v2.12.1]: https://github.com/epam/edp-gerrit-operator/compare/v2.12.0...v2.12.1
239264
[v2.12.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.11.0...v2.12.0
240265
[v2.11.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.10.0...v2.11.0
241266
[v2.10.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.9.0...v2.10.0

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 Gerrit Operator
33
home: https://epam.github.io/edp-install/
44
name: gerrit-operator
55
type: application
6-
version: 2.13.4
7-
appVersion: 2.13.4
6+
version: 2.13.5
7+
appVersion: 2.13.5
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
# gerrit-operator
22

3-
![Version: 2.13.4](https://img.shields.io/badge/Version-2.13.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.13.4](https://img.shields.io/badge/AppVersion-2.13.4-informational?style=flat-square)
3+
![Version: 2.13.5](https://img.shields.io/badge/Version-2.13.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.13.5](https://img.shields.io/badge/AppVersion-2.13.5-informational?style=flat-square)
44

55
A Helm chart for EDP Gerrit Operator
66

0 commit comments

Comments
 (0)