mirror of
https://github.com/bitnami/charts.git
synced 2026-02-10 20:27:38 +08:00
[bitnami/keycloak] Release 24.5.5 (#32980)
* [bitnami/keycloak] Release 24.5.4 updating components versions Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update Chart.yaml Signed-off-by: Carlos Rodríguez Hernández <carlos.rodriguez-hernandez@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * bugfix: cypress tests Signed-off-by: juan131 <juan.ariza@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> Signed-off-by: Carlos Rodríguez Hernández <carlos.rodriguez-hernandez@broadcom.com> Signed-off-by: juan131 <juan.ariza@broadcom.com> Co-authored-by: Carlos Rodríguez Hernández <carlos.rodriguez-hernandez@broadcom.com> Co-authored-by: juan131 <juan.ariza@broadcom.com>
This commit is contained in:
@@ -34,7 +34,7 @@ it('import and check user information', () => {
|
||||
});
|
||||
cy.get('#partial-import-file-filename').selectFile(importFile, { action: 'drag-drop' });
|
||||
cy.get('[data-testid="users-checkbox"]').click();
|
||||
cy.get('[data-testid="import-button"]').click();
|
||||
cy.get('[data-testid="confirm"]').click();
|
||||
cy.contains('record added');
|
||||
cy.get('[data-testid="close-button"]').click();
|
||||
cy.get('[href*="/users"]').click();
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 24.5.5 (2025-04-15)
|
||||
## 24.5.6 (2025-04-21)
|
||||
|
||||
* [bitnami/keycloak] Added themes to the list of writable dirs ([#32993](https://github.com/bitnami/charts/pull/32993))
|
||||
* [bitnami/keycloak] Release 24.5.5 ([#32980](https://github.com/bitnami/charts/pull/32980))
|
||||
|
||||
## <small>24.5.5 (2025-04-21)</small>
|
||||
|
||||
* [bitnami/keycloak] Added themes to the list of writable dirs (#32993) ([7fb4af5](https://github.com/bitnami/charts/commit/7fb4af548b0cfe95748d654bb61ecb1f84fc3540)), closes [#32993](https://github.com/bitnami/charts/issues/32993)
|
||||
|
||||
## <small>24.5.4 (2025-04-15)</small>
|
||||
|
||||
|
||||
@@ -7,11 +7,11 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: keycloak
|
||||
image: docker.io/bitnami/keycloak:26.1.5-debian-12-r1
|
||||
image: docker.io/bitnami/keycloak:26.2.0-debian-12-r2
|
||||
- name: keycloak-config-cli
|
||||
image: docker.io/bitnami/keycloak-config-cli:6.4.0-debian-12-r3
|
||||
apiVersion: v2
|
||||
appVersion: 26.1.5
|
||||
appVersion: 26.2.0
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
@@ -34,4 +34,4 @@ maintainers:
|
||||
name: keycloak
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/keycloak
|
||||
version: 24.5.5
|
||||
version: 24.5.6
|
||||
|
||||
@@ -111,7 +111,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/keycloak
|
||||
tag: 26.1.5-debian-12-r1
|
||||
tag: 26.2.0-debian-12-r2
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
||||
Reference in New Issue
Block a user