⬆️ Updating add-on SSH & Web Terminal to 039439a

This commit is contained in:
Community Hass.io Add-ons Bot 2020-08-23 19:34:40 +00:00
parent 59416085b2
commit 4d980e49f2
5 changed files with 67 additions and 18 deletions

View file

@ -1166,10 +1166,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/f330793
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/f330793/README.md
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/039439a
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/039439a/README.md
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
[ssh-version-shield]: https://img.shields.io/badge/version-f330793-blue.svg
[ssh-version-shield]: https://img.shields.io/badge/version-039439a-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,12 +1,58 @@
# Changelog since v7.4.0
- ✏ Fix core SSH add-on links in documentation
- ✏ Split add-on documentation
- ⬆ 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)
# Changelog since v7.4.1
- 🔨 Correct upstream Python wheels cache
- ⬆ Upgrades ttyd to v1.6.1
- ⬆ Upgrades libwebsockets to 3.2.3
- ✨ Add py3-pip=20.1.1-r0
- ⬆ Upgrades zsh-autosuggestions to 0.6.4-r0
- ⬆ Upgrades tmux to 3.1b-r0
- ⬆ Upgrades sqlite to 3.32.1-r0
- ⬆ Upgrades pulseaudio-utils to 13.0-r10
- ⬆ Upgrades nmap to 7.80-r2
- ⬆ Upgrades ncurses to 6.2_p20200523-r0
- ⬆ Upgrades mosquitto-clients to 1.6.9-r0
- ⬆ Upgrades libxml2-utils to 2.9.10-r4
- ⬆ Upgrades bind-tools to 9.14.12-r0
- ⬆ Upgrades alsa-utils to 1.2.2-r0
- ⬆ Upgrades zsh-syntax-highlighting to 0.7.1-r0
- ⬆ Upgrades vim to 8.2.0735-r0
- ⬆ Upgrades sudo to 1.9.0-r0
- ⬆ Upgrades rsync to 3.1.3-r3
- ⬆ Upgrades openssh to 8.3_p1-r0
- ⬆ Upgrades networkmanager to 1.24.2-r0
- ⬆ Upgrades nano to 4.9.3-r0
- ⬆ Upgrades mosh to 1.3.2-r14
- ⬆ Upgrades colordiff to 1.0.19-r0
- ⬆ Upgrades wget to 1.20.3-r1
- ⬆ Upgrades pwgen to 2.08-r1
- ⬆ Upgrades git to 2.26.2-r0
- ⬆ Upgrades bluez to 5.54-r5
- ⬆ Upgrades bash-completion to 2.10-r0
- ⬆ Upgrades zip to 3.0-r8
- ⬆ Upgrades zsh to 5.8-r1
- ⬆ Upgrades alsa-utils to 1.2.2-r1
- ⬆ Upgrades ack to 3.3.1-r0
- ⬆ Upgrades json-c to 0.14-r1
- ⬆ Upgrades device-mapper-libs to 2.02.186-r1
- ⬆ Upgrades libuv to 1.37.0-r
- ⬆ Upgrades libuv-dev to 1.37.0-r0
- ⬆ Upgrades libffi-dev to 3.3-r2
- ⬆ Upgrades json-c-dev to 0.14-r1
- ⬆ Upgrades python3 to 3.8.5-r0
- ⬆ Upgrades docker to 19.03.12-r0
- ⬆ Upgrades cmake to 3.17.2-r0
- ⬆ Upgrades build-base to 0.5-r2
- ⬆ Upgrades bsd-compat-headers to 0.7.2-r3
- ⬆ Upgrades add-on base image to v8.0.1
- 📚Add message for network access (#156)
- ✏ Clarify SSH Keys config (#153)
Based on #144 to add clarification.
- ⬆ Updates yamllint to v1.24.2 (#152)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
- ⬆ Updates yamllint to v1.24.1 (#151)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
- ⬆ Updates yamllint to v1.24.0 (#150)
Co-authored-by: Renovate Bot <bot@renovateapp.com>

View file

@ -155,6 +155,9 @@ This is the recommended over setting a password.
Please take a look at the awesome [documentation created by GitHub][github-ssh]
about using public/private key pairs and how to create them.
**Note**: _Please ensure the keys are specified as a list by pasting within the
`[]` comma delimited._
#### Option `ssh`: `sftp`
When set to `true` the addon will enable SFTP support on the SSH daemon.

View file

@ -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-f330793-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/f330793
[release-shield]: https://img.shields.io/badge/version-039439a-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/039439a
[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": "f330793",
"version": "039439a",
"slug": "ssh",
"description": "SSH & Web Terminal access to your Home Assistant instance",
"url": "https://github.com/hassio-addons/addon-ssh",