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) 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) 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" }