diff --git a/README.md b/README.md index 40b6702d..35fd46a3 100644 --- a/README.md +++ b/README.md @@ -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.1 -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v8.0.1/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v8.0.2 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v8.0.2/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-v8.0.1-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-v8.0.2-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 diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index 01a9289c..7379d46a 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -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) diff --git a/ssh/README.md b/ssh/README.md index 8636350b..817b7f66 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -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 diff --git a/ssh/config.json b/ssh/config.json index b6c02f5b..ac63ec70 100755 --- a/ssh/config.json +++ b/ssh/config.json @@ -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",