From a9e4c00c27290d68daa9bb0b5b16bf820314dc17 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Fri, 30 Apr 2021 06:39:32 +0000 Subject: [PATCH] :arrow_up: Updating add-on Visual Studio Code to eddbdbb --- README.md | 6 +++--- vscode/CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ vscode/README.md | 4 ++-- vscode/config.json | 2 +- 4 files changed, 38 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dfbad2c21..fb9eac30b 100644 --- a/README.md +++ b/README.md @@ -1085,10 +1085,10 @@ SOFTWARE. [vscode-remote-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [vscode-remote-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [vscode-remote-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/af84a5e -[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/af84a5e/README.md +[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/eddbdbb +[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/eddbdbb/README.md [vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues -[vscode-version-shield]: https://img.shields.io/badge/version-af84a5e-blue.svg +[vscode-version-shield]: https://img.shields.io/badge/version-eddbdbb-blue.svg [vscode-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [vscode-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [vscode-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index fbcde1069..74beb29ee 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -1,4 +1,36 @@ # Changelog since v3.3.0 +- Address shellcheck lint warning (#243) + +* Address shellcheck lint warning + +* I wish there was a standard for this stuff +- ⬆️ Bump docker/setup-buildx-action from v1.1.2 to v1.2.0 (#241) + +Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from v1.1.2 to v1.2.0. +- [Release notes](https://github.com/docker/setup-buildx-action/releases) +- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.1.2...012185ccbeb554a7f5f987bea0f1a73519b3cdf5) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +- ⬆️ Bump docker/setup-qemu-action from v1.0.2 to v1.1.0 (#240) + +Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from v1.0.2 to v1.1.0. +- [Release notes](https://github.com/docker/setup-qemu-action/releases) +- [Commits](https://github.com/docker/setup-qemu-action/compare/v1.0.2...c308fdd69d26ed66f4506ebd74b180abe5362145) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +- ⬆️ Bump docker/login-action from v1.8.0 to v1.9.0 (#242) + +Bumps [docker/login-action](https://github.com/docker/login-action) from v1.8.0 to v1.9.0. +- [Release notes](https://github.com/docker/login-action/releases) +- [Commits](https://github.com/docker/login-action/compare/v1.8.0...28218f9b04b4f3f62068d7b6ce6ca5b26e35336c) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 (#236) Bumps [brpaz/hadolint-action](https://github.com/brpaz/hadolint-action) from v1.3.1 to v1.4.0. diff --git a/vscode/README.md b/vscode/README.md index cac60cd59..be2419daf 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -54,6 +54,6 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-af84a5e-blue.svg -[release]: https://github.com/hassio-addons/addon-vscode/tree/af84a5e +[release-shield]: https://img.shields.io/badge/version-eddbdbb-blue.svg +[release]: https://github.com/hassio-addons/addon-vscode/tree/eddbdbb [screenshot]: https://github.com/hassio-addons/addon-vscode/raw/main/images/screenshot.png \ No newline at end of file diff --git a/vscode/config.json b/vscode/config.json index a26a99f00..a17d8d679 100644 --- a/vscode/config.json +++ b/vscode/config.json @@ -1,6 +1,6 @@ { "name": "Visual Studio Code", - "version": "af84a5e", + "version": "eddbdbb", "slug": "vscode", "description": "Fully featured VSCode experience, to edit your HA config in the browser, including auto-completion!", "url": "https://github.com/hassio-addons/addon-vscode",