⬆️ Updating add-on SSH & Web Terminal to cf2dcbd

This commit is contained in:
Community Hass.io Add-ons Bot 2020-05-16 18:47:02 +00:00
parent 19df771181
commit f0980ea21f
4 changed files with 16 additions and 9 deletions

View file

@ -1151,10 +1151,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/2d4b0b7
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/2d4b0b7/README.md
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/cf2dcbd
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/cf2dcbd/README.md
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
[ssh-version-shield]: https://img.shields.io/badge/version-2d4b0b7-blue.svg
[ssh-version-shield]: https://img.shields.io/badge/version-cf2dcbd-blue.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,3 +1,10 @@
# Changelog since v7.4.0
- :arrow_up: Updates homeassistant_cli to v0.9.1 (#139)
- :pencil2: Fix typo in README (#140)
- ⬆ Upgrades sqlite to 3.30.1-r2
- ⬆ Upgrades ncurses to 6.1_p20200118-r4
- ⬆ Upgrades mariadb-client to 10.4.13-r0
- ⬆ Upgrades libxml2-utils to 2.9.10-r3
- ⬆ Upgrades docker to 19.03.5-r1
- 🔨 Implement OCI image specification on labels
- ⬆ Upgrades add-on base image to v7.2.0
- ⬆ Updates homeassistant_cli to v0.9.1 (#139)
- ✏ Fix typo in README (#140)

View file

@ -95,7 +95,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/2d4b0b7/README.md
[docs]: https://github.com/hassio-addons/addon-ssh/blob/cf2dcbd/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
@ -107,8 +107,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-2d4b0b7-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/2d4b0b7
[release-shield]: https://img.shields.io/badge/version-cf2dcbd-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/cf2dcbd
[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": "2d4b0b7",
"version": "cf2dcbd",
"slug": "ssh",
"description": "SSH & Web Terminal access to your Home Assistant instance",
"url": "https://github.com/hassio-addons/addon-ssh",