|
2 | 2 | ## [Unreleased] |
3 | 3 |
|
4 | 4 |
|
5 | | -<a name="v2.22.0"></a> |
6 | | -## [v2.22.0] - 2024-10-18 |
| 5 | +<a name="v2.23.0"></a> |
| 6 | +## v2.23.0 - 2025-01-23 |
7 | 7 | ### Features |
8 | 8 |
|
9 | 9 | - Update Dockerfile packages([#59](https://github.com/epam/edp-gerrit-operator/issues/59)) |
10 | 10 | - Migrate sso resources from edp-install to gerrit-operator([#59](https://github.com/epam/edp-gerrit-operator/issues/59)) |
11 | 11 | - Remove deprecated v1alpha1 versions from the operator ([#54](https://github.com/epam/edp-gerrit-operator/issues/54)) |
| 12 | +- Enable gerrit restart flow ([#47](https://github.com/epam/edp-gerrit-operator/issues/47)) |
| 13 | +- Add the ability to remove the files with GerritMergeRequest CR ([#30](https://github.com/epam/edp-gerrit-operator/issues/30)) |
| 14 | +- Align to the Tekton EventListener endpoint ([#24](https://github.com/epam/edp-gerrit-operator/issues/24)) |
| 15 | +- Add QuickLink Custom Resource ([#22](https://github.com/epam/edp-gerrit-operator/issues/22)) |
| 16 | +- Add label to the secret gerrit-ciuser-sshkey ([#14](https://github.com/epam/edp-gerrit-operator/issues/14)) |
12 | 17 |
|
13 | | -### Routine |
14 | | - |
15 | | -- Update alpine base image to v3.18.9 ([#62](https://github.com/epam/edp-gerrit-operator/issues/62)) |
16 | | -- Update KubeRocketCI names and documentation links ([#57](https://github.com/epam/edp-gerrit-operator/issues/57)) |
17 | | -- Update container image ([#54](https://github.com/epam/edp-gerrit-operator/issues/54)) |
18 | | -- Update current development version ([#52](https://github.com/epam/edp-gerrit-operator/issues/52)) |
| 18 | +### Bug Fixes |
19 | 19 |
|
| 20 | +- Update webhook url ([#21](https://github.com/epam/edp-gerrit-operator/issues/21)) |
| 21 | +- Generate ChangeIDs using UUID ([#16](https://github.com/epam/edp-gerrit-operator/issues/16)) |
| 22 | +- Use crypto rand to generate secure ED25519 private key check fields ([#5](https://github.com/epam/edp-gerrit-operator/issues/5)) |
20 | 23 |
|
21 | | -<a name="v2.21.0"></a> |
22 | | -## [v2.21.0] - 2024-06-12 |
23 | | -### Features |
| 24 | +### Code Refactoring |
24 | 25 |
|
25 | | -- Enable gerrit restart flow ([#47](https://github.com/epam/edp-gerrit-operator/issues/47)) |
26 | | -- Add the ability to remove the files with GerritMergeRequest CR ([#30](https://github.com/epam/edp-gerrit-operator/issues/30)) |
| 26 | +- QuickLink is managed by edp-tekton helm chart ([#24](https://github.com/epam/edp-gerrit-operator/issues/24)) |
| 27 | +- Remove deprecated edpName parameter ([#6](https://github.com/epam/edp-gerrit-operator/issues/6)) |
27 | 28 |
|
28 | 29 | ### Routine |
29 | 30 |
|
| 31 | +- Enable QuickLink resource by default ([#71](https://github.com/epam/edp-gerrit-operator/issues/71)) |
| 32 | +- Make QuickLink installation optional ([#71](https://github.com/epam/edp-gerrit-operator/issues/71)) |
| 33 | +- Update Dockerfile packages ([#66](https://github.com/epam/edp-gerrit-operator/issues/66)) |
| 34 | +- Update Pull Request Template ([#66](https://github.com/epam/edp-gerrit-operator/issues/66)) |
| 35 | +- Update current development version ([#64](https://github.com/epam/edp-gerrit-operator/issues/64)) |
| 36 | +- Update alpine base image to v3.18.9 ([#62](https://github.com/epam/edp-gerrit-operator/issues/62)) |
| 37 | +- Update KubeRocketCI names and documentation links ([#57](https://github.com/epam/edp-gerrit-operator/issues/57)) |
| 38 | +- Update container image ([#54](https://github.com/epam/edp-gerrit-operator/issues/54)) |
| 39 | +- Update current development version ([#52](https://github.com/epam/edp-gerrit-operator/issues/52)) |
30 | 40 | - Bump alpine packages ([#49](https://github.com/epam/edp-gerrit-operator/issues/49)) |
31 | 41 | - Update argocd diff ([#49](https://github.com/epam/edp-gerrit-operator/issues/49)) |
32 | 42 | - Align argocd diff ([#42](https://github.com/epam/edp-gerrit-operator/issues/42)) |
|
41 | 51 | - Update current development version ([#26](https://github.com/epam/edp-gerrit-operator/issues/26)) |
42 | 52 | - Bump alpine version ([#27](https://github.com/epam/edp-gerrit-operator/issues/27)) |
43 | 53 | - Update current development version ([#26](https://github.com/epam/edp-gerrit-operator/issues/26)) |
44 | | - |
45 | | - |
46 | | -<a name="v2.20.1"></a> |
47 | | -## [v2.20.1] - 2024-03-12 |
48 | | -### Routine |
49 | | - |
50 | | -- Bump alpine version ([#27](https://github.com/epam/edp-gerrit-operator/issues/27)) |
51 | | - |
52 | | - |
53 | | -<a name="v2.20.0"></a> |
54 | | -## [v2.20.0] - 2024-03-11 |
55 | | -### Features |
56 | | - |
57 | | -- Align to the Tekton EventListener endpoint ([#24](https://github.com/epam/edp-gerrit-operator/issues/24)) |
58 | | -- Add QuickLink Custom Resource ([#22](https://github.com/epam/edp-gerrit-operator/issues/22)) |
59 | | - |
60 | | -### Bug Fixes |
61 | | - |
62 | | -- Update webhook url ([#21](https://github.com/epam/edp-gerrit-operator/issues/21)) |
63 | | - |
64 | | -### Code Refactoring |
65 | | - |
66 | | -- QuickLink is managed by edp-tekton helm chart ([#24](https://github.com/epam/edp-gerrit-operator/issues/24)) |
67 | | - |
68 | | -### Routine |
69 | | - |
70 | 54 | - Remove gitserver CR ([#168](https://github.com/epam/edp-gerrit-operator/issues/168)) |
71 | 55 | - Remove edpcomponent creation from operator logic ([#23](https://github.com/epam/edp-gerrit-operator/issues/23)) |
72 | 56 | - Bump github.com/go-git/go-git/v5 from 5.5.1 to 5.11.0 ([#19](https://github.com/epam/edp-gerrit-operator/issues/19)) |
73 | 57 | - Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 ([#20](https://github.com/epam/edp-gerrit-operator/issues/20)) |
74 | 58 | - Bump golang.org/x/crypto from 0.14.0 to 0.17.0 ([#18](https://github.com/epam/edp-gerrit-operator/issues/18)) |
75 | 59 | - Update current development version ([#17](https://github.com/epam/edp-gerrit-operator/issues/17)) |
76 | | - |
77 | | -### Documentation |
78 | | - |
79 | | -- Define name convention for ingress objects ([#23](https://github.com/epam/edp-gerrit-operator/issues/23)) |
80 | | -- Update README md and Dockerfile ([#132](https://github.com/epam/edp-gerrit-operator/issues/132)) |
81 | | - |
82 | | - |
83 | | -<a name="v2.19.0"></a> |
84 | | -## [v2.19.0] - 2023-12-18 |
85 | | -### Bug Fixes |
86 | | - |
87 | | -- Generate ChangeIDs using UUID ([#16](https://github.com/epam/edp-gerrit-operator/issues/16)) |
88 | | - |
89 | | -### Routine |
90 | | - |
91 | 60 | - Update openssl package for operator container ([#16](https://github.com/epam/edp-gerrit-operator/issues/16)) |
92 | 61 | - Update release flow for GH Actions ([#16](https://github.com/epam/edp-gerrit-operator/issues/16)) |
93 | 62 | - Update current development version ([#15](https://github.com/epam/edp-gerrit-operator/issues/15)) |
94 | | - |
95 | | - |
96 | | -<a name="v2.18.0"></a> |
97 | | -## [v2.18.0] - 2023-11-03 |
98 | | -### Features |
99 | | - |
100 | | -- Add label to the secret gerrit-ciuser-sshkey ([#14](https://github.com/epam/edp-gerrit-operator/issues/14)) |
101 | | - |
102 | | -### Routine |
103 | | - |
104 | 63 | - Fix branch for GH Actions ([#8](https://github.com/epam/edp-gerrit-operator/issues/8)) |
105 | 64 | - Bump golang.org/x/net from 0.8.0 to 0.17.0 ([#13](https://github.com/epam/edp-gerrit-operator/issues/13)) |
106 | 65 | - Update changelog ([#11](https://github.com/epam/edp-gerrit-operator/issues/11)) |
107 | 66 | - Remove jenkins admin-console perf operator logic ([#10](https://github.com/epam/edp-gerrit-operator/issues/10)) |
108 | 67 | - Upgrade Go to 1.20 ([#8](https://github.com/epam/edp-gerrit-operator/issues/8)) |
109 | 68 | - Update current development version ([#7](https://github.com/epam/edp-gerrit-operator/issues/7)) |
| 69 | +- Update current development version ([#4](https://github.com/epam/edp-gerrit-operator/issues/4)) |
110 | 70 |
|
111 | 71 | ### Documentation |
112 | 72 |
|
| 73 | +- Define name convention for ingress objects ([#23](https://github.com/epam/edp-gerrit-operator/issues/23)) |
| 74 | +- Update README md and Dockerfile ([#132](https://github.com/epam/edp-gerrit-operator/issues/132)) |
113 | 75 | - Fix bage path for the build GH Action ([#8](https://github.com/epam/edp-gerrit-operator/issues/8)) |
114 | 76 |
|
115 | 77 |
|
116 | | -<a name="v2.17.1"></a> |
117 | | -## [v2.17.1] - 2023-09-25 |
118 | | -### Routine |
119 | | - |
120 | | -- Upgrade Go to 1.20 ([#8](https://github.com/epam/edp-gerrit-operator/issues/8)) |
121 | | -- Update CHANGELOG.md ([#85](https://github.com/epam/edp-gerrit-operator/issues/85)) |
122 | | - |
123 | | - |
124 | | -<a name="v2.17.0"></a> |
125 | | -## [v2.17.0] - 2023-09-20 |
126 | | -### Bug Fixes |
127 | | - |
128 | | -- Use crypto rand to generate secure ED25519 private key check fields ([#5](https://github.com/epam/edp-gerrit-operator/issues/5)) |
129 | | - |
130 | | -### Code Refactoring |
131 | | - |
132 | | -- Remove deprecated edpName parameter ([#6](https://github.com/epam/edp-gerrit-operator/issues/6)) |
133 | | - |
134 | | -### Routine |
135 | | - |
136 | | -- Update current development version ([#4](https://github.com/epam/edp-gerrit-operator/issues/4)) |
137 | | - |
138 | | - |
139 | | -<a name="v2.16.0"></a> |
140 | | -## [v2.16.0] - 2023-08-17 |
141 | | - |
142 | | -[Unreleased]: https://github.com/epam/edp-gerrit-operator/compare/v2.22.0...HEAD |
143 | | -[v2.22.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.21.0...v2.22.0 |
144 | | -[v2.21.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.20.1...v2.21.0 |
145 | | -[v2.20.1]: https://github.com/epam/edp-gerrit-operator/compare/v2.20.0...v2.20.1 |
146 | | -[v2.20.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.19.0...v2.20.0 |
147 | | -[v2.19.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.18.0...v2.19.0 |
148 | | -[v2.18.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.17.1...v2.18.0 |
149 | | -[v2.17.1]: https://github.com/epam/edp-gerrit-operator/compare/v2.17.0...v2.17.1 |
150 | | -[v2.17.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.16.0...v2.17.0 |
151 | | -[v2.16.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.15.0...v2.16.0 |
| 78 | +[Unreleased]: https://github.com/epam/edp-gerrit-operator/compare/v2.23.0...HEAD |
0 commit comments