From a9451f50a7d17ad7f67e68a7799ce2887d4c1b93 Mon Sep 17 00:00:00 2001 From: Stephen Beechen Date: Mon, 9 Jan 2023 16:19:24 -0700 Subject: [PATCH 1/4] Emergency revert --- hassio-google-drive-backup/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio-google-drive-backup/config.json b/hassio-google-drive-backup/config.json index 71d85ce0..c04fce3a 100644 --- a/hassio-google-drive-backup/config.json +++ b/hassio-google-drive-backup/config.json @@ -1,6 +1,6 @@ { "name": "Home Assistant Google Drive Backup", - "version": "0.110.1", + "version": "0.109.2", "slug": "hassio_google_drive_backup", "description": "Automatically manage backups between Home Assistant and Google Drive", "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], From df745248ac7e1a106cd308678933bc0b062c3a3c Mon Sep 17 00:00:00 2001 From: Stephen Beechen Date: Mon, 9 Jan 2023 17:04:43 -0700 Subject: [PATCH 2/4] Release v0.110.1 --- hassio-google-drive-backup/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio-google-drive-backup/config.json b/hassio-google-drive-backup/config.json index c04fce3a..71d85ce0 100644 --- a/hassio-google-drive-backup/config.json +++ b/hassio-google-drive-backup/config.json @@ -1,6 +1,6 @@ { "name": "Home Assistant Google Drive Backup", - "version": "0.109.2", + "version": "0.110.1", "slug": "hassio_google_drive_backup", "description": "Automatically manage backups between Home Assistant and Google Drive", "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], From a04ae211b1606c86933f3fc55fc0311b4560dd35 Mon Sep 17 00:00:00 2001 From: Luca Dibattista <34377738+LucaDiba@users.noreply.github.com> Date: Wed, 18 Jan 2023 14:26:02 +0100 Subject: [PATCH 3/4] Fix link to FAQ --- .../backup/static/layouts/partials/error-messages.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio-google-drive-backup/backup/static/layouts/partials/error-messages.jinja2 b/hassio-google-drive-backup/backup/static/layouts/partials/error-messages.jinja2 index a2856f7b..8980f7b8 100644 --- a/hassio-google-drive-backup/backup/static/layouts/partials/error-messages.jinja2 +++ b/hassio-google-drive-backup/backup/static/layouts/partials/error-messages.jinja2 @@ -124,7 +124,7 @@ Buy more storage from Google
  • - Make your backups smaller (see this tip) + Make your backups smaller (see this tip)
  • {% endcall %} From 9c3c63c93f8d786853feb5d88f044f77a806025f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 06:03:35 +0000 Subject: [PATCH 4/4] Bump frenck/action-addon-linter from 2.10 to 2.11 Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.10 to 2.11. - [Release notes](https://github.com/frenck/action-addon-linter/releases) - [Commits](https://github.com/frenck/action-addon-linter/compare/v2.10...v2.11) --- updated-dependencies: - dependency-name: frenck/action-addon-linter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index e5b5b39e..b1f54200 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -8,6 +8,6 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v3 - name: 🚀 Run Home Assistant Add-on Linter - uses: frenck/action-addon-linter@v2.10 + uses: frenck/action-addon-linter@v2.11 with: path: "./hassio-google-drive-backup"