mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 20:21:32 +00:00
⬆️ Updating add-on Studio Code Server to ff3af32
This commit is contained in:
parent
8c5d17596e
commit
db4de6407d
4 changed files with 19 additions and 13 deletions
|
@ -958,10 +958,10 @@ SOFTWARE.
|
||||||
[spotify-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[spotify-i386-shield]: https://img.shields.io/badge/i386-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/ffb13c6
|
[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/ff3af32
|
||||||
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/ffb13c6/README.md
|
[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/ff3af32/README.md
|
||||||
[vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues
|
[vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues
|
||||||
[vscode-version-shield]: https://img.shields.io/badge/version-ffb13c6-blue.svg
|
[vscode-version-shield]: https://img.shields.io/badge/version-ff3af32-blue.svg
|
||||||
[vscode-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[vscode-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[vscode-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||||
|
|
|
@ -1,15 +1,21 @@
|
||||||
# Changelog since v5.1.1
|
# Changelog since v5.1.2
|
||||||
- Bump esphome from 2022.6.1 to 2022.6.2 in /vscode (#472)
|
- ⬆️ Upgrades add-on base image to 6.1.0 (#477)
|
||||||
|
|
||||||
Bumps [esphome](https://github.com/esphome/esphome) from 2022.6.1 to 2022.6.2.
|
* ⬆️ Upgrades add-on base image to 6.1.0
|
||||||
- [Release notes](https://github.com/esphome/esphome/releases)
|
|
||||||
- [Commits](https://github.com/esphome/esphome/compare/2022.6.1...2022.6.2)
|
* Fix halt in finish script
|
||||||
|
- Bump yamllint from 1.26.3 to 1.27.1 in /vscode (#473)
|
||||||
|
|
||||||
|
Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.26.3 to 1.27.1.
|
||||||
|
- [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.26.3...v1.27.1)
|
||||||
|
|
||||||
---
|
---
|
||||||
updated-dependencies:
|
updated-dependencies:
|
||||||
- dependency-name: esphome
|
- dependency-name: yamllint
|
||||||
dependency-type: direct:production
|
dependency-type: direct:production
|
||||||
update-type: version-update:semver-patch
|
update-type: version-update:semver-minor
|
||||||
...
|
...
|
||||||
|
|
||||||
Signed-off-by: dependabot[bot] <support@github.com>
|
Signed-off-by: dependabot[bot] <support@github.com>
|
||||||
|
|
|
@ -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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-ffb13c6-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-ff3af32-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-vscode/tree/ffb13c6
|
[release]: https://github.com/hassio-addons/addon-vscode/tree/ff3af32
|
||||||
[screenshot]: https://github.com/hassio-addons/addon-vscode/raw/main/images/screenshot.png
|
[screenshot]: https://github.com/hassio-addons/addon-vscode/raw/main/images/screenshot.png
|
|
@ -38,4 +38,4 @@ slug: vscode
|
||||||
startup: services
|
startup: services
|
||||||
uart: true
|
uart: true
|
||||||
url: https://github.com/hassio-addons/addon-vscode
|
url: https://github.com/hassio-addons/addon-vscode
|
||||||
version: ffb13c6
|
version: ff3af32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue