From 091f659c4ececd03915fcbf0f994cb39c69c0ef3 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 11:40:15 +0000 Subject: [PATCH 1/3] GitHub bot : changelog --- postgres/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/postgres/CHANGELOG.md b/postgres/CHANGELOG.md index 5823c5a7a..4ac1d43e0 100644 --- a/postgres/CHANGELOG.md +++ b/postgres/CHANGELOG.md @@ -1,3 +1,5 @@ +## 15.7-29 (15-02-2025) +- Minor bugs fixed ## 15.7-28 (15-02-2025) - Minor bugs fixed ## 15.7-27 (15-02-2025) From ac0ec543c84881d98ec2ce4d7f30189dc7704a50 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 13:30:12 +0000 Subject: [PATCH 2/3] Github bot : issues linked to readme --- birdnet-pi/README.md | 2 -- immich/README.md | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/birdnet-pi/README.md b/birdnet-pi/README.md index 70e9c6ef8..95703fd93 100644 --- a/birdnet-pi/README.md +++ b/birdnet-pi/README.md @@ -1,6 +1,4 @@ ## ⚠ Open Issue : [🐛 [BirdNET-Pi] timezone (opened 2024-12-10)](https://github.com/alexbelgium/hassio-addons/issues/1664) by [@alexbelgium](https://github.com/alexbelgium) -## ⚠ Open Request : [✨ [REQUEST] BirdNET-Pi Improved support for standalone usage outside of Home Assistant (opened 2024-12-26)](https://github.com/alexbelgium/hassio-addons/issues/1681) by [@DavidValeri](https://github.com/DavidValeri) -## ⚠ Open Issue : [🐛 [BirdNET-Pi] BirdNET-Analyzer Alert E-Mails (opened 2025-02-03)](https://github.com/alexbelgium/hassio-addons/issues/1749) by [@UlrichThiess](https://github.com/UlrichThiess) # Home assistant add-on: birdnet-pi [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) diff --git a/immich/README.md b/immich/README.md index 41b9e7bbe..2ba2c68f6 100644 --- a/immich/README.md +++ b/immich/README.md @@ -1,5 +1,6 @@ ## ⚠ Open Issue : [🐛 [Immich] Freshly installed addon not starting. (opened 2024-12-19)](https://github.com/alexbelgium/hassio-addons/issues/1676) by [@CForChrisProooo](https://github.com/CForChrisProooo) ## ⚠ Open Issue : [🐛 [Immich] Missing e-mail server settings (opened 2025-02-04)](https://github.com/alexbelgium/hassio-addons/issues/1752) by [@JohnnyPicnic](https://github.com/JohnnyPicnic) +## ⚠ Open Request : [✨ [REQUEST] Immich Frame (opened 2025-02-13)](https://github.com/alexbelgium/hassio-addons/issues/1764) by [@NickBootOne](https://github.com/NickBootOne) # Home assistant add-on: immich ⚠️ The project is under very active development. Expect bugs and changes. Do not use it as the only way to store your photos and videos! (from the developer) From 300500fbbcd591e087766a0d816055bd1c76b33d Mon Sep 17 00:00:00 2001 From: Renat Gabdulhakov Date: Sun, 16 Feb 2025 05:52:19 +0000 Subject: [PATCH 3/3] [TOR] hassio-addons/base 17.2.0 --- tor/CHANGELOG.md | 4 ++++ tor/Dockerfile | 2 +- tor/build.json | 6 +++--- tor/config.json | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/tor/CHANGELOG.md b/tor/CHANGELOG.md index 3418ddc90..96e023354 100644 --- a/tor/CHANGELOG.md +++ b/tor/CHANGELOG.md @@ -42,3 +42,7 @@ ## 5.0.3-1 (14-02-2025) - hassio-addons/base 17.1.5 + +## 5.0.3-2 (16-02-2025) + +- hassio-addons/base 17.2.0 diff --git a/tor/Dockerfile b/tor/Dockerfile index 4188753bd..55b3a9a98 100644 --- a/tor/Dockerfile +++ b/tor/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.1.5 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.2.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/tor/build.json b/tor/build.json index b3d3bb77b..3f6b4e1bd 100644 --- a/tor/build.json +++ b/tor/build.json @@ -1,8 +1,8 @@ { "build_from": { - "aarch64": "ghcr.io/hassio-addons/base:17.1.5", - "amd64": "ghcr.io/hassio-addons/base:17.1.5", - "armv7": "ghcr.io/hassio-addons/base:17.1.5" + "aarch64": "ghcr.io/hassio-addons/base:17.2.0", + "amd64": "ghcr.io/hassio-addons/base:17.2.0", + "armv7": "ghcr.io/hassio-addons/base:17.2.0" }, "codenotary": { "base_image": "codenotary@frenck.dev", diff --git a/tor/config.json b/tor/config.json index a10fc3737..722688ac3 100644 --- a/tor/config.json +++ b/tor/config.json @@ -51,5 +51,5 @@ "slug": "tor", "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "5.0.3-1" + "version": "5.0.3-2" }