File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 3333 fail-fast : false
3434 matrix :
3535 keycloak_version :
36- - keycloak-26.5.2
36+ - keycloak-26.5.3
3737 - keycloak-26.4.7
3838 - keycloak-26.3.5
3939 - keycloak-26.2.5
Original file line number Diff line number Diff line change 4040 - ' 26.2.5'
4141 - ' 26.3.5'
4242 - ' 26.4.7'
43- - ' 26.5.2 '
43+ - ' 26.5.3 '
4444 steps :
4545 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4646
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Add the following to your Dockerfile:
9393``` dockerfile
9494# Download and install the authenticator
9595ARG EMAIL_OTP_AUTHENTICATOR_VERSION="v1.3.2" # x-release-please-version
96- ARG EMAIL_OTP_AUTHENTICATOR_KC_VERSION="26.5.2 "
96+ ARG EMAIL_OTP_AUTHENTICATOR_KC_VERSION="26.5.3 "
9797ADD https://github.com/for-keycloak/email-otp-authenticator/releases/download/${EMAIL_OTP_AUTHENTICATOR_VERSION}/email-otp-authenticator-${EMAIL_OTP_AUTHENTICATOR_VERSION}-kc-${EMAIL_OTP_AUTHENTICATOR_KC_VERSION}.jar \
9898 /opt/keycloak/providers/email-otp-authenticator.jar
9999```
@@ -115,7 +115,7 @@ ADD https://github.com/for-keycloak/email-otp-authenticator/releases/download/${
115115
116116Using just:
117117``` bash
118- # Build for the default Keycloak version (26.5.2 )
118+ # Build for the default Keycloak version (26.5.3 )
119119just build
120120
121121# Build for a specific Keycloak version
@@ -158,7 +158,7 @@ Access:
158158
159159The authenticator is built and tested with multiple Keycloak versions:
160160
161- - 26.5.2 (default)
161+ - 26.5.3 (default)
162162- 26.4.7
163163- 26.3.5
164164- 26.2.5
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ services:
1919 ports :
2020 - " 8080:8080"
2121 volumes :
22- - ./target/email-otp-authenticator-dev-kc-26.5.2 .jar:/opt/keycloak/providers/email-otp-authenticator.jar
22+ - ./target/email-otp-authenticator-dev-kc-26.5.3 .jar:/opt/keycloak/providers/email-otp-authenticator.jar
2323 command : start-dev
2424 depends_on :
2525 - mailpit
Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ shell:
4444# List all available Keycloak versions
4545versions :
4646 @ echo " Supported Keycloak versions:"
47- @ echo " - 26.5.2 (default)"
47+ @ echo " - 26.5.3 (default)"
4848 @ echo " - 26.4.7"
4949 @ echo " - 26.3.5"
5050 @ echo " - 26.2.5"
5151
5252# Run E2E tests (optionally specify a file pattern, requires test-e2e-setup if FILE is provided)
53- test-e2e KC_VERSION = " 26.5.2 " FILE = " ": (build-version KC_VERSION)
53+ test-e2e KC_VERSION = " 26.5.3 " FILE = " ": (build-version KC_VERSION)
5454 #!/usr/bin/env bash
5555 cd tests/ e2e
5656 if [ -z " {{ FILE}} " ]; then
@@ -62,7 +62,7 @@ test-e2e KC_VERSION="26.5.2" FILE="": (build-version KC_VERSION)
6262 fi
6363
6464# Start test infrastructure only (for debugging or running specific tests)
65- test-e2e-setup KC_VERSION = " 26.5.2 ": (build-version KC_VERSION)
65+ test-e2e-setup KC_VERSION = " 26.5.3 ": (build-version KC_VERSION)
6666 cd tests/ e2e && KC_VERSION={{ KC_VERSION}} docker compose up -d --wait
6767
6868# Stop test containers
Original file line number Diff line number Diff line change 5858 <!-- Profiles for different Keycloak versions -->
5959 <profiles >
6060 <profile >
61- <id >keycloak-26.5.2 </id >
62- <properties ><keycloak .version>26.5.2 </keycloak .version></properties >
61+ <id >keycloak-26.5.3 </id >
62+ <properties ><keycloak .version>26.5.3 </keycloak .version></properties >
6363 <activation ><activeByDefault >true</activeByDefault ></activation >
6464 </profile >
6565 <profile >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ services:
1818 - test
1919
2020 keycloak :
21- image : quay.io/keycloak/keycloak:${KC_VERSION:-26.5.2 }
21+ image : quay.io/keycloak/keycloak:${KC_VERSION:-26.5.3 }
2222 environment :
2323 KEYCLOAK_ADMIN : admin
2424 KEYCLOAK_ADMIN_PASSWORD : admin
@@ -35,7 +35,7 @@ services:
3535 ports :
3636 - " 8080:8080"
3737 volumes :
38- - ../../target/email-otp-authenticator-dev-kc-${KC_VERSION:-26.5.2 }.jar:/opt/keycloak/providers/email-otp-authenticator.jar
38+ - ../../target/email-otp-authenticator-dev-kc-${KC_VERSION:-26.5.3 }.jar:/opt/keycloak/providers/email-otp-authenticator.jar
3939 command : start-dev
4040 depends_on :
4141 postgres :
You can’t perform that action at this time.
0 commit comments