diff --git a/remote-backup/CHANGELOG.md b/remote-backup/CHANGELOG.md index c7e09ad..b40b49b 100644 --- a/remote-backup/CHANGELOG.md +++ b/remote-backup/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2021.6.2 + +- Upgraded Base to 10.0.0 + # 2021.6.1 - Upgraded Base to 9.2.2 diff --git a/remote-backup/build.json b/remote-backup/build.json index 3ef00ae..8ca3a8c 100644 --- a/remote-backup/build.json +++ b/remote-backup/build.json @@ -1,11 +1,11 @@ { "squash": false, "build_from": { - "aarch64": "ghcr.io/hassio-addons/base/aarch64:9.2.2", - "amd64": "ghcr.io/hassio-addons/base/amd64:9.2.2", - "armhf": "ghcr.io/hassio-addons/base/armhf:9.2.2", - "armv7": "ghcr.io/hassio-addons/base/armv7:9.2.2", - "i386": "ghcr.io/hassio-addons/base/i386:9.2.2" + "aarch64": "ghcr.io/hassio-addons/base/aarch64:10.0.0", + "amd64": "ghcr.io/hassio-addons/base/amd64:10.0.0", + "armhf": "ghcr.io/hassio-addons/base/armhf:10.0.0", + "armv7": "ghcr.io/hassio-addons/base/armv7:10.0.0", + "i386": "ghcr.io/hassio-addons/base/i386:10.0.0" }, "args": {} } \ No newline at end of file diff --git a/remote-backup/config.json b/remote-backup/config.json index df6f22a..4a49f52 100644 --- a/remote-backup/config.json +++ b/remote-backup/config.json @@ -1,6 +1,6 @@ { "name": "Remote Backup", - "version": "2021.6.1", + "version": "2021.6.2", "slug": "remote_backup", "description": "Automatically create and backup HA snapshots using SCP", "url": "https://github.com/ikifar2012/remote-backup-addon/blob/master/README.md",