From 101513d94468831f736352cd8fb38f7ffa16568a Mon Sep 17 00:00:00 2001 From: Saswat Padhi Date: Fri, 20 Dec 2024 18:18:12 -0800 Subject: [PATCH] upgrades --- README.md | 28 ++++++++++++++-------------- _scripts/install-compose.sh | 2 +- airdcpp/docker-compose.yml | 2 +- certbot/docker-compose.yml | 1 + gitea/docker-compose.yml | 2 +- hass/docker-compose.yml | 2 +- indexarr/docker-compose.yml | 4 ++-- monitarr/docker-compose.yml | 6 +++--- nextcloud/docker-compose.yml | 6 +++--- qbittorrent/docker-compose.yml | 2 +- telegraf/docker-compose.yml | 2 +- traefik/docker-compose.yml | 2 +- 12 files changed, 30 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index d4db187..6543587 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ for optionally customizing compositions via _overrides_. - 2.6.11 + 2.6.12
2.12.2 @@ -233,7 +233,7 @@ for optionally customizing compositions via _overrides_. - 1.22.4-r...s + 1.22.6-r...s :heavy_check_mark: @@ -274,7 +274,7 @@ for optionally customizing compositions via _overrides_. - 2024.12.1_2.0.1 + 2024.12.5_2.0.1 :heavy_check_mark: @@ -323,11 +323,11 @@ for optionally customizing compositions via _overrides_. - 2.6.11 + 2.6.12
v3.3.21
- 0.22.898 + 0.22.1101 :heavy_check_mark: @@ -474,11 +474,11 @@ for optionally customizing compositions via _overrides_. - 2.7.1.4417 + 2.8.2.4493
- 5.14.0.9383 + 5.16.3.9541
- 4.0.10.2544 + 4.0.11.2680 :heavy_check_mark: @@ -596,11 +596,11 @@ for optionally customizing compositions via _overrides_.
7.4.1
- 20241125...04 + 20241216...30
- 30.0.3-core + 30.0.4-core
- 30.0.3-core + 30.0.4-core :heavy_check_mark: @@ -734,7 +734,7 @@ for optionally customizing compositions via _overrides_. - 2.6.11 + 2.6.12
5.0.1 @@ -822,7 +822,7 @@ for optionally customizing compositions via _overrides_. - 1.32.3 + 1.33.0 :heavy_check_mark: @@ -974,7 +974,7 @@ for optionally customizing compositions via _overrides_. - 2.11.14 + 2.11.16 :heavy_check_mark: diff --git a/_scripts/install-compose.sh b/_scripts/install-compose.sh index afe734c..21aa687 100755 --- a/_scripts/install-compose.sh +++ b/_scripts/install-compose.sh @@ -9,7 +9,7 @@ OUTPUT="$1" RUNNER_CMD="${RUNNER_CMD:-}" DOCKER_CMD="docker" -DOCKER_COMPOSE_VERSION=2.31.0 +DOCKER_COMPOSE_VERSION=2.32.1 PODMAN_CMD="podman" PODMAN_COMPOSE_VERSION=1.2.0 diff --git a/airdcpp/docker-compose.yml b/airdcpp/docker-compose.yml index c8413b8..c567a24 100644 --- a/airdcpp/docker-compose.yml +++ b/airdcpp/docker-compose.yml @@ -5,7 +5,7 @@ networks: services: openvpn: hostname: openvpn - image: padhihomelab/openvpn-client:2.6.11 + image: padhihomelab/openvpn-client:2.6.12 restart: unless-stopped cap_add: diff --git a/certbot/docker-compose.yml b/certbot/docker-compose.yml index 00f2564..1060adf 100644 --- a/certbot/docker-compose.yml +++ b/certbot/docker-compose.yml @@ -9,6 +9,7 @@ services: volumes: - ./data/certbot/etc/letsencrypt:/etc/letsencrypt + - ./data/certbot/var/log/letsencrypt:/var/log/letsencrypt environment: DOCKER_UID: ${USER_ID:?} diff --git a/gitea/docker-compose.yml b/gitea/docker-compose.yml index da0ff42..3f02c3d 100644 --- a/gitea/docker-compose.yml +++ b/gitea/docker-compose.yml @@ -5,7 +5,7 @@ networks: services: gitea: hostname: gitea - image: gitea/gitea:1.22.4-rootless + image: gitea/gitea:1.22.6-rootless restart: unless-stopped security_opt: diff --git a/hass/docker-compose.yml b/hass/docker-compose.yml index 47d7d39..2992cea 100644 --- a/hass/docker-compose.yml +++ b/hass/docker-compose.yml @@ -5,7 +5,7 @@ networks: services: hass: hostname: hass - image: padhihomelab/hass:2024.12.1_2.0.1 + image: padhihomelab/hass:2024.12.5_2.0.1 restart: unless-stopped security_opt: diff --git a/indexarr/docker-compose.yml b/indexarr/docker-compose.yml index 7b31eb1..779e989 100644 --- a/indexarr/docker-compose.yml +++ b/indexarr/docker-compose.yml @@ -5,7 +5,7 @@ networks: services: openvpn: hostname: openvpn - image: padhihomelab/openvpn-client:2.6.11 + image: padhihomelab/openvpn-client:2.6.12 restart: unless-stopped cap_add: @@ -51,7 +51,7 @@ services: start_period: 15s jackett: - image: padhihomelab/jackett:0.22.898 + image: padhihomelab/jackett:0.22.1101 restart: unless-stopped security_opt: diff --git a/monitarr/docker-compose.yml b/monitarr/docker-compose.yml index 6b96882..423a921 100644 --- a/monitarr/docker-compose.yml +++ b/monitarr/docker-compose.yml @@ -5,7 +5,7 @@ networks: services: lidarr: hostname: lidarr - image: padhihomelab/lidarr:2.7.1.4417 + image: padhihomelab/lidarr:2.8.2.4493 restart: unless-stopped security_opt: @@ -25,7 +25,7 @@ services: radarr: hostname: radarr - image: padhihomelab/radarr:5.14.0.9383 + image: padhihomelab/radarr:5.16.3.9541 restart: unless-stopped security_opt: @@ -45,7 +45,7 @@ services: sonarr: hostname: sonarr - image: padhihomelab/sonarr:4.0.10.2544 + image: padhihomelab/sonarr:4.0.11.2680 restart: unless-stopped security_opt: diff --git a/nextcloud/docker-compose.yml b/nextcloud/docker-compose.yml index 34e03c1..a3bc826 100644 --- a/nextcloud/docker-compose.yml +++ b/nextcloud/docker-compose.yml @@ -70,7 +70,7 @@ services: imaginary: hostname: imaginary - image: nextcloud/aio-imaginary:20241125_091756 + image: nextcloud/aio-imaginary:20241216_102930 restart: unless-stopped cap_add: @@ -97,7 +97,7 @@ services: nextcloud: hostname: nextcloud - image: padhihomelab/nextcloud:30.0.3-core + image: padhihomelab/nextcloud:30.0.4-core restart: unless-stopped security_opt: @@ -139,7 +139,7 @@ services: cron: hostname: cron - image: padhihomelab/nextcloud:30.0.3-core + image: padhihomelab/nextcloud:30.0.4-core restart: unless-stopped entrypoint: /cron.sh diff --git a/qbittorrent/docker-compose.yml b/qbittorrent/docker-compose.yml index 4623752..a29408c 100644 --- a/qbittorrent/docker-compose.yml +++ b/qbittorrent/docker-compose.yml @@ -5,7 +5,7 @@ networks: services: openvpn: hostname: openvpn - image: padhihomelab/openvpn-client:2.6.11 + image: padhihomelab/openvpn-client:2.6.12 cap_add: - NET_ADMIN diff --git a/telegraf/docker-compose.yml b/telegraf/docker-compose.yml index 0280373..9a2b02f 100644 --- a/telegraf/docker-compose.yml +++ b/telegraf/docker-compose.yml @@ -5,7 +5,7 @@ networks: services: telegraf: hostname: telegraf - image: telegraf:1.32.3 + image: telegraf:1.33.0 restart: unless-stopped security_opt: diff --git a/traefik/docker-compose.yml b/traefik/docker-compose.yml index 653ab3e..2d1f943 100644 --- a/traefik/docker-compose.yml +++ b/traefik/docker-compose.yml @@ -7,7 +7,7 @@ networks: services: traefik: hostname: traefik - image: traefik:v2.11.14 + image: traefik:v2.11.16 restart: unless-stopped security_opt: