Skip to content

Commit 968dc0e

Browse files
chore: Update current development version (#76)
1 parent 5f5a0bb commit 968dc0e

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
## [Unreleased]
33

44

5+
<a name="v1.22.0"></a>
6+
## [v1.22.0] - 2024-07-23
7+
### Features
8+
- Add ClusterKeycloakRealm browserFlow setting ([#66](https://github.com/epam/edp-keycloak-operator/issues/66))
9+
10+
### Bug Fixes
11+
- move imagePullSecrets to spec.template.spec ([#73](https://github.com/epam/edp-keycloak-operator/issues/73))
12+
- Error if KeycloakClient secret is deleted before it ([#62](https://github.com/epam/edp-keycloak-operator/issues/62))
13+
- KeycloakRealmRole CR duplicated status ([#68](https://github.com/epam/edp-keycloak-operator/issues/68))
14+
15+
### Routine
16+
- Generate OperatorHub bundle for v1.21.0 ([#59](https://github.com/epam/edp-keycloak-operator/issues/59))
17+
- Update current development version ([#59](https://github.com/epam/edp-keycloak-operator/issues/59))
18+
19+
520
<a name="v1.21.0"></a>
621
## [v1.21.0] - 2024-05-16
722
### Features
@@ -112,7 +127,8 @@
112127
<a name="v1.17.0"></a>
113128
## [v1.17.0] - 2023-08-17
114129

115-
[Unreleased]: https://github.com/epam/edp-keycloak-operator/compare/v1.21.0...HEAD
130+
[Unreleased]: https://github.com/epam/edp-keycloak-operator/compare/v1.22.0...HEAD
131+
[v1.22.0]: https://github.com/epam/edp-keycloak-operator/compare/v1.21.0...v1.22.0
116132
[v1.21.0]: https://github.com/epam/edp-keycloak-operator/compare/v1.20.0...v1.21.0
117133
[v1.20.0]: https://github.com/epam/edp-keycloak-operator/compare/v1.19.0...v1.20.0
118134
[v1.19.0]: https://github.com/epam/edp-keycloak-operator/compare/v1.18.2...v1.19.0

deploy-templates/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: A Helm chart for EDP Keycloak Operator
33
home: https://epam.github.io/edp-install/
44
name: keycloak-operator
55
type: application
6-
version: 1.22.0-SNAPSHOT
7-
appVersion: 1.22.0-SNAPSHOT
6+
version: 1.23.0-SNAPSHOT
7+
appVersion: 1.23.0-SNAPSHOT
88
icon: https://epam.github.io/edp-install/assets/logo.png
99
keywords:
1010
- authentication
@@ -29,8 +29,8 @@ annotations:
2929
artifacthub.io/license: Apache-2.0
3030
artifacthub.io/operator: "true"
3131
artifacthub.io/images: |
32-
- name: keycloak-operator:1.21.0
33-
image: epamedp/keycloak-operator:1.21.0
32+
- name: keycloak-operator:1.22.0
33+
image: epamedp/keycloak-operator:1.22.0
3434
artifacthub.io/operatorCapabilities: Deep Insights
3535
artifacthub.io/crds: |
3636
- kind: Keycloak

deploy-templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# keycloak-operator
22

3-
![Version: 1.22.0-SNAPSHOT](https://img.shields.io/badge/Version-1.22.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.22.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-1.22.0--SNAPSHOT-informational?style=flat-square)
3+
![Version: 1.23.0-SNAPSHOT](https://img.shields.io/badge/Version-1.23.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.23.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-1.23.0--SNAPSHOT-informational?style=flat-square)
44

55
A Helm chart for EDP Keycloak Operator
66

0 commit comments

Comments
 (0)