diff --git a/README.md b/README.md index e8470638..d4ee8c8b 100644 --- a/README.md +++ b/README.md @@ -912,10 +912,10 @@ SOFTWARE. [spotify-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [spotify-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [spotify-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/v5.13.0 -[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v5.13.0/README.md +[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/v5.14.0 +[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v5.14.0/README.md [vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues -[vscode-version-shield]: https://img.shields.io/badge/version-v5.13.0-blue.svg +[vscode-version-shield]: https://img.shields.io/badge/version-v5.14.0-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 b5c176be..dd798422 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -1,6 +1,13 @@ ## What’s changed +## ✨ New features + +- Add support for public add-on configuration access @frenck ([#732](https://github.com/hassio-addons/addon-vscode/pull/732)) + ## ⬆️ Dependency updates -- ⬆️ Update esphome to v2023.10.1 @renovate ([#723](https://github.com/hassio-addons/addon-vscode/pull/723)) -- ⬆️ Update cdr/code-server to v4.18.0 @renovate ([#725](https://github.com/hassio-addons/addon-vscode/pull/725)) +- ⬆️ Update debian_12/openssl to v3.0.11-1~deb12u2 @renovate ([#726](https://github.com/hassio-addons/addon-vscode/pull/726)) +- ⬆️ Update esphome to v2023.10.3 @renovate ([#727](https://github.com/hassio-addons/addon-vscode/pull/727)) +- ⬆️ Update esphome to v2023.10.4 @renovate ([#729](https://github.com/hassio-addons/addon-vscode/pull/729)) +- ⬆️ Update esphome to v2023.10.6 @renovate ([#730](https://github.com/hassio-addons/addon-vscode/pull/730)) +- ⬆️ Update yamllint to v1.33.0 @renovate ([#731](https://github.com/hassio-addons/addon-vscode/pull/731)) diff --git a/vscode/README.md b/vscode/README.md index fa8fbdf2..94056341 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -51,6 +51,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-v5.13.0-blue.svg -[release]: https://github.com/hassio-addons/addon-vscode/tree/v5.13.0 +[release-shield]: https://img.shields.io/badge/version-v5.14.0-blue.svg +[release]: https://github.com/hassio-addons/addon-vscode/tree/v5.14.0 [screenshot]: https://github.com/hassio-addons/addon-vscode/raw/main/images/screenshot.png \ No newline at end of file diff --git a/vscode/config.yaml b/vscode/config.yaml index 1e16eb4e..51573403 100644 --- a/vscode/config.yaml +++ b/vscode/config.yaml @@ -1,5 +1,5 @@ name: Studio Code Server -version: 5.13.0 +version: 5.14.0 slug: vscode description: Fully featured Visual Studio Code (VSCode) experience integrated in the Home Assistant frontend. @@ -19,12 +19,13 @@ hassio_api: true hassio_role: manager homeassistant_api: true map: -- config:rw -- ssl:rw - addons:rw +- all_addon_configs:rw +- backup:rw +- homeassistant_config:rw - media:rw - share:rw -- backup:rw +- ssl:rw services: - mysql:want - mqtt:want