File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.2.0 "
2+ "." : " 1.2.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.2.1] ( https://github.com/for-keycloak/email-otp-authenticator/compare/v1.2.0...v1.2.1 ) (2026-01-25)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** ci:** update cosign command for v4 bundle format ([ c1d67ee] ( https://github.com/for-keycloak/email-otp-authenticator/commit/c1d67eee8b87657acc8856da52b7dc3b9b6da2c1 ) )
9+
310## [ 1.2.0] ( https://github.com/for-keycloak/email-otp-authenticator/compare/v1.1.4...v1.2.0 ) (2026-01-25)
411
512
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Add the following to your Dockerfile:
3232
3333``` dockerfile
3434# Download and install the authenticator
35- ARG EMAIL_OTP_AUTHENTICATOR_VERSION="v1.2.0 " # x-release-please-version
35+ ARG EMAIL_OTP_AUTHENTICATOR_VERSION="v1.2.1 " # x-release-please-version
3636ARG EMAIL_OTP_AUTHENTICATOR_KC_VERSION="26.5.1"
3737ADD 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 \
3838 /opt/keycloak/providers/email-otp-authenticator.jar
Original file line number Diff line number Diff line change 55 <groupId >ch.jacem.for_keycloak</groupId >
66 <artifactId >email_otp_authenticator</artifactId >
77 <packaging >jar</packaging >
8- <version >1.2.0 </version >
8+ <version >1.2.1 </version >
99
1010 <name >Email OTP Authenticator</name >
1111 <description >A custom configurable OTP for keycloak, that sends the code via email</description >
You can’t perform that action at this time.
0 commit comments