mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on SSH & Web Terminal to 9b5de8b
This commit is contained in:
parent
1b3684503f
commit
fdde725650
4 changed files with 17 additions and 6 deletions
|
@ -944,10 +944,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/4fc24d2
|
||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/4fc24d2/README.md
|
||||
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/9b5de8b
|
||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/9b5de8b/README.md
|
||||
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
|
||||
[ssh-version-shield]: https://img.shields.io/badge/version-4fc24d2-blue.svg
|
||||
[ssh-version-shield]: https://img.shields.io/badge/version-9b5de8b-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
|
||||
|
|
|
@ -1,4 +1,15 @@
|
|||
# Changelog since v8.2.1
|
||||
- ⬆️ Upgrades python3 to 3.8.10-r0 (#261)
|
||||
- ⬆️ Bump brpaz/hadolint-action from v1.4.0 to v1.5.0 (#260)
|
||||
|
||||
Bumps [brpaz/hadolint-action](https://github.com/brpaz/hadolint-action) from v1.4.0 to v1.5.0.
|
||||
- [Release notes](https://github.com/brpaz/hadolint-action/releases)
|
||||
- [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc)
|
||||
- [Commits](https://github.com/brpaz/hadolint-action/compare/v1.4.0...c27bd9edc1e95eed30474db8f295ff5807ebca14)
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 (#256)
|
||||
|
||||
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from v1.2.0 to v1.3.0.
|
||||
|
|
|
@ -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-4fc24d2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/4fc24d2
|
||||
[release-shield]: https://img.shields.io/badge/version-9b5de8b-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/9b5de8b
|
||||
[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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "SSH & Web Terminal",
|
||||
"version": "4fc24d2",
|
||||
"version": "9b5de8b",
|
||||
"slug": "ssh",
|
||||
"description": "SSH & Web Terminal access to your Home Assistant instance",
|
||||
"url": "https://github.com/hassio-addons/addon-ssh",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue