Compare commits

...

2 commits

Author SHA1 Message Date
ad1f582421 Update all stable non-major dependencies
All checks were successful
/ Ansible Lint (push) Successful in 2m24s
/ Ansible Lint (pull_request) Successful in 2m22s
2026-01-18 03:30:41 +00:00
744dc00ae5 Update https://github.com/ansible/ansible-lint action to v26
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m26s
/ Ansible Lint (push) Successful in 1m57s
2026-01-18 03:01:35 +00:00
3 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ jobs:
# work in our environmnet.
# Rather manually setup python (pip) before instead.
- name: Run ansible-lint
uses: https://github.com/ansible/ansible-lint@v25.12.2
uses: https://github.com/ansible/ansible-lint@v26.1.1
with:
setup_python: "false"
requirements_file: "requirements.yml"

View file

@ -19,7 +19,7 @@ services:
- prom_data:/prometheus
alertmanager:
image: docker.io/prom/alertmanager:v0.30.0
image: docker.io/prom/alertmanager:v0.30.1
container_name: alertmanager
command:
- '--config.file=/etc/alertmanager/alertmanager.yaml'

View file

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