File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed
Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ description: A Helm chart for EDP Gerrit Operator
33home : https://epam.github.io/edp-install/
44name : gerrit-operator
55type : application
6- version : 2.17.0-SNAPSHOT
7- appVersion : 2.17.0-SNAPSHOT
6+ version : 2.17.0
7+ appVersion : 2.17.0
88icon : https://epam.github.io/edp-install/assets/logo.png
99keywords :
1010 - edp
Original file line number Diff line number Diff line change 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
55A Helm chart for EDP Gerrit Operator
66
You can’t perform that action at this time.
0 commit comments