mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on SSH & Web Terminal 8.0.1
This commit is contained in:
parent
8bdce08cc2
commit
873e37a105
4 changed files with 15 additions and 38 deletions
|
@ -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.0.0
|
||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v8.0.0/README.md
|
||||
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v8.0.1
|
||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v8.0.1/README.md
|
||||
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
|
||||
[ssh-version-shield]: https://img.shields.io/badge/version-v8.0.0-blue.svg
|
||||
[ssh-version-shield]: https://img.shields.io/badge/version-v8.0.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
|
||||
|
|
|
@ -1,37 +1,13 @@
|
|||
## What’s 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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue