diff --git a/README.md b/README.md index 0263ecebe..26ad88d86 100644 --- a/README.md +++ b/README.md @@ -1108,10 +1108,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/7067e1b -[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/7067e1b/README.md +[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/de35b42 +[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/de35b42/README.md [vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues -[vscode-version-shield]: https://img.shields.io/badge/version-7067e1b-blue.svg +[vscode-version-shield]: https://img.shields.io/badge/version-de35b42-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 82d499090..1fd0334f6 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -1,35 +1,10 @@ -# Changelog since v3.0.0 -- Upgrades keesschollaart.vscode-home-assistant to 1.14.0 (#176) -- ⬆ Upgrades Home Assistant CLI to v4.10.0 (#175) -- Upgrade add-on base image to 4.1.2 (#174) -- ⬆ Upgrades openssl to 1.1.1d-0+deb10u4 (#173) -- ⬆️ Bump yamllint from 1.25.0 to 1.26.0 (#172) +# Changelog since v3.0.1 +- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 (#177) -Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.25.0 to 1.26.0. -- [Release notes](https://github.com/adrienverge/yamllint/releases) -- [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst) -- [Commits](https://github.com/adrienverge/yamllint/compare/v1.25.0...v1.26.0) +Bumps [frenck/action-yamllint](https://github.com/frenck/action-yamllint) from v1.0.2 to v1.1. +- [Release notes](https://github.com/frenck/action-yamllint/releases) +- [Commits](https://github.com/frenck/action-yamllint/compare/v1.0.2...e21bcc770907b7207a05453ca9f1eb7129c945d1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 (#171) - -Bumps [actions/stale](https://github.com/actions/stale) from v3.0.14 to v3.0.15. -- [Release notes](https://github.com/actions/stale/releases) -- [Commits](https://github.com/actions/stale/compare/v3.0.14...86561461b92875de77a8b2d2e75f004c826e8f45) - -Signed-off-by: dependabot[bot] - -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -- ⬆️ Bump frenck/action-addon-linter from v1.3.0 to v1.4 (#170) - -Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from v1.3.0 to v1.4. -- [Release notes](https://github.com/frenck/action-addon-linter/releases) -- [Commits](https://github.com/frenck/action-addon-linter/compare/v1.3.0...c82c5e9ca0ce5fc9b15756f1c0e39531b95d11b0) - -Signed-off-by: dependabot[bot] - -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -- Fix CI badges to show the right status (#168) -- Fix add-on description extraction (#167) diff --git a/vscode/README.md b/vscode/README.md index 6305c1c9f..44837b649 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-7067e1b-blue.svg -[release]: https://github.com/hassio-addons/addon-vscode/tree/7067e1b +[release-shield]: https://img.shields.io/badge/version-de35b42-blue.svg +[release]: https://github.com/hassio-addons/addon-vscode/tree/de35b42 [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 eca08903b..96c44549b 100644 --- a/vscode/config.json +++ b/vscode/config.json @@ -1,6 +1,6 @@ { "name": "Visual Studio Code", - "version": "7067e1b", + "version": "de35b42", "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",