Skip to content

Commit

Permalink
Merge pull request #12 from ikifar2012/4.3.9
Browse files Browse the repository at this point in the history
2021.3.1
  • Loading branch information
ikifar2012 authored Mar 21, 2021
2 parents 71b9be3 + 0895fbb commit a899b77
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions remote-backup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 2021.3.0

- Upgraded Home Assistant CLI to 4.11.0
- Upgraded Base to 9.1.5
- Changed versioning to match Home Assistant style
2 changes: 1 addition & 1 deletion remote-backup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apk add --no-cache jq openssh-client zip sshpass rsync wget
# Hass.io CLI
ARG BUILD_ARCH
ARG CLI_VERSION
RUN wget -O /usr/bin/ha "https://github.com/home-assistant/cli/releases/download/4.9.0/ha_${BUILD_ARCH}" \
RUN wget -O /usr/bin/ha "https://github.com/home-assistant/cli/releases/download/4.11.0/ha_${BUILD_ARCH}" \
&& chmod a+x /usr/bin/ha

# Copy data
Expand Down
10 changes: 5 additions & 5 deletions remote-backup/build.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"squash": false,
"build_from": {
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.0.0",
"amd64": "ghcr.io/hassio-addons/base/amd64:9.0.0",
"armhf": "ghcr.io/hassio-addons/base/armhf:9.0.0",
"armv7": "ghcr.io/hassio-addons/base/armv7:9.0.0",
"i386": "ghcr.io/hassio-addons/base/i386:9.0.0"
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.1.5",
"amd64": "ghcr.io/hassio-addons/base/amd64:9.1.5",
"armhf": "ghcr.io/hassio-addons/base/armhf:9.1.5",
"armv7": "ghcr.io/hassio-addons/base/armv7:9.1.5",
"i386": "ghcr.io/hassio-addons/base/i386:9.1.5"
},
"args": {}
}
2 changes: 1 addition & 1 deletion remote-backup/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Remote Backup",
"version": "4.3.9",
"version": "2021.3.0",
"slug": "remote_backup",
"description": "Automatically create and backup HA snapshots using SCP",
"url": "https://github.com/ikifar2012/remote-backup-addon/blob/master/README.md",
Expand Down

0 comments on commit a899b77

Please sign in to comment.