mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 11:01:24 +00:00
🎉 Release of add-on SSH - Secure Shell 2.4.1
This commit is contained in:
parent
e5395eee7f
commit
8dc5630b77
4 changed files with 11 additions and 33 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v2.4.0...v2.4.1
|
|
@ -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
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue