Skip to content

Commit

Permalink
Merge pull request #16 from ikifar2012/2021.5.1
Browse files Browse the repository at this point in the history
2021.5.1
  • Loading branch information
ikifar2012 authored May 19, 2021
2 parents 132f915 + ccbb1b5 commit 5736df9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions remote-backup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2021.5.1

- Upgraded Home Assistant CLI to 4.12.2

# 2021.5.0

- Added rclone
Expand Down
2 changes: 1 addition & 1 deletion remote-backup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN curl https://rclone.org/install.sh | bash
# Hass.io CLI
ARG BUILD_ARCH
ARG CLI_VERSION
RUN wget -O /usr/bin/ha "https://github.com/home-assistant/cli/releases/download/4.11.3/ha_${BUILD_ARCH}" \
RUN wget -O /usr/bin/ha "https://github.com/home-assistant/cli/releases/download/4.12.2/ha_${BUILD_ARCH}" \
&& chmod a+x /usr/bin/ha

# Copy data
Expand Down
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": "2021.5.0",
"version": "2021.5.1",
"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 5736df9

Please sign in to comment.