mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on Studio Code Server 5.5.4
This commit is contained in:
parent
bd2ffb2779
commit
55f9528b6b
4 changed files with 32 additions and 38 deletions
|
@ -935,10 +935,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.5.3
|
||||
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v5.5.3/README.md
|
||||
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/v5.5.4
|
||||
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/v5.5.4/README.md
|
||||
[vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues
|
||||
[vscode-version-shield]: https://img.shields.io/badge/version-v5.5.3-blue.svg
|
||||
[vscode-version-shield]: https://img.shields.io/badge/version-v5.5.4-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
|
||||
|
|
|
@ -1,12 +1,6 @@
|
|||
## What’s changed
|
||||
|
||||
## 🚀 Enhancements
|
||||
|
||||
- Use shim instead of symlink for code CLI @felipecrs ([#580](https://github.com/hassio-addons/addon-vscode/pull/580))
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Bump esphome to 2023.2.4 in /vscode (#578)@dependabot ([#578](https://github.com/hassio-addons/addon-vscode/pull/578))
|
||||
- ⬆️ Upgrades add-on base image to 6.2.3 @frenck ([#581](https://github.com/hassio-addons/addon-vscode/pull/581))
|
||||
- ⬆️ Upgrades code-server to 4.10.1 @frenck ([#582](https://github.com/hassio-addons/addon-vscode/pull/582))
|
||||
- ⬆️ Upgrades keesschollaart.vscode-home-assistant to 1.34.0 @frenck ([#583](https://github.com/hassio-addons/addon-vscode/pull/583))
|
||||
- ⬆️ Bump esphome to 2023.3.0 @dependabot ([#587](https://github.com/hassio-addons/addon-vscode/pull/587))
|
||||
- ⬆️ Upgrades code-server to 4.11.0 @frenck ([#588](https://github.com/hassio-addons/addon-vscode/pull/588))
|
||||
|
|
|
@ -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.5.3-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-vscode/tree/v5.5.3
|
||||
[release-shield]: https://img.shields.io/badge/version-v5.5.4-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-vscode/tree/v5.5.4
|
||||
[screenshot]: https://github.com/hassio-addons/addon-vscode/raw/main/images/screenshot.png
|
|
@ -1,17 +1,23 @@
|
|||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
codenotary: codenotary@frenck.dev
|
||||
name: Studio Code Server
|
||||
version: 5.5.4
|
||||
slug: vscode
|
||||
description: Fully featured Visual Studio Code (VSCode) experience integrated in the
|
||||
Home Assistant frontend.
|
||||
hassio_api: true
|
||||
hassio_role: manager
|
||||
homeassistant_api: true
|
||||
image: ghcr.io/hassio-addons/vscode/{arch}
|
||||
url: https://github.com/hassio-addons/addon-vscode
|
||||
codenotary: codenotary@frenck.dev
|
||||
ingress: true
|
||||
ingress_port: 1337
|
||||
ingress_stream: true
|
||||
panel_icon: mdi:microsoft-visual-studio-code
|
||||
startup: services
|
||||
init: false
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
uart: true
|
||||
hassio_api: true
|
||||
hassio_role: manager
|
||||
homeassistant_api: true
|
||||
map:
|
||||
- config:rw
|
||||
- ssl:rw
|
||||
|
@ -19,23 +25,17 @@ map:
|
|||
- media:rw
|
||||
- share:rw
|
||||
- backup:rw
|
||||
name: Studio Code Server
|
||||
options:
|
||||
init_commands: []
|
||||
packages: []
|
||||
panel_icon: mdi:microsoft-visual-studio-code
|
||||
schema:
|
||||
config_path: str?
|
||||
init_commands:
|
||||
- str
|
||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||
packages:
|
||||
- str
|
||||
services:
|
||||
- mysql:want
|
||||
- mqtt:want
|
||||
slug: vscode
|
||||
startup: services
|
||||
uart: true
|
||||
url: https://github.com/hassio-addons/addon-vscode
|
||||
version: 5.5.3
|
||||
options:
|
||||
packages: []
|
||||
init_commands: []
|
||||
schema:
|
||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||
config_path: str?
|
||||
packages:
|
||||
- str
|
||||
init_commands:
|
||||
- str
|
||||
image: ghcr.io/hassio-addons/vscode/{arch}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue