Skip to content

Commit

Permalink
Check-Config: Update base image & media folder (#1570)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Sep 14, 2020
1 parent fe4f080 commit 5381114
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions check_config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 3.5.0

- Update base image to version 8.4.0
- Add media folder

## 3.4.0

- Update base image to version 8.1.0
Expand Down
10 changes: 5 additions & 5 deletions check_config/build.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build_from": {
"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"
"aarch64": "homeassistant/aarch64-homeassistant-base:8.4.0",
"amd64": "homeassistant/amd64-homeassistant-base:8.4.0",
"armhf": "homeassistant/armhf-homeassistant-base:8.4.0",
"armv7": "homeassistant/armv7-homeassistant-base:8.4.0",
"i386": "homeassistant/i386-homeassistant-base:8.4.0"
}
}
4 changes: 2 additions & 2 deletions check_config/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Check Home Assistant configuration",
"version": "3.4.0",
"version": "3.5.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",
Expand All @@ -9,7 +9,7 @@
"startup": "once",
"boot": "manual",
"init": false,
"map": ["config", "ssl", "share:rw"],
"map": ["config", "ssl", "media:rw", "share:rw"],
"options": {
"version": "latest"
},
Expand Down

0 comments on commit 5381114

Please sign in to comment.