Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
## [Unreleased]


<a name="v1.22.0"></a>
## [v1.22.0] - 2024-07-23
### Features
- Add ClusterKeycloakRealm browserFlow setting ([#66](https://github.com/epam/edp-keycloak-operator/issues/66))

### Bug Fixes
- move imagePullSecrets to spec.template.spec ([#73](https://github.com/epam/edp-keycloak-operator/issues/73))
- Error if KeycloakClient secret is deleted before it ([#62](https://github.com/epam/edp-keycloak-operator/issues/62))
- KeycloakRealmRole CR duplicated status ([#68](https://github.com/epam/edp-keycloak-operator/issues/68))

### Routine
- Generate OperatorHub bundle for v1.21.0 ([#59](https://github.com/epam/edp-keycloak-operator/issues/59))
- Update current development version ([#59](https://github.com/epam/edp-keycloak-operator/issues/59))


<a name="v1.21.0"></a>
## [v1.21.0] - 2024-05-16
### Features
Expand Down Expand Up @@ -112,7 +127,8 @@
<a name="v1.17.0"></a>
## [v1.17.0] - 2023-08-17

[Unreleased]: https://github.com/epam/edp-keycloak-operator/compare/v1.21.0...HEAD
[Unreleased]: https://github.com/epam/edp-keycloak-operator/compare/v1.22.0...HEAD
[v1.22.0]: https://github.com/epam/edp-keycloak-operator/compare/v1.21.0...v1.22.0
[v1.21.0]: https://github.com/epam/edp-keycloak-operator/compare/v1.20.0...v1.21.0
[v1.20.0]: https://github.com/epam/edp-keycloak-operator/compare/v1.19.0...v1.20.0
[v1.19.0]: https://github.com/epam/edp-keycloak-operator/compare/v1.18.2...v1.19.0
Expand Down
8 changes: 4 additions & 4 deletions deploy-templates/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: A Helm chart for EDP Keycloak Operator
home: https://epam.github.io/edp-install/
name: keycloak-operator
type: application
version: 1.22.0-SNAPSHOT
appVersion: 1.22.0-SNAPSHOT
version: 1.23.0-SNAPSHOT
appVersion: 1.23.0-SNAPSHOT
icon: https://epam.github.io/edp-install/assets/logo.png
keywords:
- authentication
Expand All @@ -29,8 +29,8 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/operator: "true"
artifacthub.io/images: |
- name: keycloak-operator:1.21.0
image: epamedp/keycloak-operator:1.21.0
- name: keycloak-operator:1.22.0
image: epamedp/keycloak-operator:1.22.0
artifacthub.io/operatorCapabilities: Deep Insights
artifacthub.io/crds: |
- kind: Keycloak
Expand Down
2 changes: 1 addition & 1 deletion deploy-templates/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# keycloak-operator

![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)
![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)

A Helm chart for EDP Keycloak Operator

Expand Down
Loading