diff --git a/README.md b/README.md index 219489be4..481ae0fd1 100644 --- a/README.md +++ b/README.md @@ -1004,10 +1004,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/40afd94 -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/40afd94/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/cf61e3c +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/cf61e3c/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-40afd94-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-cf61e3c-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 eca87d22a..c2567dbe3 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog since v8.2.0 +- ⬆️ Upgrades bind-tools to 9.16.15-r1 (#255) +- ⬆ Bump docker/login-action from v1.8.0 to v1.9.0 (#254) +- ⬆️ Upgrades Home Assistant CLI to v4.12.1 (#253) - ⬆️ Upgrades mariadb-client to 10.5.9-r0 (#252) - ⬆️ Bump docker/setup-qemu-action from v1.0.2 to v1.1.0 (#249) diff --git a/ssh/README.md b/ssh/README.md index ab69fed90..afeb4a1c9 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-40afd94-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/40afd94 +[release-shield]: https://img.shields.io/badge/version-cf61e3c-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/cf61e3c [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 93c3c3910..d24569901 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH & Web Terminal", - "version": "40afd94", + "version": "cf61e3c", "slug": "ssh", "description": "SSH & Web Terminal access to your Home Assistant instance", "url": "https://github.com/hassio-addons/addon-ssh",