From 45c7b2aaef8b543086fbe0faad031bc710a34a3a Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 3 Jun 2025 14:20:59 +0200 Subject: [PATCH] chore: publish 1.0.0+4.0.2 release --- .env.sample | 1 + alaconnect.yml | 1 + compose.yml | 4 ++-- release/1.0.0+4.0.2 | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 release/1.0.0+4.0.2 diff --git a/.env.sample b/.env.sample index 4c65cee..bc610a1 100644 --- a/.env.sample +++ b/.env.sample @@ -27,4 +27,5 @@ SMTP_USER=noreply@example.com #OIDC_NAME= #The user-facing name of your provider as it will be shown on the login page #OIDC_DISCOVERY_URL= #URL of the .well-known/openid-configuration endpoint for your OIDC provider #OIDC_CLIENT_ID= +#OIDC_ISSUER_URL= #SECRET_OIDC_CLIENT_SECRET_VERSION=v1 diff --git a/alaconnect.yml b/alaconnect.yml index 48f6d53..a51833f 100644 --- a/alaconnect.yml +++ b/alaconnect.yml @@ -2,6 +2,7 @@ authentik: env: OIDC_NAME: "Authentik" OIDC_DISCOVERY_URL: "https://authentik.example.com/application/o/rallly/.well-known/openid-configuration" + OIDC_ISSUER_URL: "https://authentik.example.com/application/o/rallly/" OIDC_CLIENT_ID: rallly uncomment: - compose.oidc.yml diff --git a/compose.yml b/compose.yml index 0f1a507..9d704f5 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: lukevella/rallly:3.11.2 + image: lukevella/rallly:4.0.2 hostname: 0.0.0.0 networks: - proxy @@ -45,7 +45,7 @@ services: - "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - - "coop-cloud.${STACK_NAME}.version=0.7.0+3.11.2" + - "coop-cloud.${STACK_NAME}.version=1.0.0+4.0.2" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" healthcheck: test: "bash -c 'printf \"GET / HTTP/1.1\n\n\" > /dev/tcp/127.0.0.1/3000; exit $$?;'" diff --git a/release/1.0.0+4.0.2 b/release/1.0.0+4.0.2 new file mode 100644 index 0000000..2232571 --- /dev/null +++ b/release/1.0.0+4.0.2 @@ -0,0 +1 @@ +BREAKING CHANGE: SSO requires OIDC_ISSUER_URL env. \ No newline at end of file