diff --git a/.env.sample b/.env.sample index 16dde98..a3de749 100644 --- a/.env.sample +++ b/.env.sample @@ -30,4 +30,4 @@ TX="Europe/Berlin" #SMTP_USERNAME=noreply@example.com #SMTP_HOST=mail.example.com #SMTP_PORT=587 -#SMTP_SECURITY=starttls +#SMTP_SECURITY=starttls \ No newline at end of file diff --git a/compose.yml b/compose.yml index 696c373..5fef515 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: vaultwarden/server:1.34.3 + image: vaultwarden/server:1.35.2 networks: - proxy - internal @@ -43,7 +43,7 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - - "coop-cloud.${STACK_NAME}.version=2.1.1+1.34.3" + - "coop-cloud.${STACK_NAME}.version=3.0.0+1.35.2" - "backupbot.backup=true" - "backupbot.backup.path=/data" diff --git a/release/2.0.1+1.35.2 b/release/2.0.1+1.35.2 new file mode 100644 index 0000000..047eba3 --- /dev/null +++ b/release/2.0.1+1.35.2 @@ -0,0 +1 @@ +Allows support for 2026.1+ clients.