Compare commits

..
6 Commits
Author SHA1 Message Date
carla a3dd82d592 chore: publish 2.2.0+2.3.0 release
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2026-06-10 11:28:48 +02:00
carla 8f2427c43a chore: switch from postgres 13 to pgautoupgrade 17 alpine 2026-06-09 17:07:17 +02:00
carla a3e1bf9003 chore: update image tags 2026-06-08 21:08:02 +02:00
moritz 11057aaa7d Merge pull request 'chore: Configure Renovate' (#6) from renovate/configure into main
continuous-integration/drone/push Build is failing
Reviewed-on: #6
2026-04-28 09:55:48 +00:00
renovate-bot 345f2f620b Add renovate.json 2026-04-28 09:55:27 +00:00
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
3 changed files with 12 additions and 5 deletions
+5 -5
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
vikunja-init:
image: busybox:1.37.0
image: busybox:1.38.0
command:
[
"sh",
@@ -19,7 +19,7 @@ services:
max_attempts: 0
app:
image: vikunja/vikunja:2.1.0
image: vikunja/vikunja:2.3.0
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.2.0+2.3.0"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
healthcheck:
test: ["CMD", "/healthcheck"]
@@ -81,12 +81,12 @@ services:
start_period: 1m
redis:
image: redis:8.6.1-alpine
image: redis:8.8.0-alpine
networks:
- internal
db:
image: postgres:13
image: pgautoupgrade/pgautoupgrade:17-alpine
environment:
POSTGRES_PASSWORD_FILE: /run/secrets/db_password
POSTGRES_USER: vikunja
+1
View File
@@ -0,0 +1 @@
patch CVEs: CVE-2026-33312 and CVE-2026-29794
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}