Compare commits

...

2 commits

Author SHA1 Message Date
2cb8e24fc4 Update docker.io/pretalx/standalone Docker tag to v2025.2.3
All checks were successful
/ build (pull_request) Successful in 36s
/ Ansible Lint (push) Successful in 4m56s
/ Ansible Lint (pull_request) Successful in 4m57s
2026-07-11 21:01:01 +00:00
Max
2a576495da
separate multiple major release upgrades
All checks were successful
/ build (pull_request) Successful in 30s
/ Ansible Lint (pull_request) Successful in 2m31s
/ cleanup-staging (pull_request) Successful in 3s
/ build (push) Successful in 26s
/ Ansible Lint (push) Successful in 2m47s
2026-07-11 21:57:34 +02:00
2 changed files with 7 additions and 3 deletions

View file

@ -11,7 +11,11 @@
":ignoreUnstable", ":ignoreUnstable",
":disableRateLimiting", ":disableRateLimiting",
":rebaseStalePrs", ":rebaseStalePrs",
":label(renovate)" ":label(renovate)",
// a lot of packages do not support skipping major versions
// with this option renovate creates a pr from the current version to each newer version
":separateMultipleMajorReleases"
], ],
"semanticCommits": "disabled", "semanticCommits": "disabled",
"ignorePaths": [ "ignorePaths": [

View file

@ -33,7 +33,7 @@ services:
- pretalx_net - pretalx_net
pretalx: pretalx:
image: docker.io/pretalx/standalone:v2025.1.0 image: docker.io/pretalx/standalone:v2025.2.3
entrypoint: gunicorn entrypoint: gunicorn
command: command:
- "pretalx.wsgi" - "pretalx.wsgi"
@ -78,7 +78,7 @@ services:
- pretalx_net - pretalx_net
celery: celery:
image: docker.io/pretalx/standalone:v2025.1.0 image: docker.io/pretalx/standalone:v2025.2.3
command: command:
- taskworker - taskworker
restart: unless-stopped restart: unless-stopped