Bump tellstick addon to alpine 3.15 and deprecate it (#3520)

* Bump tellstick addon to alpine 3.15

* Deprecate addon
This commit is contained in:
Mike Degatano
2024-03-21 13:55:59 -04:00
committed by GitHub
parent 6491c61576
commit 21167b375b
3 changed files with 16 additions and 6 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## 2.2.0
**Deprecation notice**
This will be the final update for this addon. The library it depends on is abandoned.
It's last activity was 5 years ago it it cannot be built on alpine >3.15. Users
can continue to use it but no issues or PRs will be accepted for it going forward.
- Use Alpine 3.15
## 2.1.0
- Update hardware configuration for Supervisor 2021.02.5

View File

@ -1,10 +1,10 @@
---
build_from:
aarch64: ghcr.io/home-assistant/aarch64-base:3.13
amd64: ghcr.io/home-assistant/amd64-base:3.13
armhf: ghcr.io/home-assistant/armhf-base:3.13
armv7: ghcr.io/home-assistant/armv7-base:3.13
i386: ghcr.io/home-assistant/i386-base:3.13
aarch64: ghcr.io/home-assistant/aarch64-base:3.15
amd64: ghcr.io/home-assistant/amd64-base:3.15
armhf: ghcr.io/home-assistant/armhf-base:3.15
armv7: ghcr.io/home-assistant/armv7-base:3.15
i386: ghcr.io/home-assistant/i386-base:3.15
codenotary:
signer: notary@home-assistant.io
base_image: notary@home-assistant.io

View File

@ -1,5 +1,5 @@
---
version: 2.1.0
version: 2.2.0
slug: tellstick
name: TellStick
description: TellStick and TellStick Duo service
@ -42,3 +42,4 @@ startup: system
stdin: true
usb: true
init: false
stage: deprecated