Skip to content

Commit b583e35

Browse files
chore: Update current development version (#160)
1 parent c4c323f commit b583e35

File tree

8 files changed

+31
-17
lines changed

8 files changed

+31
-17
lines changed

CHANGELOG.md

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

44

5+
<a name="v1.27.0"></a>
6+
## [v1.27.0] - 2025-05-07
7+
### Features
8+
- Add the ability to add KeycloakClient service accounts to groups
9+
- Make ownerReference in Keycloak resources optional ([#71](https://github.com/epam/edp-keycloak-operator/issues/71))
10+
- Add support for Identity Providers in KeycloakRealmUser ([#148](https://github.com/epam/edp-keycloak-operator/issues/148))
11+
12+
### Routine
13+
- Remove deprecated properties from CRs ([#154](https://github.com/epam/edp-keycloak-operator/issues/154))
14+
- Bump GitHub Actions runner image to 22.04([#150](https://github.com/epam/edp-keycloak-operator/issues/150))
15+
- Update current development version ([#146](https://github.com/epam/edp-keycloak-operator/issues/146))
16+
17+
518
<a name="v1.26.0"></a>
619
## [v1.26.0] - 2025-04-11
720
### Routine
@@ -191,7 +204,8 @@
191204
<a name="v1.17.0"></a>
192205
## [v1.17.0] - 2023-08-17
193206

194-
[Unreleased]: https://github.com/epam/edp-keycloak-operator/compare/v1.26.0...HEAD
207+
[Unreleased]: https://github.com/epam/edp-keycloak-operator/compare/v1.27.0...HEAD
208+
[v1.27.0]: https://github.com/epam/edp-keycloak-operator/compare/v1.26.0...v1.27.0
195209
[v1.26.0]: https://github.com/epam/edp-keycloak-operator/compare/v1.25.0...v1.26.0
196210
[v1.25.0]: https://github.com/epam/edp-keycloak-operator/compare/v1.24.0...v1.25.0
197211
[v1.24.0]: https://github.com/epam/edp-keycloak-operator/compare/v1.23.0...v1.24.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.26.0 1.26.0 A Helm chart for KRCI Keycloak Operator
36+
epamedp/keycloak-operator 1.27.0 1.27.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.26.0
609+
containerImage: docker.io/epamedp/keycloak-operator:1.27.0
610610
createdAt: "2025-03-21T08:40:32Z"
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.26.0
616+
name: edp-keycloak-operator.v1.27.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.26.0
842+
image: docker.io/epamedp/keycloak-operator:1.27.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.26.0
1012+
version: 1.27.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.26.0
8+
newTag: 1.27.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.26.0
8+
containerImage: docker.io/epamedp/keycloak-operator:1.27.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.26.0
12+
name: edp-keycloak-operator.v1.27.0
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.26.0
185+
version: 1.27.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.27.0-SNAPSHOT
7-
appVersion: 1.27.0-SNAPSHOT
6+
version: 1.28.0-SNAPSHOT
7+
appVersion: 1.28.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.26.0
33-
image: epamedp/keycloak-operator:1.26.0
32+
- name: keycloak-operator:1.27.0
33+
image: epamedp/keycloak-operator:1.27.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.27.0-SNAPSHOT](https://img.shields.io/badge/Version-1.27.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.27.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-1.27.0--SNAPSHOT-informational?style=flat-square)
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)
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.26.0 1.26.0 A Helm chart for KRCI Keycloak Operator
35+
epamedp/keycloak-operator 1.27.0 1.27.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.26.0 1.26.0 A Helm chart for KRCI Keycloak Operator
36+
epamedp/keycloak-operator 1.27.0 1.27.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)