diff --git a/README.md b/README.md index bd9a6f203..4030d2310 100644 --- a/README.md +++ b/README.md @@ -963,10 +963,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/f67b8d3 -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/f67b8d3/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/1215369 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/1215369/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-f67b8d3-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-1215369-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 efdc80196..49f528e7e 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,2 +1,5 @@ # Changelog since v12.1.3 +- 🔨 Migrate old-style base scripts s6-rc (#476) +- ⬆️ Upgrades git to 2.38.2-r0 (#475) +- ssh-audit update (#473) - ⬆️ Upgrades add-on base image to 13.0.0 (#474) diff --git a/ssh/DOCS.md b/ssh/DOCS.md index b16f9c7cf..88f079bb3 100644 --- a/ssh/DOCS.md +++ b/ssh/DOCS.md @@ -311,5 +311,5 @@ SOFTWARE. [reddit]: https://reddit.com/r/homeassistant [releases]: https://github.com/hassio-addons/addon-ssh/releases [semver]: http://semver.org/spec/v2.0.0.htm -[ssh-audit]: https://github.com/arthepsy/ssh-audit +[ssh-audit]: https://github.com/jtesta/ssh-audit [zsh]: https://en.wikipedia.org/wiki/Z_shell diff --git a/ssh/README.md b/ssh/README.md index aac94800f..eddbdd969 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -101,9 +101,9 @@ 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-f67b8d3-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/f67b8d3 +[release-shield]: https://img.shields.io/badge/version-1215369-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/1215369 [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 +[ssh-audit]: https://github.com/jtesta/ssh-audit [zsh]: https://en.wikipedia.org/wiki/Z_shell \ No newline at end of file diff --git a/ssh/config.yaml b/ssh/config.yaml index 93fe19b1c..8a00e1f02 100644 --- a/ssh/config.yaml +++ b/ssh/config.yaml @@ -85,4 +85,4 @@ startup: services uart: true url: https://github.com/hassio-addons/addon-ssh usb: true -version: f67b8d3 +version: '1215369'