🎉 Release of add-on SSH & Web Terminal 11.0.0

This commit is contained in:
Community Hass.io Add-ons Bot 2022-06-08 09:00:01 +00:00
parent c5b9860095
commit c3a3020d91
5 changed files with 17 additions and 16 deletions

View file

@ -818,10 +818,10 @@ SOFTWARE.
[sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[sqlite-web-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[sqlite-web-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v10.1.3
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v10.1.3/README.md
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v11.0.0
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v11.0.0/README.md
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
[ssh-version-shield]: https://img.shields.io/badge/version-v10.1.3-blue.svg
[ssh-version-shield]: https://img.shields.io/badge/version-v11.0.0-blue.svg
[ssh-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[ssh-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[ssh-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,5 +1,13 @@
## Whats changed
This release is built on the new Alpine Linux 3.16.
All dependencies have been upgraded, including Python 3.10 and OpenSSH 9.0.
## 📚 Documentation
- 📚 Use new My Home Assistant link format @frenck (#412)
## ⬆️ Dependency updates
- ⬆️ Upgrades Home Assistant CLI to v4.17.0 @frenck (#409)
- ⬆️ Upgrades add-on base image to 12.0.0 @frenck (#410)
- ⬆️ Upgrades Home Assistant CLI to v4.18.0 @frenck (#411)

View file

@ -72,12 +72,6 @@ comparison to installing any other Home Assistant add-on.
1. Check the logs of the "SSH & Web Terminal" add-on to see if everything
went well.
Home Assistant, by default, ships with the Community Add-ons store installed.
However, if it is missing (for any reason), you can add it by clicking the
button My button below.
[![Add repository to your Home Assitant instance.][repository-badge]][repository]
## Configuration
**Note**: _Remember to restart the add-on when the configuration is changed._
@ -302,7 +296,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
[addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg
[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_ssh
[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_ssh&repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository
[alpine-packages]: https://pkgs.alpinelinux.org/packages
[contributors]: https://github.com/hassio-addons/addon-ssh/graphs/contributors
[discord-ha]: https://discord.gg/c5DvZ4e
@ -316,8 +310,6 @@ SOFTWARE.
[openssh]: https://www.openssh.com/
[reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-ssh/releases
[repository-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg
[repository]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository
[semver]: http://semver.org/spec/v2.0.0.htm
[ssh-audit]: https://github.com/arthepsy/ssh-audit
[zsh]: https://en.wikipedia.org/wiki/Z_shell

View file

@ -82,8 +82,8 @@ well. Additionally, it comes out of the box with the following:
[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-v10.1.3-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v10.1.3
[release-shield]: https://img.shields.io/badge/version-v11.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v11.0.0
[screenshot]: https://github.com/hassio-addons/addon-ssh/raw/main/images/screenshot.png
[ssh-audit-image]: https://github.com/hassio-addons/addon-ssh/raw/main/images/ssh-audit.png
[ssh-audit]: https://github.com/arthepsy/ssh-audit

View file

@ -23,6 +23,7 @@ image: ghcr.io/hassio-addons/ssh/{arch}
ingress: true
ingress_port: 0
ingress_stream: true
init: false
journald: true
map:
- config:rw
@ -84,4 +85,4 @@ startup: services
uart: true
url: https://github.com/hassio-addons/addon-ssh
usb: true
version: 10.1.3
version: 11.0.0