Skip to content

Commit

Permalink
upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
SaswatPadhi committed Nov 10, 2024
1 parent 7be6aa3 commit 6da3384
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 26 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ for optionally customizing compositions via _overrides_.
</a>
</th>
<td align='center'>
<code><sub>2.11.0</sub></code>
<code><sub>3.0.0</sub></code>
</td>
<td align='center'>
:heavy_check_mark:
Expand Down Expand Up @@ -327,7 +327,7 @@ for optionally customizing compositions via _overrides_.
<br>
<code><sub>v3.3.21</sub></code>
<br>
<code><sub>0.22.844</sub></code>
<code><sub>0.22.898</sub></code>
</td>
<td align='center'>
:heavy_check_mark:
Expand Down Expand Up @@ -596,11 +596,11 @@ for optionally customizing compositions via _overrides_.
<br>
<code><sub>7.4.1</sub></code>
<br>
<code><sub>20241017...01</sub></code>
<code><sub>20241106...04</sub></code>
<br>
<code><sub>30.0.1-core</sub></code>
<code><sub>30.0.2-core</sub></code>
<br>
<code><sub>30.0.1-core</sub></code>
<code><sub>30.0.2-core</sub></code>
</td>
<td align='center'>
:heavy_check_mark:
Expand Down Expand Up @@ -736,7 +736,7 @@ for optionally customizing compositions via _overrides_.
<td align='center'>
<code><sub>2.6.11</sub></code>
<br>
<code><sub>4.6.5</sub></code>
<code><sub>5.0.1</sub></code>
</td>
<td align='center'>
:heavy_check_mark:
Expand Down Expand Up @@ -822,7 +822,7 @@ for optionally customizing compositions via _overrides_.
</a>
</th>
<td align='center'>
<code><sub>1.32.1</sub></code>
<code><sub>1.32.2</sub></code>
</td>
<td align='center'>
:heavy_check_mark:
Expand Down Expand Up @@ -871,11 +871,11 @@ for optionally customizing compositions via _overrides_.
</a>
</th>
<td align='center'>
<code><sub>16.3</sub></code>
<code><sub>17.0</sub></code>
<br>
<code><sub>2.0.18</sub></code>
<code><sub>2.0.20</sub></code>
<br>
<code><sub>1.30.0</sub></code>
<code><sub>1.31.1</sub></code>
<br>
</td>
<td align='center'>
Expand Down Expand Up @@ -974,7 +974,7 @@ for optionally customizing compositions via _overrides_.
</a>
</th>
<td align='center'>
<code><sub>2.11.12</sub></code>
<code><sub>2.11.13</sub></code>
</td>
<td align='center'>
:heavy_check_mark:
Expand Down Expand Up @@ -1021,7 +1021,7 @@ for optionally customizing compositions via _overrides_.
<td align='center'>
<code><sub>4.4.18</sub></code>
<br>
<code><sub>8.5.6</sub></code>
<code><sub>8.6.9</sub></code>
</td>
<td align='center'>
:heavy_check_mark:
Expand Down
2 changes: 1 addition & 1 deletion _scripts/install-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ OUTPUT="$1"
RUNNER_CMD="${RUNNER_CMD:-}"

DOCKER_CMD="docker"
DOCKER_COMPOSE_VERSION=2.29.7
DOCKER_COMPOSE_VERSION=2.30.3

PODMAN_CMD="podman"
PODMAN_COMPOSE_VERSION=1.2.0
Expand Down
2 changes: 1 addition & 1 deletion certbot/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
certbot:
hostname: certbot
image: padhihomelab/certbot:2.11.0
image: padhihomelab/certbot:3.0.0
restart: unless-stopped

security_opt:
Expand Down
2 changes: 1 addition & 1 deletion hass/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ networks:
services:
hass:
hostname: hass
image: padhihomelab/hass:2024.10.2_2.0.1
image: padhihomelab/hass:2024.11.1_2.0.1
restart: unless-stopped

security_opt:
Expand Down
2 changes: 1 addition & 1 deletion indexarr/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
start_period: 15s

jackett:
image: padhihomelab/jackett:0.22.844
image: padhihomelab/jackett:0.22.898
restart: unless-stopped

security_opt:
Expand Down
6 changes: 3 additions & 3 deletions nextcloud/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ services:

imaginary:
hostname: imaginary
image: nextcloud/aio-imaginary:20241017_085101
image: nextcloud/aio-imaginary:20241106_101604
restart: unless-stopped

cap_add:
Expand All @@ -97,7 +97,7 @@ services:

nextcloud:
hostname: nextcloud
image: padhihomelab/nextcloud:30.0.1-core
image: padhihomelab/nextcloud:30.0.2-core
restart: unless-stopped

security_opt:
Expand Down Expand Up @@ -139,7 +139,7 @@ services:

cron:
hostname: cron
image: padhihomelab/nextcloud:30.0.1-core
image: padhihomelab/nextcloud:30.0.2-core
restart: unless-stopped
entrypoint: /cron.sh

Expand Down
2 changes: 1 addition & 1 deletion qbittorrent/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
PROXY_PASSWORD: 'pass'

qbittorrent:
image: padhihomelab/qbittorrent-nox:4.6.5
image: padhihomelab/qbittorrent-nox:5.0.1
restart: unless-stopped

security_opt:
Expand Down
2 changes: 1 addition & 1 deletion telegraf/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ networks:
services:
telegraf:
hostname: telegraf
image: telegraf:1.32.1
image: telegraf:1.32.2
restart: unless-stopped

security_opt:
Expand Down
6 changes: 3 additions & 3 deletions teslamate/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ networks:
services:
mqtt:
hostname: mqtt
image: eclipse-mosquitto:2.0.18
image: eclipse-mosquitto:2.0.20
restart: unless-stopped

security_opt:
Expand All @@ -28,7 +28,7 @@ services:

db:
hostname: db
image: postgres:16.3
image: postgres:17.0
restart: unless-stopped

security_opt:
Expand All @@ -54,7 +54,7 @@ services:

teslamate:
hostname: teslamate
image: teslamate/teslamate:1.30.0
image: teslamate/teslamate:1.31.1
restart: unless-stopped

cap_drop:
Expand Down
2 changes: 1 addition & 1 deletion traefik/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ networks:
services:
traefik:
hostname: traefik
image: traefik:v2.11.12
image: traefik:v2.11.13
restart: unless-stopped

security_opt:
Expand Down
2 changes: 1 addition & 1 deletion unifi/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:

unifi:
hostname: unifi
image: goofball222/unifi:8.5.6-alpine
image: goofball222/unifi:8.6.9-alpine
restart: unless-stopped

security_opt:
Expand Down

0 comments on commit 6da3384

Please sign in to comment.