From de05c9b09c436491e78abf494ea6ccb988c65b04 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 30 Apr 2021 15:13:59 +0200 Subject: [PATCH] check_config: Upgrades add-on base image to 2021.04.3 (#1989) --- check_config/CHANGELOG.md | 4 ++++ check_config/build.json | 10 +++++----- check_config/config.json | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/check_config/CHANGELOG.md b/check_config/CHANGELOG.md index 160b227..96dfe05 100644 --- a/check_config/CHANGELOG.md +++ b/check_config/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.7.1 + +- Update base image to 2021.04.3 + ## 3.7.0 - Update base image to 2021.04.2 diff --git a/check_config/build.json b/check_config/build.json index cf4e74a..3fbe686 100644 --- a/check_config/build.json +++ b/check_config/build.json @@ -1,9 +1,9 @@ { "build_from": { - "aarch64": "ghcr.io/home-assistant/aarch64-homeassistant-base:2021.04.2", - "amd64": "ghcr.io/home-assistant/amd64-homeassistant-base:2021.04.2", - "armhf": "ghcr.io/home-assistant/armhf-homeassistant-base:2021.04.2", - "armv7": "ghcr.io/home-assistant/armv7-homeassistant-base:2021.04.2", - "i386": "ghcr.io/home-assistant/i386-homeassistant-base:2021.04.2" + "aarch64": "ghcr.io/home-assistant/aarch64-homeassistant-base:2021.04.3", + "amd64": "ghcr.io/home-assistant/amd64-homeassistant-base:2021.04.3", + "armhf": "ghcr.io/home-assistant/armhf-homeassistant-base:2021.04.3", + "armv7": "ghcr.io/home-assistant/armv7-homeassistant-base:2021.04.3", + "i386": "ghcr.io/home-assistant/i386-homeassistant-base:2021.04.3" } } diff --git a/check_config/config.json b/check_config/config.json index 058c000..b964d2e 100644 --- a/check_config/config.json +++ b/check_config/config.json @@ -1,6 +1,6 @@ { "name": "Check Home Assistant configuration", - "version": "3.7.0", + "version": "3.7.1", "slug": "check_config", "description": "Check current Home Assistant configuration against a new version", "url": "https://github.com/home-assistant/hassio-addons/tree/master/check_config",