Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 16, 2024
1 parent e8d4660 commit 287d59f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ansible/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansible ==9.5.1
ansible ==9.8.0
molecule ==6.0.3
molecule-plugins ==23.5.3
passlib == 1.7.4
10 changes: 5 additions & 5 deletions cluster/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
version: "3.8"
services:
prometheus:
image: "prom/prometheus:v2.51.2"
image: "prom/prometheus:v2.53.1"
command:
- "--storage.tsdb.path=/prometheus"
- "--storage.tsdb.retention.time=120d"
Expand All @@ -31,7 +31,7 @@ services:
- "prometheus-data:/prometheus"
restart: always
grafana:
image: "grafana/grafana:10.4.2"
image: "grafana/grafana:10.4.5"
volumes:
- "${CLUSTER_DEPLOY_ROOT}/grafana/grafana.ini:/etc/grafana/grafana.ini"
ports:
Expand Down Expand Up @@ -86,7 +86,7 @@ services:
user: "${UID}:${GID}"
restart: always
nginx:
image: nginx:1.26
image: nginx:1.27
ports:
- "8000:80"
- "8001:8001"
Expand All @@ -95,7 +95,7 @@ services:
- "${CLUSTER_DEPLOY_ROOT}/nginx/conf.d/grafana.conf:/etc/nginx/conf.d/grafana.conf"
restart: always
postgres:
image: postgres:16.2
image: postgres:16.3
ports:
- "5432:5432"
environment:
Expand All @@ -121,7 +121,7 @@ services:
- GMAIL_USER=${SMTP_USER}
- GMAIL_PASSWORD=${SMTP_PASSWORD}
ntfy:
image: binwiederhier/ntfy:v2.10.0
image: binwiederhier/ntfy:v2.11.0
entrypoint:
- "/bin/sh"
- "-c"
Expand Down
2 changes: 1 addition & 1 deletion cluster/downtime-processor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM perl:5.39.10
FROM perl:5.41.1

RUN apt-get update \
&& apt-get dist-upgrade -y \
Expand Down
6 changes: 3 additions & 3 deletions cluster/downtime-processor/cpanfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
requires 'perl', '5.39.10' ;
requires 'perl', '5.41.1' ;

requires 'Mojolicious', '9.36' ;
requires 'Net::Prometheus', '0.12' ;
requires 'Mojolicious', '9.37' ;
requires 'Net::Prometheus', '0.13' ;
requires 'Data::Dump', '1.25' ;
requires 'Schedule::Cron::Events', '1.96' ;
requires 'Text::CSV', '2.04' ;
Expand Down

0 comments on commit 287d59f

Please sign in to comment.