From 13ba7b18958e11acdf47be4671864277bccab1b1 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 27 Jul 2020 20:26:58 +0200 Subject: [PATCH] check_config: Upgrade base image to 8.1.0 (#1504) --- 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 17981ed..c373894 100644 --- a/check_config/CHANGELOG.md +++ b/check_config/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.4.0 + +- Update base image to version 8.1.0 + ## 3.3.0 - Update base image to version 7.2.0 diff --git a/check_config/build.json b/check_config/build.json index 04162ed..aefd20c 100644 --- a/check_config/build.json +++ b/check_config/build.json @@ -1,9 +1,9 @@ { "build_from": { - "aarch64": "homeassistant/aarch64-homeassistant-base:7.2.0", - "amd64": "homeassistant/amd64-homeassistant-base:7.2.0", - "armhf": "homeassistant/armhf-homeassistant-base:7.2.0", - "armv7": "homeassistant/armv7-homeassistant-base:7.2.0", - "i386": "homeassistant/i386-homeassistant-base:7.2.0" + "aarch64": "homeassistant/aarch64-homeassistant-base:8.1.0", + "amd64": "homeassistant/amd64-homeassistant-base:8.1.0", + "armhf": "homeassistant/armhf-homeassistant-base:8.1.0", + "armv7": "homeassistant/armv7-homeassistant-base:8.1.0", + "i386": "homeassistant/i386-homeassistant-base:8.1.0" } } diff --git a/check_config/config.json b/check_config/config.json index ce623a5..a6f772b 100644 --- a/check_config/config.json +++ b/check_config/config.json @@ -1,6 +1,6 @@ { "name": "Check Home Assistant configuration", - "version": "3.3.0", + "version": "3.4.0", "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",