🎉 Release of add-on SSH & Web Terminal 8.0.1

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-08 16:10:13 +00:00
parent 8bdce08cc2
commit 873e37a105
4 changed files with 15 additions and 38 deletions

View file

@ -1,37 +1,13 @@
## Whats changed
This is a major release. This add-on now runs on the latest Alpine Linux, meaning almost all dependencies have been updated.
Furthermore, this add-on is now built on GitHub Actions and distributed via the GitHub Container Registry (you should not notice, but still a big change).
Everything is shiny new and fresh!
../Frenck
## 🚀 Enhancements
- Disable SSH DNS lookup @duhow (#171)
- ⬆ Upgrades Home Assistant CLI to v4.10.0 @frenck (#194)
## 🧰 Maintenance
- Cleanup repository @frenck (#180)
- Happy New Year @frenck (#181)
- Upgrade Code of Conduct @frenck (#182)
- Add new repository workflow @frenck (#183)
- Allow dependabot to upgrade Python dependencies @frenck (#191)
## 📚 Documentation
- Update link and copy in README @AlecRust (#176)
- Update link and copy in DOCS @AlecRust (#177)
- Update add-on configuration for Supervisor 2021.2 @frenck (#202)
## ⬆️ Dependency updates
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#185)
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#184)
- Upgrade add-on base image to 9.1.1 @frenck (#189)
- Upgrade ttyd 1.6.3 & libwebsockets 4.1.4 @frenck (#190)
- ⬆️ Bump yamllint from 1.25.0 to 1.26.0 in /ssh @dependabot (#193)
- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#192)
- ⬆ Upgrades Home Assistant CLI to v4.10.0 @frenck (#194)
- Upgrade add-on base image to 9.1.2 @frenck (#195)
- ⬆ Upgrades docker to 20.10.3-r0 @frenck (#199)
- ⬆ Upgrades Home Assistant CLI to v4.10.1 @frenck (#200)
- ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#198)
- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#197)
- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#201)

View file

@ -85,8 +85,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-v8.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v8.0.0
[release-shield]: https://img.shields.io/badge/version-v8.0.1-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v8.0.1
[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

@ -1,6 +1,6 @@
{
"name": "SSH & Web Terminal",
"version": "8.0.0",
"version": "8.0.1",
"slug": "ssh",
"description": "SSH & Web Terminal access to your Home Assistant instance",
"url": "https://github.com/hassio-addons/addon-ssh",
@ -32,7 +32,8 @@
],
"homeassistant_api": true,
"host_network": true,
"auto_uart": true,
"uart": true,
"usb": true,
"gpio": true,
"audio": true,
"apparmor": false,
@ -48,7 +49,7 @@
"SYS_NICE"
],
"devices": [
"/dev/mem:/dev/mem:rwm"
"/dev/mem"
],
"map": [
"config:rw",