Skip to content

Commit 7b3543b

Browse files
chore: Update current development version (#160)
1 parent 44597aa commit 7b3543b

File tree

8 files changed

+27
-14
lines changed

8 files changed

+27
-14
lines changed

CHANGELOG.md

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

4+
### Bug Fixes
5+
- KeycloakClient service account users groups aren't being populated correctly
6+
7+
### Routine
8+
- Update current development version ([#160](https://github.com/epam/edp-keycloak-operator/issues/160))
9+
10+
11+
<a name="v1.27.1"></a>
12+
## [v1.27.1] - 2025-05-08
13+
### Bug Fixes
14+
- KeycloakClient service account users groups aren't being populated correctly
15+
416

517
<a name="v1.27.0"></a>
618
## [v1.27.0] - 2025-05-07
@@ -204,7 +216,8 @@
204216
<a name="v1.17.0"></a>
205217
## [v1.17.0] - 2023-08-17
206218

207-
[Unreleased]: https://github.com/epam/edp-keycloak-operator/compare/v1.27.0...HEAD
219+
[Unreleased]: https://github.com/epam/edp-keycloak-operator/compare/v1.27.1...HEAD
220+
[v1.27.1]: https://github.com/epam/edp-keycloak-operator/compare/v1.27.0...v1.27.1
208221
[v1.27.0]: https://github.com/epam/edp-keycloak-operator/compare/v1.26.0...v1.27.0
209222
[v1.26.0]: https://github.com/epam/edp-keycloak-operator/compare/v1.25.0...v1.26.0
210223
[v1.25.0]: https://github.com/epam/edp-keycloak-operator/compare/v1.24.0...v1.25.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.0 1.27.0 A Helm chart for KRCI Keycloak Operator
36+
epamedp/keycloak-operator 1.27.1 1.27.1 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.0
609+
containerImage: docker.io/epamedp/keycloak-operator:1.27.1
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.27.0
616+
name: edp-keycloak-operator.v1.27.1
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.0
842+
image: docker.io/epamedp/keycloak-operator:1.27.1
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.0
1012+
version: 1.27.1

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.0
8+
newTag: 1.27.1

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.0
8+
containerImage: docker.io/epamedp/keycloak-operator:1.27.1
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.0
12+
name: edp-keycloak-operator.v1.27.1
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.0
185+
version: 1.27.1

deploy-templates/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.0
33-
image: epamedp/keycloak-operator:1.27.0
32+
- name: keycloak-operator:1.27.1
33+
image: epamedp/keycloak-operator:1.27.1
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
@@ -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.0 1.27.0 A Helm chart for KRCI Keycloak Operator
35+
epamedp/keycloak-operator 1.27.1 1.27.1 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.0 1.27.0 A Helm chart for KRCI Keycloak Operator
36+
epamedp/keycloak-operator 1.27.1 1.27.1 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)