🎉 Release of add-on SSH & Web Terminal 9.0.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-07-05 18:18:01 +00:00
parent 7b2c6a1550
commit b45c9f2f8a
4 changed files with 14 additions and 11 deletions

View file

@ -921,10 +921,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.2.4 [addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v9.0.0
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v8.2.4/README.md [addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v9.0.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.2.4-blue.svg [ssh-version-shield]: https://img.shields.io/badge/version-v9.0.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

View file

@ -1,9 +1,12 @@
## Whats changed ## Whats changed
This release comes with a major update to the base image, bumping Alpine Linux to 3.14.
It comes with Python 3.9 and many more major upgrades to its packages.
Therefore this release is marked as a major release.
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Bump docker/build-push-action from 2.4.0 to 2.5.0 @dependabot (#274) - ⬆️ Bump docker/login-action from 1.9.0 to 1.10.0 @dependabot (#283)
- ⬆️ Bump actions/cache from 2.1.5 to 2.1.6 @dependabot (#275) - ⬆️ Bump docker/build-push-action from 2.5.0 to 2.6.1 @dependabot (#287)
- ⬆️ Bump docker/setup-qemu-action from 1.1.0 to 1.2.0 @dependabot (#273) - ⬆️ Bump docker/setup-buildx-action from 1.3.0 to 1.5.0 @dependabot (#288)
- ⬆️ Bump frenck/action-addon-information from 1.1 to 1.2 @dependabot (#276) - ⬆️ Upgrades add-on base image to v10.0.0 @frenck (#284)
- ⬆️ Upgrades add-on base image to v9.2.2 @frenck (#280)

View file

@ -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.2.4-blue.svg [release-shield]: https://img.shields.io/badge/version-v9.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v8.2.4 [release]: https://github.com/hassio-addons/addon-ssh/tree/v9.0.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

View file

@ -1,6 +1,6 @@
{ {
"name": "SSH & Web Terminal", "name": "SSH & Web Terminal",
"version": "8.2.4", "version": "9.0.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",