mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-06 12:01:36 +00:00
🎉 Release of add-on SSH & Web Terminal 8.2.0
This commit is contained in:
parent
93886c36ce
commit
dd5c2b0952
4 changed files with 17 additions and 9 deletions
|
@ -981,10 +981,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/v8.1.1
|
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v8.2.0
|
||||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v8.1.1/README.md
|
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v8.2.0/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-v8.1.1-blue.svg
|
[ssh-version-shield]: https://img.shields.io/badge/version-v8.2.0-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
|
||||||
|
|
|
@ -1,7 +1,15 @@
|
||||||
## What’s changed
|
## What’s changed
|
||||||
|
|
||||||
|
## 🧰 Maintenance
|
||||||
|
|
||||||
|
- Apply updated repository structure & CI workflow @frenck (#248)
|
||||||
|
|
||||||
## ⬆️ Dependency updates
|
## ⬆️ Dependency updates
|
||||||
|
|
||||||
- Upgrade add-on base image to 9.1.6 @frenck (#230)
|
- ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 @dependabot (#235)
|
||||||
- ⬆️ Upgrades networkmanager to 1.26.6-r0 @frenck (#231)
|
- ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 @dependabot (#236)
|
||||||
- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#229)
|
- ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 @dependabot (#237)
|
||||||
|
- ⬆️ Bump yamllint from 1.26.0 to 1.26.1 in /ssh @dependabot (#234)
|
||||||
|
- ⬆️ Upgrades Home Assistant CLI to v4.12.0 @frenck (#241)
|
||||||
|
- ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#243)
|
||||||
|
- Upgrades add-on base image to v9.2.0 @frenck (#247)
|
||||||
|
|
|
@ -99,8 +99,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-v8.1.1-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-v8.2.0-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/v8.1.1
|
[release]: https://github.com/hassio-addons/addon-ssh/tree/v8.2.0
|
||||||
[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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "SSH & Web Terminal",
|
"name": "SSH & Web Terminal",
|
||||||
"version": "8.1.1",
|
"version": "8.2.0",
|
||||||
"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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue