mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 04:01:25 +00:00
⬆️ Updating add-on Visual Studio Code to eddbdbb
This commit is contained in:
parent
0e58dce8bc
commit
a9e4c00c27
4 changed files with 38 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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] <support@github.com>
|
||||
|
||||
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] <support@github.com>
|
||||
|
||||
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] <support@github.com>
|
||||
|
||||
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.
|
||||
|
|
|
@ -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
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue