⬆️ Updating add-on SSH & Web Terminal to 3b2e3bd

This commit is contained in:
Community Hass.io Add-ons Bot 2021-07-13 08:45:19 +00:00
parent a41a69ad5e
commit e1900e162d
4 changed files with 22 additions and 6 deletions

View file

@ -944,10 +944,10 @@ SOFTWARE.
[sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[sqlite-web-i386-shield]: https://img.shields.io/badge/i386-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/d0bd7a7 [addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/3b2e3bd
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/d0bd7a7/README.md [addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/3b2e3bd/README.md
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
[ssh-version-shield]: https://img.shields.io/badge/version-d0bd7a7-blue.svg [ssh-version-shield]: https://img.shields.io/badge/version-3b2e3bd-blue.svg
[ssh-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[ssh-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [ssh-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,4 +1,20 @@
# Changelog since v9.0.0 # Changelog since v9.0.0
- ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 (#290)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.5.0...v1.5.1)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
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>
- ⬆️ Bump dessant/lock-threads from 2.0.3 to 2.1.1 (#289) - ⬆️ Bump dessant/lock-threads from 2.0.3 to 2.1.1 (#289)
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2.0.3 to 2.1.1. Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2.0.3 to 2.1.1.

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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-d0bd7a7-blue.svg [release-shield]: https://img.shields.io/badge/version-3b2e3bd-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/d0bd7a7 [release]: https://github.com/hassio-addons/addon-ssh/tree/3b2e3bd
[screenshot]: https://github.com/hassio-addons/addon-ssh/raw/main/images/screenshot.png [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-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/arthepsy/ssh-audit

View file

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