diff --git a/README.md b/README.md index ac46c08a5..4ec2a1bfd 100644 --- a/README.md +++ b/README.md @@ -944,10 +944,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/4fc24d2 -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/4fc24d2/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/9b5de8b +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/9b5de8b/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-4fc24d2-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-9b5de8b-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 2e7678975..1959ebec6 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,4 +1,15 @@ # Changelog since v8.2.1 +- ⬆️ Upgrades python3 to 3.8.10-r0 (#261) +- ⬆️ Bump brpaz/hadolint-action from v1.4.0 to v1.5.0 (#260) + +Bumps [brpaz/hadolint-action](https://github.com/brpaz/hadolint-action) from v1.4.0 to v1.5.0. +- [Release notes](https://github.com/brpaz/hadolint-action/releases) +- [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc) +- [Commits](https://github.com/brpaz/hadolint-action/compare/v1.4.0...c27bd9edc1e95eed30474db8f295ff5807ebca14) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 (#256) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from v1.2.0 to v1.3.0. diff --git a/ssh/README.md b/ssh/README.md index 7c786a853..627f11df0 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -102,8 +102,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-4fc24d2-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/4fc24d2 +[release-shield]: https://img.shields.io/badge/version-9b5de8b-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/9b5de8b [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 2805d42e2..4dedfcc62 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH & Web Terminal", - "version": "4fc24d2", + "version": "9b5de8b", "slug": "ssh", "description": "SSH & Web Terminal access to your Home Assistant instance", "url": "https://github.com/hassio-addons/addon-ssh",