Skip to content

Commit 88bc70a

Browse files
chore: Update current development version (#80)
1 parent 4ac3cea commit 88bc70a

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

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

4+
### Routine
5+
6+
- Update tool versions in Dockerfile ([#77](https://github.com/epam/edp-gerrit-operator/issues/77))
7+
- Add ImagePullSecrets field support ([#77](https://github.com/epam/edp-gerrit-operator/issues/77))
8+
- Update current development version ([#74](https://github.com/epam/edp-gerrit-operator/issues/74))
9+
10+
11+
<a name="v2.23.1"></a>
12+
## [v2.23.1] - 2025-03-31
13+
### Routine
14+
15+
- Update tool versions in Dockerfile ([#77](https://github.com/epam/edp-gerrit-operator/issues/77))
16+
- Add ImagePullSecrets field support ([#77](https://github.com/epam/edp-gerrit-operator/issues/77))
17+
418

519
<a name="v2.23.0"></a>
620
## [v2.23.0] - 2025-01-24
@@ -150,7 +164,8 @@
150164
<a name="v2.16.0"></a>
151165
## [v2.16.0] - 2023-08-17
152166

153-
[Unreleased]: https://github.com/epam/edp-gerrit-operator/compare/v2.23.0...HEAD
167+
[Unreleased]: https://github.com/epam/edp-gerrit-operator/compare/v2.23.1...HEAD
168+
[v2.23.1]: https://github.com/epam/edp-gerrit-operator/compare/v2.23.0...v2.23.1
154169
[v2.23.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.22.0...v2.23.0
155170
[v2.22.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.21.0...v2.22.0
156171
[v2.21.0]: https://github.com/epam/edp-gerrit-operator/compare/v2.20.1...v2.21.0

deploy-templates/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ annotations:
2323
artifacthub.io/license: Apache-2.0
2424
artifacthub.io/operator: "true"
2525
artifacthub.io/images: |
26-
- name: gerrit-operator:2.23.0
27-
image: epamedp/gerrit-operator:2.23.0
26+
- name: gerrit-operator:2.23.1
27+
image: epamedp/gerrit-operator:2.23.1
2828
- name: edp-gerrit:3.6.2-oauth
2929
image: epamedp/edp-gerrit:3.6.2-oauth
3030
- name: alpine:3.18.9

0 commit comments

Comments
 (0)