⬆️ Updating add-on VSCode Remote to 1acba52

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-24 23:45:49 +00:00
parent daba1ac571
commit b439fb872d
5 changed files with 23 additions and 26 deletions

View file

@ -1085,10 +1085,10 @@ SOFTWARE.
[unifi-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[unifi-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[unifi-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-vscode-remote]: https://github.com/hassio-addons/addon-vscode-remote/tree/1d26708
[addon-doc-vscode-remote]: https://github.com/hassio-addons/addon-vscode-remote/blob/1d26708/README.md
[addon-vscode-remote]: https://github.com/hassio-addons/addon-vscode-remote/tree/1acba52
[addon-doc-vscode-remote]: https://github.com/hassio-addons/addon-vscode-remote/blob/1acba52/README.md
[vscode-remote-issue]: https://github.com/hassio-addons/addon-vscode-remote/issues
[vscode-remote-version-shield]: https://img.shields.io/badge/version-1d26708-blue.svg
[vscode-remote-version-shield]: https://img.shields.io/badge/version-1acba52-blue.svg
[vscode-remote-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[vscode-remote-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[vscode-remote-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1 +1 @@
- 🚑 Ensure correct permissions
- ⬆ Update base image and dependencies (#6)

View file

@ -24,7 +24,7 @@ Example add-on configuration:
```yaml
log_level: info
password: ''
password: ""
authorized_keys:
- ssh-rsa AASDJKJKJFWJFAFLCNALCMLAK234234.....
packages:
@ -110,16 +110,15 @@ using this option! USE AT YOUR OWN RISK!_
## Changelog & Releases
This repository keeps a change log using [GitHub's releases][releases]
functionality. The format of the log is based on
[Keep a Changelog][keepchangelog].
functionality.
Releases are based on [Semantic Versioning][semver], and use the format
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
based on the following:
- ``MAJOR``: Incompatible or major changes.
- ``MINOR``: Backwards-compatible new features and enhancements.
- ``PATCH``: Backwards-compatible bugfixes and package updates.
- `MAJOR`: Incompatible or major changes.
- `MINOR`: Backwards-compatible new features and enhancements.
- `PATCH`: Backwards-compatible bugfixes and package updates.
## Support
@ -147,7 +146,7 @@ check [the contributor's page][contributors].
MIT License
Copyright (c) 2020 Franck Nijhof
Copyright (c) 2021 Franck Nijhof
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -175,7 +174,6 @@ SOFTWARE.
[frenck]: https://github.com/frenck
[github-ssh]: https://help.github.com/articles/connecting-to-github-with-ssh/
[issue]: https://github.com/hassio-addons/addon-vscode-remote/issues
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
[reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-vscode-remote/releases
[semver]: http://semver.org/spec/v2.0.0

View file

@ -41,9 +41,9 @@ If you are more interested in stable releases of our add-ons:
[forum]: https://community.home-assistant.io/?u=frenck
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
[github-sponsors]: https://github.com/sponsors/frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
[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-1d26708-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode-remote/tree/1d26708
[release-shield]: https://img.shields.io/badge/version-1acba52-blue.svg
[release]: https://github.com/hassio-addons/addon-vscode-remote/tree/1acba52

View file

@ -1,6 +1,6 @@
{
"name": "VSCode Remote",
"version": "1d26708",
"version": "1acba52",
"slug": "vscode-remote",
"description": "VSCode Remote access to Home Assistant",
"url": "https://github.com/hassio-addons/addon-vscode-remote",
@ -13,7 +13,6 @@
"armv7",
"i386"
],
"boot": "auto",
"auto_uart": true,
"hassio_api": true,
"hassio_role": "manager",
@ -55,5 +54,5 @@
],
"i_like_to_be_pwned": "bool?"
},
"image": "hassioaddons/vscode-remote-{arch}"
"image": "ghcr.io/hassio-addons/vscode-remote/{arch}"
}