File tree Expand file tree Collapse file tree 3 files changed +22
-6
lines changed Expand file tree Collapse file tree 3 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 2
2
## [ Unreleased]
3
3
4
4
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
+
5
20
<a name =" v1.21.0 " ></a >
6
21
## [ v1.21.0] - 2024-05-16
7
22
### Features
112
127
<a name =" v1.17.0 " ></a >
113
128
## [ v1.17.0] - 2023-08-17
114
129
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
116
132
[ v1.21.0 ] : https://github.com/epam/edp-keycloak-operator/compare/v1.20.0...v1.21.0
117
133
[ v1.20.0 ] : https://github.com/epam/edp-keycloak-operator/compare/v1.19.0...v1.20.0
118
134
[ v1.19.0 ] : https://github.com/epam/edp-keycloak-operator/compare/v1.18.2...v1.19.0
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ description: A Helm chart for EDP Keycloak Operator
3
3
home : https://epam.github.io/edp-install/
4
4
name : keycloak-operator
5
5
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
8
8
icon : https://epam.github.io/edp-install/assets/logo.png
9
9
keywords :
10
10
- authentication
@@ -29,8 +29,8 @@ annotations:
29
29
artifacthub.io/license : Apache-2.0
30
30
artifacthub.io/operator : " true"
31
31
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
34
34
artifacthub.io/operatorCapabilities : Deep Insights
35
35
artifacthub.io/crds : |
36
36
- kind: Keycloak
Original file line number Diff line number Diff line change 1
1
# keycloak-operator
2
2
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 )
4
4
5
5
A Helm chart for EDP Keycloak Operator
6
6
You can’t perform that action at this time.
0 commit comments