8 Commits

Author SHA1 Message Date
dependabot[bot]
72d5528ed3 build(deps): bump esphome/esphome in /docker/home/esphome
Bumps [esphome/esphome](https://github.com/esphome/esphome) from 2026.2.4 to 2026.3.1.
- [Release notes](https://github.com/esphome/esphome/releases)
- [Commits](https://github.com/esphome/esphome/compare/2026.2.4...2026.3.1)

---
updated-dependencies:
- dependency-name: esphome/esphome
  dependency-version: 2026.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-25 09:38:36 +01:00
dependabot[bot]
646b4b5d80 build(deps): bump n8nio/n8n from 2.12.2 to 2.13.2 in /docker/home/n8n
Bumps [n8nio/n8n](https://github.com/n8n-io/n8n) from 2.12.2 to 2.13.2.
- [Release notes](https://github.com/n8n-io/n8n/releases)
- [Commits](https://github.com/n8n-io/n8n/compare/n8n@2.12.2...n8n@2.13.2)

---
updated-dependencies:
- dependency-name: n8nio/n8n
  dependency-version: 2.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-25 09:38:30 +01:00
dependabot[bot]
5c59ceb2fa build(deps): bump roundcube/roundcubemail
Bumps roundcube/roundcubemail from 1.6.13-apache to 1.6.14-apache.

---
updated-dependencies:
- dependency-name: roundcube/roundcubemail
  dependency-version: 1.6.14-apache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-25 09:38:18 +01:00
dependabot[bot]
457c771339 build(deps): bump library/redis in /docker/personal/gramps
Bumps library/redis from 8.6.1-alpine to 8.6.2-alpine.

---
updated-dependencies:
- dependency-name: library/redis
  dependency-version: 8.6.2-alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-25 09:38:08 +01:00
dependabot[bot]
b9f3c7eff6 build(deps): bump hotio/jackett
Bumps [hotio/jackett](https://github.com/hotio/jackett) from release-v0.24.1392 to release-v0.24.1450.
- [Commits](https://github.com/hotio/jackett/commits)

---
updated-dependencies:
- dependency-name: hotio/jackett
  dependency-version: release-v0.24.1450
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-25 09:34:50 +01:00
dependabot[bot]
f3d05847f3 build(deps): bump jellyfin/jellyfin
Bumps jellyfin/jellyfin from 2026031605 to 2026032305.

---
updated-dependencies:
- dependency-name: jellyfin/jellyfin
  dependency-version: '2026032305'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-25 09:34:43 +01:00
dependabot[bot]
675d755d5f build(deps): bump hotio/sonarr
Bumps [hotio/sonarr](https://github.com/hotio/sonarr) from release-4.0.16.2944 to release-4.0.17.2952.
- [Commits](https://github.com/hotio/sonarr/commits)

---
updated-dependencies:
- dependency-name: hotio/sonarr
  dependency-version: release-4.0.17.2952
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-25 09:34:38 +01:00
dependabot[bot]
04aff9da7b build(deps): bump paperless-ngx/paperless-ngx
Bumps [paperless-ngx/paperless-ngx](https://github.com/paperless-ngx/paperless-ngx) from 2.20.11 to 2.20.13.
- [Release notes](https://github.com/paperless-ngx/paperless-ngx/releases)
- [Changelog](https://github.com/paperless-ngx/paperless-ngx/blob/dev/docs/changelog.md)
- [Commits](https://github.com/paperless-ngx/paperless-ngx/compare/v2.20.11...v2.20.13)

---
updated-dependencies:
- dependency-name: paperless-ngx/paperless-ngx
  dependency-version: 2.20.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-25 09:34:29 +01:00
8 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
services: services:
esphome: esphome:
image: ghcr.io/esphome/esphome:2026.2.4 image: ghcr.io/esphome/esphome:2026.3.1
ports: ports:
- "6052" - "6052"
networks: networks:

View File

@@ -1,6 +1,6 @@
services: services:
n8n: n8n:
image: docker.n8n.io/n8nio/n8n:2.12.2 image: docker.n8n.io/n8nio/n8n:2.13.2
environment: environment:
- TZ=Europe/Paris - TZ=Europe/Paris
- N8N_SECURE_COOKIE=false - N8N_SECURE_COOKIE=false

View File

@@ -1,6 +1,6 @@
services: services:
roundcube: roundcube:
image: roundcube/roundcubemail:1.6.13-apache image: roundcube/roundcubemail:1.6.14-apache
container_name: roundcube container_name: roundcube
networks: networks:
- default - default

View File

@@ -56,7 +56,7 @@ services:
command: celery -A gramps_webapi.celery worker --loglevel=INFO --concurrency=2 command: celery -A gramps_webapi.celery worker --loglevel=INFO --concurrency=2
grampsweb_redis: grampsweb_redis:
image: docker.io/library/redis:8.6.1-alpine image: docker.io/library/redis:8.6.2-alpine
container_name: grampsweb_redis container_name: grampsweb_redis
restart: always restart: always

View File

@@ -1,7 +1,7 @@
services: services:
jackett: jackett:
container_name: jackett container_name: jackett
image: ghcr.io/hotio/jackett:release-v0.24.1392 image: ghcr.io/hotio/jackett:release-v0.24.1450
ports: ports:
- "9117" - "9117"
networks: networks:

View File

@@ -1,6 +1,6 @@
services: services:
jellyfin: jellyfin:
image: jellyfin/jellyfin:2026031605 image: jellyfin/jellyfin:2026032305
container_name: jellyfin container_name: jellyfin
networks: networks:
- default - default

View File

@@ -1,7 +1,7 @@
services: services:
sonarr: sonarr:
container_name: sonarr container_name: sonarr
image: ghcr.io/hotio/sonarr:release-4.0.16.2944 image: ghcr.io/hotio/sonarr:release-4.0.17.2952
ports: ports:
- "8989" - "8989"
networks: networks:

View File

@@ -16,7 +16,7 @@ services:
POSTGRES_DB: paperless POSTGRES_DB: paperless
paperless-webserver: paperless-webserver:
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.11 image: ghcr.io/paperless-ngx/paperless-ngx:2.20.13
restart: unless-stopped restart: unless-stopped
networks: networks:
- default - default