diff --git a/README.md b/README.md index bac6e2a9..b7e638f7 100644 --- a/README.md +++ b/README.md @@ -438,10 +438,10 @@ SOFTWARE. [plex-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [plex-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [plex-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v2.4.0 -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v2.4.0/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v2.4.1 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v2.4.1/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-v2.4.0-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-v2.4.1-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 diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index 52330b7e..0735d253 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,31 +1,9 @@ [Full Changelog][changelog] -### Added - -- Adds all architectures to add-on config -- Adds .yamllint configuration -- Adds SQLite by default -- Adds Probot configuration -- Adds add-on README template -- Adds Gitlab CI - -### Fixed - -- Fixes Markdownlint warning in License -- Fixes hadolint warnings -- Fixes sudoers file permissions - ### Changed -- Replaces Changelog with GitHub releases -- Updates hassio-cli to v1.3.0 (#18) (@bastula) -- Updates README -- Upgrades add-on base image to v1.4.1 +- Updates hassio-cli to v1.3.1 +- Updates bind-tools to 9.11.3-r0 +- Updates sqlite to 3.21.0-r1 -### Removed - -- Removes CodeClimate -- Removes CircleCI -- Removes supervisor version constraint from add-on config - -[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v2.3.0...v2.4.0 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v2.4.0...v2.4.1 \ No newline at end of file diff --git a/ssh/README.md b/ssh/README.md index a32e83e5..6d0253ac 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -72,7 +72,7 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/frenck [discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord]: https://discord.gg/c5DvZ4e -[docs]: https://github.com/hassio-addons/addon-ssh/blob/v2.4.0/README.md +[docs]: https://github.com/hassio-addons/addon-ssh/blob/v2.4.1/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-ssh/33820?u=frenck [hass-ssh]: https://home-assistant.io/addons/ssh/ @@ -80,8 +80,8 @@ If you are more interested in stable releases of our add-ons: [ohmyzsh]: http://ohmyz.sh/ [openssh]: https://www.openssh.com/ [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v2.4.0-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/v2.4.0 +[release-shield]: https://img.shields.io/badge/version-v2.4.1-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/v2.4.1 [ssh-audit-image]: https://github.com/hassio-addons/addon-ssh/raw/master/images/ssh-audit.png [ssh-audit]: https://github.com/arthepsy/ssh-audit [zsh]: https://en.wikipedia.org/wiki/Z_shell \ No newline at end of file diff --git a/ssh/config.json b/ssh/config.json index c2c67b19..7e9085ce 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH - Secure Shell", - "version": "2.4.0", + "version": "2.4.1", "slug": "ssh", "description": "Allows SSH connections to your Home Assistant instance", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-ssh/33820?u=frenck",