Compare commits

...
Author SHA1 Message Date
moritz c925f1cedc chore: publish 2.1.0+2.2.2 release
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2026-03-24 13:30:15 +01:00
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ services:
max_attempts: 0
app:
image: vikunja/vikunja:2.1.0
image: vikunja/vikunja:2.2.2
environment:
- DOMAIN
- LOG_LEVEL
@@ -71,7 +71,7 @@ services:
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectregex.replacement=https://${DOMAIN}$${1}"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=2.0.0+2.1.0"
- "coop-cloud.${STACK_NAME}.version=2.1.0+2.2.2"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
healthcheck:
test: ["CMD", "/healthcheck"]
+1
View File
@@ -0,0 +1 @@
patch CVEs: CVE-2026-33312 and CVE-2026-29794