This commit is contained in:
Alexandre
2025-02-16 09:42:34 +01:00
7 changed files with 12 additions and 7 deletions

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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

View File

@@ -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}

View File

@@ -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",

View File

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