🎉 Release of add-on SSH & Web Terminal 7.3.1-beta.1

This commit is contained in:
Community Hass.io Add-ons Bot 2020-03-29 21:42:20 +00:00
parent 996ef991b8
commit 6d6879682b
4 changed files with 14 additions and 13 deletions

View file

@ -1,14 +1,14 @@
[Full Changelog][changelog]
This is a general maintenance release.
### 🔨 Changes
- :arrow_up: Upgrades python3 to 3.8.2-r0
- :sparkles: Add pulseaudio-utils
- :arrow_up: Upgrades Home Assistant CLI to 4.1.0
- :arrow_up: Updates yamllint to v1.21.0 (#125)
- :arrow_up: Upgrades add-on base image to v7.0.5
- :arrow_up: Upgrades Home Assistant CLI to v4.2.0
- :arrow_up: Upgrades bluez to 5.52-r1
- :hammer: Disable Docker init
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v7.2.0...v7.3.0
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v7.3.0...v7.3.1-beta.1
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

View file

@ -92,7 +92,7 @@ If you are more interested in stable releases of our add-ons:
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-ssh/blob/v7.3.0/README.md
[docs]: https://github.com/hassio-addons/addon-ssh/blob/v7.3.1-beta.1/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-ssh-web-terminal/33820?u=frenck
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
@ -104,8 +104,8 @@ If you are more interested in stable releases of our add-ons:
[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-v7.3.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v7.3.0
[release-shield]: https://img.shields.io/badge/version-v7.3.1-beta.1-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v7.3.1-beta.1
[screenshot]: https://github.com/hassio-addons/addon-ssh/raw/master/images/screenshot.png
[ssh-audit-image]: https://github.com/hassio-addons/addon-ssh/raw/master/images/ssh-audit.png
[ssh-audit]: https://github.com/arthepsy/ssh-audit

View file

@ -1,6 +1,6 @@
{
"name": "SSH & Web Terminal",
"version": "7.3.0",
"version": "7.3.1-beta.1",
"slug": "ssh",
"description": "SSH & Web Terminal access to your Home Assistant instance",
"url": "https://github.com/hassio-addons/addon-ssh",
@ -17,6 +17,7 @@
"armv7",
"i386"
],
"init": false,
"ports": {
"22/tcp": 22
},