mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 12:11:29 +00:00
🎉 Release of add-on SSH & Web Terminal 8.0.2
This commit is contained in:
parent
c4b34feacf
commit
b43f1bf6db
4 changed files with 16 additions and 16 deletions
|
@ -1,13 +1,16 @@
|
|||
## What’s changed
|
||||
|
||||
## 🧰 Maintenance
|
||||
## 🚀 Enhancements
|
||||
|
||||
- Update add-on configuration for Supervisor 2021.2 @frenck (#202)
|
||||
- Remove full access parameter @frenck (#210)
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
- Fix/Remove broken documentation link @frenck (#206)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆ 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)
|
||||
- ⬆ Upgrades git to 2.30.1-r0 @frenck (#203)
|
||||
- ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#207)
|
||||
- Upgrade add-on base image to 9.1.4 @frenck (#209)
|
||||
- ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 @dependabot (#208)
|
||||
|
|
|
@ -70,8 +70,6 @@ well. Additionally, it comes out of the box with the following:
|
|||
Nmap, Mosquitto client, MariaDB/MySQL client, Awake (“wake on LAN”), Nano,
|
||||
Vim, tmux, and a bunch commonly used networking tools.
|
||||
|
||||
[Click here for the full documentation][docs]
|
||||
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
|
@ -85,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.0.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/v8.0.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v8.0.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/v8.0.2
|
||||
[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.1",
|
||||
"version": "8.0.2",
|
||||
"slug": "ssh",
|
||||
"description": "SSH & Web Terminal access to your Home Assistant instance",
|
||||
"url": "https://github.com/hassio-addons/addon-ssh",
|
||||
|
@ -40,7 +40,6 @@
|
|||
"host_dbus": true,
|
||||
"stdin": true,
|
||||
"docker_api": true,
|
||||
"full_access": true,
|
||||
"privileged": [
|
||||
"NET_ADMIN",
|
||||
"SYS_ADMIN",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue