Compare commits

...

14 Commits
v1.1.0 ... main

Author SHA1 Message Date
144b988ee8 Update version.keycloak to v25.0.6
All checks were successful
Keycloak mailcow Build / Build und Bereitstellung (pull_request) Successful in 12s
Keycloak mailcow Build / Build und Bereitstellung (push) Successful in 13s
2024-09-20 00:01:58 +00:00
eae69c497c Update version.keycloak to v25.0.5
All checks were successful
Keycloak mailcow Build / Build und Bereitstellung (pull_request) Successful in 13s
Keycloak mailcow Build / Build und Bereitstellung (push) Successful in 12s
2024-09-11 00:02:27 +00:00
8a6e8cd71d Update dependency org.springframework.security:spring-security-crypto to v6.3.3
All checks were successful
Keycloak mailcow Build / Build und Bereitstellung (pull_request) Successful in 12s
Keycloak mailcow Build / Build und Bereitstellung (push) Successful in 13s
2024-08-22 00:03:01 +00:00
fd90a248c9 Update version.keycloak to v25.0.4
All checks were successful
Keycloak mailcow Build / Build und Bereitstellung (pull_request) Successful in 9s
Keycloak mailcow Build / Build und Bereitstellung (push) Successful in 12s
2024-08-21 00:02:23 +00:00
d3d075c13d Update dependency org.springframework.security:spring-security-crypto to v6.3.2
All checks were successful
Keycloak mailcow Build / Build und Bereitstellung (pull_request) Successful in 11s
Keycloak mailcow Build / Build und Bereitstellung (push) Successful in 12s
2024-08-20 00:02:28 +00:00
4d93162c0c Update dependency org.slf4j:slf4j-api to v2.0.16
All checks were successful
Keycloak mailcow Build / Build und Bereitstellung (pull_request) Successful in 16s
Keycloak mailcow Build / Build und Bereitstellung (push) Successful in 12s
2024-08-10 22:02:20 +00:00
b9ef52c12b Update dependency org.slf4j:slf4j-api to v2.0.15
All checks were successful
Keycloak mailcow Build / Build und Bereitstellung (pull_request) Successful in 13s
Keycloak mailcow Build / Build und Bereitstellung (push) Successful in 14s
2024-08-08 22:02:32 +00:00
9de990a36c Update dependency org.slf4j:slf4j-api to v2.0.14
All checks were successful
Keycloak mailcow Build / Build und Bereitstellung (pull_request) Successful in 13s
Keycloak mailcow Build / Build und Bereitstellung (push) Successful in 14s
2024-08-06 22:02:25 +00:00
4a6b8f5ba2 Update version.keycloak to v25.0.2
All checks were successful
Keycloak mailcow Build / Build und Bereitstellung (pull_request) Successful in 12s
Keycloak mailcow Build / Build und Bereitstellung (push) Successful in 12s
2024-07-18 22:02:37 +00:00
4be53c6e7c Reformat workflow file
All checks were successful
Keycloak mailcow Build / Build und Bereitstellung (push) Successful in 12s
2024-07-07 11:36:03 +02:00
3facb173c0 Merge pull request 'Update version.keycloak to v25.0.1' (#10) from renovate/version.keycloak into main
All checks were successful
deploy / deploy (push) Successful in 29s
Reviewed-on: #10
2024-06-20 15:25:52 +02:00
5241113727 Update version.keycloak to v25.0.1 2024-06-20 13:19:02 +00:00
1222bb7fc1 Merge pull request 'Update dependency org.springframework.security:spring-security-crypto to v6.3.1' (#9) from renovate/version.springsec into main
All checks were successful
deploy / deploy (push) Successful in 30s
Reviewed-on: #9
2024-06-20 00:07:40 +02:00
9cf52bf9b2 Update dependency org.springframework.security:spring-security-crypto to v6.3.1 2024-06-19 22:03:30 +00:00
2 changed files with 16 additions and 11 deletions

@ -1,11 +1,13 @@
name: deploy
name: Keycloak mailcow Build
on:
push:
branches: [ main ]
branches: [main]
pull_request:
jobs:
deploy:
release:
name: Build und Bereitstellung
runs-on: act-runner-user
steps:
- name: Checkout
@ -16,11 +18,13 @@ jobs:
mvn package
- name: Remove old version
if: gitea.event_name == 'push'
run: |
rm -rf /opt/data/keycloak/providers/spring-security-crypto-*.jar
rm -rf /opt/data/keycloak/providers/keycloak-mailcow-*.jar
- name: Deploy
if: gitea.event_name == 'push'
run: |
export SPRINGSEC_VERSION=$(xmlstarlet sel -N x="http://maven.apache.org/POM/4.0.0" -t -m 'x:project/x:properties/x:version.springsec' -v . pom.xml)
curl -sL \
@ -29,14 +33,15 @@ jobs:
export SPI_VERSION=$(xmlstarlet sel -N x="http://maven.apache.org/POM/4.0.0" -t -m 'x:project/x:version' -v . pom.xml)
cp -r target/keycloak-mailcow-$SPI_VERSION.jar /opt/data/keycloak/providers/keycloak-mailcow-$SPI_VERSION.jar
- name: Restart Keycloak
if: gitea.event_name == 'push'
run: |
curl -X POST -H "X-API-KEY: ${{ secrets.PORTAINER_API_KEY }}" https://docker.cantorgymnasium.de/api/stacks/48/stop\?endpointId\=1
curl -X POST -H "X-API-KEY: ${{ secrets.PORTAINER_API_KEY }}" https://docker.cantorgymnasium.de/api/stacks/48/start\?endpointId\=1
- name: Notification
uses: actions/telegram-action@main
if: always()
with:
chat_id: ${{ secrets.TG_CHAT_ID }}
token: ${{ secrets.TG_TOKEN }}
- name: Restart Keycloak
run: |
curl -X POST -H "X-API-KEY: ${{ secrets.PORTAINER_API_KEY }}" https://docker.cantorgymnasium.de/api/stacks/48/stop\?endpointId\=1
curl -X POST -H "X-API-KEY: ${{ secrets.PORTAINER_API_KEY }}" https://docker.cantorgymnasium.de/api/stacks/48/start\?endpointId\=1

@ -12,8 +12,8 @@
<packaging>jar</packaging>
<properties>
<version.keycloak>25.0.0</version.keycloak>
<version.springsec>6.3.0</version.springsec>
<version.keycloak>25.0.6</version.keycloak>
<version.springsec>6.3.3</version.springsec>
</properties>
<dependencies>
@ -50,7 +50,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.13</version>
<version>2.0.16</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>