Skip to content

Commit 528a689

Browse files
committed
Bump version to 2.17.0
1 parent 4e5302c commit 528a689

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGELOG.md

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

44

5-
<a name="v2.16.0"></a>
6-
## [v2.16.0] - 2023-08-17
5+
<a name="v2.17.0"></a>
6+
## v2.17.0 - 2023-09-14
7+
### Bug Fixes
78

8-
[Unreleased]: https://github.com/epam/edp-gerrit-operator/compare/v2.16.0...HEAD
9-
[v2.16.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.15.0...v2.16.0
9+
- Use crypto rand to generate secure ED25519 private key check fields ([#5](https://github.com/epam/edp-gerrit-operator/issues/5))
10+
11+
### Code Refactoring
12+
13+
- Remove deprecated edpName parameter ([#6](https://github.com/epam/edp-gerrit-operator/issues/6))
14+
15+
16+
[Unreleased]: https://github.com/epam/edp-gerrit-operator/compare/v2.17.0...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 Gerrit Operator
33
home: https://epam.github.io/edp-install/
44
name: gerrit-operator
55
type: application
6-
version: 2.17.0-SNAPSHOT
7-
appVersion: 2.17.0-SNAPSHOT
6+
version: 2.17.0
7+
appVersion: 2.17.0
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.17.0-SNAPSHOT](https://img.shields.io/badge/Version-2.17.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.17.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-2.17.0--SNAPSHOT-informational?style=flat-square)
3+
![Version: 2.17.0](https://img.shields.io/badge/Version-2.17.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.17.0](https://img.shields.io/badge/AppVersion-2.17.0-informational?style=flat-square)
44

55
A Helm chart for EDP Gerrit Operator
66

0 commit comments

Comments
 (0)