diff --git a/README.md b/README.md index cccf3653a..110982d84 100644 --- a/README.md +++ b/README.md @@ -1027,10 +1027,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/f0acbaa -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/f0acbaa/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/29c8f72 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/29c8f72/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-f0acbaa-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-29c8f72-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 ae9b3c4e9..ba416ac5c 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,4 +1,26 @@ # Changelog since v7.8.0 +- Disable SSH DNS lookup (#171) + +This will improve SSH connect speed, as the SSH server won't need to reverse-lookup the incoming address. +- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 (#192) + +Bumps [frenck/action-yamllint](https://github.com/frenck/action-yamllint) from v1.0.2 to v1.1. +- [Release notes](https://github.com/frenck/action-yamllint/releases) +- [Commits](https://github.com/frenck/action-yamllint/compare/v1.0.2...e21bcc770907b7207a05453ca9f1eb7129c945d1) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +- ⬆️ Bump yamllint from 1.25.0 to 1.26.0 in /ssh (#193) + +Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.25.0 to 1.26.0. +- [Release notes](https://github.com/adrienverge/yamllint/releases) +- [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst) +- [Commits](https://github.com/adrienverge/yamllint/compare/v1.25.0...v1.26.0) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - Allow dependabot to upgrade Python dependencies (#191) - Upgrade ttyd 1.6.3 & libwebsockets 4.1.4 (#190) - Upgrade add-on base image to 9.1.1 (#189) diff --git a/ssh/README.md b/ssh/README.md index b4fdbc991..c39abb221 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -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-f0acbaa-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/f0acbaa +[release-shield]: https://img.shields.io/badge/version-29c8f72-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/29c8f72 [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 6c9e3aff7..91bb027db 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH & Web Terminal", - "version": "f0acbaa", + "version": "29c8f72", "slug": "ssh", "description": "SSH & Web Terminal access to your Home Assistant instance", "url": "https://github.com/hassio-addons/addon-ssh",