Skip to content

Commit

Permalink
[bitnami/keycloak] Release 24.0.0 (#29815)
Browse files Browse the repository at this point in the history
* [bitnami/keycloak] Release 24.0.0 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* test: ✅ Update selector

Signed-off-by: Javier J. Salmerón García <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
Signed-off-by: Javier J. Salmerón García <[email protected]>
Co-authored-by: Javier J. Salmerón García <[email protected]>
  • Loading branch information
bitnami-bot and javsalgar authored Oct 8, 2024
1 parent 8ecfbad commit 02bf8f8
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .vib/keycloak/cypress/cypress/e2e/keycloak.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ it('allows creating a new user', () => {
cy.get('#firstName').type(`${user.newUser.firstName}.${random}`);
cy.get('#lastName').type(`${user.newUser.lastName}.${random}`);
});
cy.get('[data-testid="create-user"]').click({ force: true });
cy.get('[data-testid="user-creation-save"]').click({ force: true });
cy.contains('The user has been created');
});

Expand Down
8 changes: 6 additions & 2 deletions bitnami/keycloak/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 23.0.0 (2024-10-02)
## 24.0.0 (2024-10-08)

* [bitnami/keycloak] feat!: :arrow_up: :boom: Bump PostgreSQL to 17.x ([#29735](https://github.com/bitnami/charts/pull/29735))
* [bitnami/keycloak] Release 24.0.0 ([#29815](https://github.com/bitnami/charts/pull/29815))

## 23.0.0 (2024-10-03)

* [bitnami/keycloak] feat!: :arrow_up: :boom: Bump PostgreSQL to 17.x (#29735) ([8ce695d](https://github.com/bitnami/charts/commit/8ce695d44b25e3e2023c07961c66ae5b7b22ce4b)), closes [#29735](https://github.com/bitnami/charts/issues/29735)

## <small>22.2.6 (2024-09-19)</small>

Expand Down
8 changes: 4 additions & 4 deletions bitnami/keycloak/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.0.0
version: 16.0.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
digest: sha256:0a8b071a37ffffe611eec4cf09634c87b71418d617d3b6a0b745b44e13f5c47f
generated: "2024-10-02T16:28:32.368244799+02:00"
version: 2.24.0
digest: sha256:e534586280936938485df9f3601e1509daa6107ffc4886c3a39aa6fa55b9c536
generated: "2024-10-08T11:04:13.008139567Z"
8 changes: 4 additions & 4 deletions bitnami/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: keycloak
image: docker.io/bitnami/keycloak:25.0.6-debian-12-r0
image: docker.io/bitnami/keycloak:26.0.0-debian-12-r0
- name: keycloak-config-cli
image: docker.io/bitnami/keycloak-config-cli:6.1.6-debian-12-r3
image: docker.io/bitnami/keycloak-config-cli:6.1.6-debian-12-r4
apiVersion: v2
appVersion: 25.0.6
appVersion: 26.0.0
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -33,4 +33,4 @@ maintainers:
name: keycloak
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/keycloak
version: 23.0.0
version: 24.0.0
4 changes: 2 additions & 2 deletions bitnami/keycloak/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/keycloak
tag: 25.0.6-debian-12-r0
tag: 26.0.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1113,7 +1113,7 @@ keycloakConfigCli:
image:
registry: docker.io
repository: bitnami/keycloak-config-cli
tag: 6.1.6-debian-12-r3
tag: 6.1.6-debian-12-r4
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit 02bf8f8

Please sign in to comment.