mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on SSH & Web Terminal 7.7.0
This commit is contained in:
parent
8b59508393
commit
fde33f726b
4 changed files with 13 additions and 9 deletions
|
@ -1116,10 +1116,10 @@ SOFTWARE.
|
||||||
[sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[sqlite-web-i386-shield]: https://img.shields.io/badge/i386-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/v7.6.0
|
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v7.7.0
|
||||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v7.6.0/README.md
|
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v7.7.0/README.md
|
||||||
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
|
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
|
||||||
[ssh-version-shield]: https://img.shields.io/badge/version-v7.6.0-blue.svg
|
[ssh-version-shield]: https://img.shields.io/badge/version-v7.7.0-blue.svg
|
||||||
[ssh-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ssh-armhf.svg
|
[ssh-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ssh-armhf.svg
|
||||||
[ssh-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|
|
@ -2,10 +2,14 @@
|
||||||
|
|
||||||
### 🔨 Changes
|
### 🔨 Changes
|
||||||
|
|
||||||
- ⬆ Upgrades add-on base image to v8.0.2
|
- ⬆ Updates yamllint to v1.25.0 (#160)
|
||||||
- ✨ Add support for the new media folder
|
- ⬆ Upgrades libxml2-utils to 2.9.10-r5
|
||||||
|
- ⬆ Upgrades add-on base image to v8.0.5
|
||||||
|
- ⬆ Upgrades libuv to 1.38.1-r0
|
||||||
|
- ⬆ Upgrades mariadb-client to 10.4.15-r0
|
||||||
|
- ⬆ Upgrades Home Assistant CLI to v4.7.0
|
||||||
|
|
||||||
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v7.5.2...v7.6.0
|
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v7.6.0...v7.7.0
|
||||||
|
|
||||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||||
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
|
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
|
|
@ -101,8 +101,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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-v7.6.0-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-v7.7.0-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/v7.6.0
|
[release]: https://github.com/hassio-addons/addon-ssh/tree/v7.7.0
|
||||||
[screenshot]: https://github.com/hassio-addons/addon-ssh/raw/master/images/screenshot.png
|
[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-image]: https://github.com/hassio-addons/addon-ssh/raw/master/images/ssh-audit.png
|
||||||
[ssh-audit]: https://github.com/arthepsy/ssh-audit
|
[ssh-audit]: https://github.com/arthepsy/ssh-audit
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "SSH & Web Terminal",
|
"name": "SSH & Web Terminal",
|
||||||
"version": "7.6.0",
|
"version": "7.7.0",
|
||||||
"slug": "ssh",
|
"slug": "ssh",
|
||||||
"description": "SSH & Web Terminal access to your Home Assistant instance",
|
"description": "SSH & Web Terminal access to your Home Assistant instance",
|
||||||
"url": "https://github.com/hassio-addons/addon-ssh",
|
"url": "https://github.com/hassio-addons/addon-ssh",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue