Skip to content

Commit

Permalink
26.0.8 kc and 0.83 orgs bump
Browse files Browse the repository at this point in the history
  • Loading branch information
xgp committed Jan 14, 2025
1 parent 20e3b2d commit 4cc0091
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
- main

env:
# Version 26.0.7
# Version 26.0.8
VERSION_MAJOR: 26
VERSION_SUBMAJOR: 0
VERSION_MINOR: 7
VERSION_MINOR: 8

jobs:
release-public:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/phasetwo/keycloak-crdb:26.0.7 as builder
FROM quay.io/phasetwo/keycloak-crdb:26.0.8 as builder

ENV KC_METRICS_ENABLED=true
ENV KC_HEALTH_ENABLED=true
Expand All @@ -17,7 +17,7 @@ COPY ./libs/target/container*/*.jar /opt/keycloak/providers/

RUN /opt/keycloak/bin/kc.sh --verbose build --spi-email-template-provider=freemarker-plus-mustache --spi-email-template-freemarker-plus-mustache-enabled=true --spi-theme-cache-themes=false

FROM quay.io/phasetwo/keycloak-crdb:26.0.7
FROM quay.io/phasetwo/keycloak-crdb:26.0.8

#USER root
# remediation for vulnerabilities
Expand Down
8 changes: 3 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ services:
KC_DB: cockroach
KC_HTTP_RELATIVE_PATH: /auth
PROXY_ADDRESS_FORWARDING: 'true'
KEYCLOAK_USER: admin
KEYCLOAK_PASSWORD: admin
KEYCLOAK_ADMIN: admin
KEYCLOAK_ADMIN_PASSWORD: admin
KC_BOOTSTRAP_ADMIN_USERNAME: admin
KC_BOOTSTRAP_ADMIN_PASSWORD: admin
KC_CACHE_CONFIG_FILE: cache-ispn-jdbc-ping.xml
KC_DB_PASSWORD: ''
KC_DB_SCHEMA: public
Expand All @@ -40,7 +38,7 @@ services:
KC_ISPN_DB_VENDOR: cockroachdb
KC_LOG_LEVEL: "INFO,io.phasetwo:DEBUG"
KC_METRICS_ENABLED: true
KC_PROXY_HEADERS: 'edge'
KC_PROXY_HEADERS: 'xforwarded'
KC_TRANSACTION_JTA_ENABLED: 'false'
KC_TRANSACTION_XA_ENABLED: 'false'
ports:
Expand Down
4 changes: 2 additions & 2 deletions libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<keycloak.version>26.0.7</keycloak.version>
<keycloak.version>26.0.8</keycloak.version>
<keycloak-events.version>0.39</keycloak-events.version>
<keycloak-magic-link.version>0.33</keycloak-magic-link.version>
<keycloak-orgs.version>0.82</keycloak-orgs.version>
<keycloak-orgs.version>0.83</keycloak-orgs.version>
<keycloak-themes.version>0.36</keycloak-themes.version>
<phasetwo-admin-portal.version>0.34</phasetwo-admin-portal.version>
<phasetwo-idp-wizard.version>0.15</phasetwo-idp-wizard.version>
Expand Down

0 comments on commit 4cc0091

Please sign in to comment.