Update all stable non-major dependencies
All checks were successful
/ Ansible Lint (push) Successful in 12m56s
/ Ansible Lint (pull_request) Successful in 14m27s

This commit is contained in:
Renovate 2026-03-22 14:01:18 +00:00
commit 9a19381e67
6 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
# renovate: datasource=github-releases depName=netbox packageName=netbox-community/netbox # renovate: datasource=github-releases depName=netbox packageName=netbox-community/netbox
netbox__version: "v4.5.4" netbox__version: "v4.5.5"
netbox__config: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/netbox/netbox/configuration.py.j2') }}" netbox__config: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/netbox/netbox/configuration.py.j2') }}"
netbox__custom_pipeline_oidc_group_and_role_mapping: true netbox__custom_pipeline_oidc_group_and_role_mapping: true

View file

@ -2,7 +2,7 @@
services: services:
oauth2-proxy: oauth2-proxy:
container_name: oauth2-proxy container_name: oauth2-proxy
image: quay.io/oauth2-proxy/oauth2-proxy:v7.14.3 image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.0
command: --config /oauth2-proxy.cfg command: --config /oauth2-proxy.cfg
hostname: oauth2-proxy hostname: oauth2-proxy
volumes: volumes:

View file

@ -32,7 +32,7 @@ services:
- alertmanager_data:/alertmanager - alertmanager_data:/alertmanager
grafana: grafana:
image: docker.io/grafana/grafana:12.4.0 image: docker.io/grafana/grafana:12.4.1
container_name: grafana container_name: grafana
ports: ports:
- 3000:3000 - 3000:3000
@ -46,7 +46,7 @@ services:
- graf_data:/var/lib/grafana - graf_data:/var/lib/grafana
pve-exporter: pve-exporter:
image: docker.io/prompve/prometheus-pve-exporter:3.8.1 image: docker.io/prompve/prometheus-pve-exporter:3.8.2
container_name: pve-exporter container_name: pve-exporter
ports: ports:
- 9221:9221 - 9221:9221

View file

@ -3,7 +3,7 @@
services: services:
mjolnir: mjolnir:
image: docker.io/matrixdotorg/mjolnir:v1.12.0 image: docker.io/matrixdotorg/mjolnir:v1.12.1
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./mjolnir_data:/data - ./mjolnir_data:/data

View file

@ -1,7 +1,7 @@
--- ---
services: services:
ntfy: ntfy:
image: docker.io/binwiederhier/ntfy:v2.17.0 image: docker.io/binwiederhier/ntfy:v2.19.2
container_name: ntfy container_name: ntfy
command: command:
- serve - serve

View file

@ -23,7 +23,7 @@ services:
- pretalx_net - pretalx_net
static: static:
image: docker.io/library/nginx:1.29.5 image: docker.io/library/nginx:1.29.6
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- public:/usr/share/nginx/html - public:/usr/share/nginx/html