Skip to content

Commit 32520d0

Browse files
Set version to 26.5.7-PS-1.
1 parent c1ac122 commit 32520d0

168 files changed

Lines changed: 184 additions & 184 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/js-ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ jobs:
5454

5555
- name: Prepare archive for upload
5656
run: |
57-
mv ./quarkus/dist/target/keycloak-999.0.0-SNAPSHOT.tar.gz ./keycloak-999.0.0-SNAPSHOT.tar.gz
57+
mv ./quarkus/dist/target/keycloak-26.5.7-PS-1.tar.gz ./keycloak-26.5.7-PS-1.tar.gz
5858
5959
- name: Upload Keycloak dist
6060
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6161
with:
6262
name: keycloak
63-
path: keycloak-999.0.0-SNAPSHOT.tar.gz
63+
path: keycloak-26.5.7-PS-1.tar.gz
6464

6565
admin-client:
6666
name: Admin Client
@@ -168,8 +168,8 @@ jobs:
168168

169169
- name: Start Keycloak server
170170
run: |
171-
tar xfvz keycloak-999.0.0-SNAPSHOT.tar.gz
172-
keycloak-999.0.0-SNAPSHOT/bin/kc.sh start-dev --features=transient-users,oid4vc-vci &> ~/server.log &
171+
tar xfvz keycloak-26.5.7-PS-1.tar.gz
172+
keycloak-26.5.7-PS-1/bin/kc.sh start-dev --features=transient-users,oid4vc-vci &> ~/server.log &
173173
env:
174174
KC_BOOTSTRAP_ADMIN_USERNAME: admin
175175
KC_BOOTSTRAP_ADMIN_PASSWORD: admin
@@ -229,8 +229,8 @@ jobs:
229229

230230
- name: Start Keycloak server
231231
run: |
232-
tar xfvz keycloak-999.0.0-SNAPSHOT.tar.gz
233-
keycloak-999.0.0-SNAPSHOT/bin/kc.sh start-dev --features=admin-fine-grained-authz:v2,transient-users,spiffe,oid4vc-vci,kubernetes-service-accounts,jwt-authorization-grant,workflows &> ~/server.log &
232+
tar xfvz keycloak-26.5.7-PS-1.tar.gz
233+
keycloak-26.5.7-PS-1/bin/kc.sh start-dev --features=admin-fine-grained-authz:v2,transient-users,spiffe,oid4vc-vci,kubernetes-service-accounts,jwt-authorization-grant,workflows &> ~/server.log &
234234
env:
235235
KC_BOOTSTRAP_ADMIN_USERNAME: admin
236236
KC_BOOTSTRAP_ADMIN_PASSWORD: admin
@@ -283,8 +283,8 @@ jobs:
283283

284284
- name: Start Keycloak server
285285
run: |
286-
tar xfvz keycloak-999.0.0-SNAPSHOT.tar.gz
287-
keycloak-999.0.0-SNAPSHOT/bin/kc.sh start-dev --http-port 8180 --features transient-users,oid4vc-vci,declarative-ui,quick-theme,spiffe,kubernetes-service-accounts,workflows,client-auth-federated,jwt-authorization-grant &> ~/server.log &
286+
tar xfvz keycloak-26.5.7-PS-1.tar.gz
287+
keycloak-26.5.7-PS-1/bin/kc.sh start-dev --http-port 8180 --features transient-users,oid4vc-vci,declarative-ui,quick-theme,spiffe,kubernetes-service-accounts,workflows,client-auth-federated,jwt-authorization-grant &> ~/server.log &
288288
curl --connect-timeout 5 --max-time 10 --retry 10 --retry-all-errors --retry-delay 10 --retry-max-time 120 -s -o /dev/null http://127.0.0.1:8180
289289
env:
290290
KC_BOOTSTRAP_ADMIN_USERNAME: admin

adapters/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>keycloak-parent</artifactId>
2222
<groupId>org.keycloak</groupId>
23-
<version>26.5.7</version>
23+
<version>26.5.7-PS-1</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<name>Keycloak Adapters</name>

adapters/saml/core-public/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>keycloak-parent</artifactId>
2323
<groupId>org.keycloak</groupId>
24-
<version>26.5.7</version>
24+
<version>26.5.7-PS-1</version>
2525
<relativePath>../../../pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

adapters/saml/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>keycloak-parent</artifactId>
2323
<groupId>org.keycloak</groupId>
24-
<version>26.5.7</version>
24+
<version>26.5.7-PS-1</version>
2525
<relativePath>../../../pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

adapters/saml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>keycloak-parent</artifactId>
2222
<groupId>org.keycloak</groupId>
23-
<version>26.5.7</version>
23+
<version>26.5.7-PS-1</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<name>Keycloak SAML Client Adapter Modules</name>

adapters/saml/wildfly-elytron/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>keycloak-parent</artifactId>
2323
<groupId>org.keycloak</groupId>
24-
<version>26.5.7</version>
24+
<version>26.5.7-PS-1</version>
2525
<relativePath>../../../pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

adapters/saml/wildfly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>keycloak-parent</artifactId>
2222
<groupId>org.keycloak</groupId>
23-
<version>26.5.7</version>
23+
<version>26.5.7-PS-1</version>
2424
<relativePath>../../../pom.xml</relativePath>
2525
</parent>
2626
<name>Keycloak SAML Wildfly Integration</name>

adapters/saml/wildfly/wildfly-subsystem/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.keycloak</groupId>
2323
<artifactId>keycloak-parent</artifactId>
24-
<version>26.5.7</version>
24+
<version>26.5.7-PS-1</version>
2525
<relativePath>../../../../pom.xml</relativePath>
2626
</parent>
2727

adapters/spi/adapter-spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>keycloak-parent</artifactId>
2323
<groupId>org.keycloak</groupId>
24-
<version>26.5.7</version>
24+
<version>26.5.7-PS-1</version>
2525
<relativePath>../../../pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

adapters/spi/jboss-adapter-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>keycloak-parent</artifactId>
2323
<groupId>org.keycloak</groupId>
24-
<version>26.5.7</version>
24+
<version>26.5.7-PS-1</version>
2525
<relativePath>../../../pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)