Compare commits

..

1 commit

Author SHA1 Message Date
98d1bb9d14 Update all stable non-major dependencies
All checks were successful
/ Ansible Lint (pull_request) Successful in 3m3s
/ Ansible Lint (push) Successful in 3m5s
2026-05-02 00:16:41 +00:00
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -15,7 +15,7 @@ services:
- pretalx_net
redis:
image: docker.io/library/redis:8.6.3
image: docker.io/library/redis:8.6.2
restart: unless-stopped
volumes:
- redis:/data

View file

@ -13,7 +13,7 @@ services:
restart: unless-stopped
redis:
image: docker.io/library/redis:8.6.3
image: docker.io/library/redis:8.6.2
ports:
- "6379:6379"
volumes: