From a5938a4b75c9e33877fd292d22e7d944682988f0 Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Thu, 21 Mar 2024 13:55:59 -0400 Subject: [PATCH] Bump tellstick addon to alpine 3.15 and deprecate it (#3520) * Bump tellstick addon to alpine 3.15 * Deprecate addon --- tellstick/CHANGELOG.md | 9 +++++++++ tellstick/build.yaml | 10 +++++----- tellstick/config.yaml | 3 ++- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/tellstick/CHANGELOG.md b/tellstick/CHANGELOG.md index ca58089..9be6437 100644 --- a/tellstick/CHANGELOG.md +++ b/tellstick/CHANGELOG.md @@ -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 diff --git a/tellstick/build.yaml b/tellstick/build.yaml index fbaf8f5..fb0bee1 100644 --- a/tellstick/build.yaml +++ b/tellstick/build.yaml @@ -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 diff --git a/tellstick/config.yaml b/tellstick/config.yaml index 8c7dc2c..053a820 100644 --- a/tellstick/config.yaml +++ b/tellstick/config.yaml @@ -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