⬆️ Updating add-on SSH & Web Terminal to b82f292

This commit is contained in:
Community Hass.io Add-ons Bot 2021-08-10 12:56:02 +00:00
parent ccea4863c5
commit 7d630f7f52
4 changed files with 23 additions and 6 deletions

View file

@ -921,10 +921,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/2b37e35
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/2b37e35/README.md
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/b82f292
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/b82f292/README.md
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
[ssh-version-shield]: https://img.shields.io/badge/version-2b37e35-blue.svg
[ssh-version-shield]: https://img.shields.io/badge/version-b82f292-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

View file

@ -1,4 +1,21 @@
# Changelog since v9.0.0
- ⬆️ Bump yamllint from 1.26.1 to 1.26.2 in /ssh (#295)
Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.26.1 to 1.26.2.
- [Release notes](https://github.com/adrienverge/yamllint/releases)
- [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/adrienverge/yamllint/compare/v1.26.1...v1.26.2)
---
updated-dependencies:
- dependency-name: yamllint
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Upgrades add-on base image to v10.0.1 (#298)
- ⬆️ Upgrades rsync to 3.2.3-r4 (#297)
- ⬆️ Upgrades mariadb-client to 10.5.12-r0 (#296)

View file

@ -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-2b37e35-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/2b37e35
[release-shield]: https://img.shields.io/badge/version-b82f292-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/b82f292
[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

View file

@ -1,6 +1,6 @@
{
"name": "SSH & Web Terminal",
"version": "2b37e35",
"version": "b82f292",
"slug": "ssh",
"description": "SSH & Web Terminal access to your Home Assistant instance",
"url": "https://github.com/hassio-addons/addon-ssh",