🎉 Release of add-on SSH & Web Terminal 8.1.1

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-04 21:18:24 +00:00
parent 8396c7fa24
commit 52cd31f8bd
4 changed files with 9 additions and 25 deletions

View file

@ -952,10 +952,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/v8.1.0
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v8.1.0/README.md
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v8.1.1
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v8.1.1/README.md
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
[ssh-version-shield]: https://img.shields.io/badge/version-v8.1.0-blue.svg
[ssh-version-shield]: https://img.shields.io/badge/version-v8.1.1-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,23 +1,7 @@
## Whats changed
## ✨ New features
- Add access to journald @frenck (#224)
## 🚀 Enhancements
- ttyd renamed their main branch upstream @frenck (#220)
## 🧰 Maintenance
- Upgrade add-on linter to 2.1.0 @frenck (#223)
## ⬆️ Dependency updates
- ⬆️ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#219)
- ⬆️ Upgrades add-on base image to v9.1.5 @frenck (#221)
- ⬆️ Upgrades docker to 20.10.3-r1 @frenck (#222)
- Upgrade add-on linter to 2.1.0 @frenck (#223)
- ⬆️ Upgrades Home Assistant CLI to v4.11.2 @frenck (#225)
- ⬆️ Upgrades Home Assistant CLI to v4.11.3 @frenck (#227)
- ⬆️ Upgrades openssh to 8.4_p1-r3 @frenck (#228)
- Upgrade add-on base image to 9.1.6 @frenck (#230)
- ⬆️ Upgrades networkmanager to 1.26.6-r0 @frenck (#231)
- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#229)

View file

@ -83,8 +83,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.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v8.1.0
[release-shield]: https://img.shields.io/badge/version-v8.1.1-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v8.1.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.1.0",
"version": "8.1.1",
"slug": "ssh",
"description": "SSH & Web Terminal access to your Home Assistant instance",
"url": "https://github.com/hassio-addons/addon-ssh",