Skip to content

Commit e0f8c27

Browse files
chore: Update current development version (#185)
1 parent 32a37b3 commit e0f8c27

File tree

8 files changed

+32
-17
lines changed

8 files changed

+32
-17
lines changed

CHANGELOG.md

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

4+
5+
<a name="v1.28.0"></a>
6+
## [v1.28.0] - 2025-07-14
7+
### Features
8+
- Add validation for user identity provider ([#183](https://github.com/epam/edp-keycloak-operator/issues/183))
9+
- Add the ability to add client roles to KeycloakRealmUser ([#135](https://github.com/epam/edp-keycloak-operator/issues/135))
10+
- Allow finalizer cleanup when realm is already deleted ([#173](https://github.com/epam/edp-keycloak-operator/issues/173))
11+
412
### Bug Fixes
13+
- Handle not found error when deleting KeycloakRealmUser ([#181](https://github.com/epam/edp-keycloak-operator/issues/181))
14+
- keycloakrealmidentityprovider try to delete first in reconciliation loop_
515
- KeycloakClient service account users groups aren't being populated correctly
616

717
### Routine
18+
- Update codeql and codecov scan gh actions ([#178](https://github.com/epam/edp-keycloak-operator/issues/178))
19+
- Publish on the OperatorHub ([#170](https://github.com/epam/edp-keycloak-operator/issues/170))
20+
- Add multi-architecture build support ([#168](https://github.com/epam/edp-keycloak-operator/issues/168))
21+
- Update current development version ([#160](https://github.com/epam/edp-keycloak-operator/issues/160))
822
- Update current development version ([#160](https://github.com/epam/edp-keycloak-operator/issues/160))
923

1024

@@ -216,7 +230,8 @@
216230
<a name="v1.17.0"></a>
217231
## [v1.17.0] - 2023-08-17
218232

219-
[Unreleased]: https://github.com/epam/edp-keycloak-operator/compare/v1.27.1...HEAD
233+
[Unreleased]: https://github.com/epam/edp-keycloak-operator/compare/v1.28.0...HEAD
234+
[v1.28.0]: https://github.com/epam/edp-keycloak-operator/compare/v1.27.1...v1.28.0
220235
[v1.27.1]: https://github.com/epam/edp-keycloak-operator/compare/v1.27.0...v1.27.1
221236
[v1.27.0]: https://github.com/epam/edp-keycloak-operator/compare/v1.26.0...v1.27.0
222237
[v1.26.0]: https://github.com/epam/edp-keycloak-operator/compare/v1.25.0...v1.26.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To install the Keycloak Operator, follow the steps below:
3333
```bash
3434
helm search repo epamedp/keycloak-operator -l
3535
NAME CHART VERSION APP VERSION DESCRIPTION
36-
epamedp/keycloak-operator 1.27.1 1.27.1 A Helm chart for KRCI Keycloak Operator
36+
epamedp/keycloak-operator 1.28.0 1.28.0 A Helm chart for KRCI Keycloak Operator
3737
```
3838

3939
_**NOTE:** It is highly recommended to use the latest stable version._

bundle/manifests/edp-keycloak-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -606,14 +606,14 @@ metadata:
606606
]
607607
capabilities: Deep Insights
608608
categories: Security
609-
containerImage: docker.io/epamedp/keycloak-operator:1.27.1
609+
containerImage: docker.io/epamedp/keycloak-operator:1.28.0
610610
createdAt: "2025-05-19T15:13:10Z"
611611
description: An Operator for managing Keycloak
612612
operators.operatorframework.io/builder: operator-sdk-v1.39.2
613613
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
614614
repository: https://github.com/epam/edp-keycloak-operator
615615
support: KubeRocketCI
616-
name: edp-keycloak-operator.v1.27.1
616+
name: edp-keycloak-operator.v1.28.0
617617
namespace: placeholder
618618
spec:
619619
apiservicedefinitions: {}
@@ -839,7 +839,7 @@ spec:
839839
valueFrom:
840840
fieldRef:
841841
fieldPath: metadata.namespace
842-
image: docker.io/epamedp/keycloak-operator:1.27.1
842+
image: docker.io/epamedp/keycloak-operator:1.28.0
843843
livenessProbe:
844844
httpGet:
845845
path: /healthz
@@ -1009,4 +1009,4 @@ spec:
10091009
provider:
10101010
name: KubeRocketCI
10111011
url: https://docs.kuberocketci.io/
1012-
version: 1.27.1
1012+
version: 1.28.0

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: docker.io/epamedp/keycloak-operator
8-
newTag: 1.27.1
8+
newTag: 1.28.0

config/manifests/bases/edp-keycloak-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ metadata:
55
alm-examples: '[]'
66
capabilities: Deep Insights
77
categories: Security
8-
containerImage: docker.io/epamedp/keycloak-operator:1.27.1
8+
containerImage: docker.io/epamedp/keycloak-operator:1.28.0
99
description: An Operator for managing Keycloak
1010
repository: https://github.com/epam/edp-keycloak-operator
1111
support: KubeRocketCI
12-
name: edp-keycloak-operator.v1.27.1
12+
name: edp-keycloak-operator.v1.28.9
1313
namespace: placeholder
1414
spec:
1515
apiservicedefinitions: {}
@@ -182,4 +182,4 @@ spec:
182182
provider:
183183
name: KubeRocketCI
184184
url: https://docs.kuberocketci.io/
185-
version: 1.27.1
185+
version: 1.28.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 KubeRocketCI Keycloak Operator
33
home: https://docs.kuberocketci.io/
44
name: keycloak-operator
55
type: application
6-
version: 1.28.0-SNAPSHOT
7-
appVersion: 1.28.0-SNAPSHOT
6+
version: 1.29.0-SNAPSHOT
7+
appVersion: 1.29.0-SNAPSHOT
88
icon: https://docs.kuberocketci.io/img/logo.svg
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.27.1
33-
image: epamedp/keycloak-operator:1.27.1
32+
- name: keycloak-operator:1.28.0
33+
image: epamedp/keycloak-operator:1.28.0
3434
artifacthub.io/operatorCapabilities: Deep Insights
3535
artifacthub.io/crds: |
3636
- kind: Keycloak

deploy-templates/README.md

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

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

55
A Helm chart for KubeRocketCI Keycloak Operator
66

@@ -32,7 +32,7 @@ To install the Keycloak Operator, follow the steps below:
3232
```bash
3333
helm search repo epamedp/keycloak-operator -l
3434
NAME CHART VERSION APP VERSION DESCRIPTION
35-
epamedp/keycloak-operator 1.27.1 1.27.1 A Helm chart for KRCI Keycloak Operator
35+
epamedp/keycloak-operator 1.28.0 1.28.0 A Helm chart for KRCI Keycloak Operator
3636
```
3737

3838
_**NOTE:** It is highly recommended to use the latest stable version._

deploy-templates/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To install the Keycloak Operator, follow the steps below:
3333
```bash
3434
helm search repo epamedp/keycloak-operator -l
3535
NAME CHART VERSION APP VERSION DESCRIPTION
36-
epamedp/keycloak-operator 1.27.1 1.27.1 A Helm chart for KRCI Keycloak Operator
36+
epamedp/keycloak-operator 1.28.0 1.28.0 A Helm chart for KRCI Keycloak Operator
3737
```
3838

3939
_**NOTE:** It is highly recommended to use the latest stable version._

0 commit comments

Comments
 (0)