Skip to content

Commit 4a53ff1

Browse files
committed
Bump version to 2.18.0
1 parent 66b2b6b commit 4a53ff1

File tree

3 files changed

+17
-23
lines changed

3 files changed

+17
-23
lines changed

CHANGELOG.md

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,13 @@
11
<a name="unreleased"></a>
22
## [Unreleased]
33

4-
### Routine
54

6-
- Remove jenkins admin-console perf operator logic ([#10](https://github.com/epam/edp-gerrit-operator/issues/10))
7-
- Upgrade Go to 1.20 ([#8](https://github.com/epam/edp-gerrit-operator/issues/8))
8-
- Update current development version ([#7](https://github.com/epam/edp-gerrit-operator/issues/7))
5+
<a name="v2.18.0"></a>
6+
## v2.18.0 - 2023-11-01
7+
### Features
98

9+
- Add label to the secret gerrit-ciuser-sshkey ([#14](https://github.com/epam/edp-gerrit-operator/issues/14))
1010

11-
<a name="v2.17.1"></a>
12-
## [v2.17.1] - 2023-09-25
13-
### Routine
14-
15-
- Upgrade Go to 1.20 ([#8](https://github.com/epam/edp-gerrit-operator/issues/8))
16-
- Update CHANGELOG.md ([#85](https://github.com/epam/edp-gerrit-operator/issues/85))
17-
18-
19-
<a name="v2.17.0"></a>
20-
## [v2.17.0] - 2023-09-20
2111
### Bug Fixes
2212

2313
- Use crypto rand to generate secure ED25519 private key check fields ([#5](https://github.com/epam/edp-gerrit-operator/issues/5))
@@ -28,13 +18,17 @@
2818

2919
### Routine
3020

21+
- Fix branch for GH Actions ([#8](https://github.com/epam/edp-gerrit-operator/issues/8))
22+
- Bump golang.org/x/net from 0.8.0 to 0.17.0 ([#13](https://github.com/epam/edp-gerrit-operator/issues/13))
23+
- Update changelog ([#11](https://github.com/epam/edp-gerrit-operator/issues/11))
24+
- Remove jenkins admin-console perf operator logic ([#10](https://github.com/epam/edp-gerrit-operator/issues/10))
25+
- Upgrade Go to 1.20 ([#8](https://github.com/epam/edp-gerrit-operator/issues/8))
26+
- Update current development version ([#7](https://github.com/epam/edp-gerrit-operator/issues/7))
3127
- Update current development version ([#4](https://github.com/epam/edp-gerrit-operator/issues/4))
3228

29+
### Documentation
30+
31+
- Fix bage path for the build GH Action ([#8](https://github.com/epam/edp-gerrit-operator/issues/8))
3332

34-
<a name="v2.16.0"></a>
35-
## [v2.16.0] - 2023-08-17
3633

37-
[Unreleased]: https://github.com/epam/edp-gerrit-operator/compare/v2.17.1...HEAD
38-
[v2.17.1]: https://github.com/epam/edp-gerrit-operator/compare/v2.17.0...v2.17.1
39-
[v2.17.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.16.0...v2.17.0
40-
[v2.16.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.15.0...v2.16.0
34+
[Unreleased]: https://github.com/epam/edp-gerrit-operator/compare/v2.18.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.18.0-SNAPSHOT
7-
appVersion: 2.18.0-SNAPSHOT
6+
version: 2.18.0
7+
appVersion: 2.18.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.18.0-SNAPSHOT](https://img.shields.io/badge/Version-2.18.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.18.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-2.18.0--SNAPSHOT-informational?style=flat-square)
3+
![Version: 2.18.0](https://img.shields.io/badge/Version-2.18.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.18.0](https://img.shields.io/badge/AppVersion-2.18.0-informational?style=flat-square)
44

55
A Helm chart for EDP Gerrit Operator
66

0 commit comments

Comments
 (0)