🎉 Release of add-on SSH & Web Terminal 9.0.1

This commit is contained in:
Community Hass.io Add-ons Bot 2021-08-10 14:39:54 +00:00
parent 28b8163455
commit ec3e65468e
4 changed files with 14 additions and 14 deletions

View file

@ -898,10 +898,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/v9.0.0
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v9.0.0/README.md
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v9.0.1
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v9.0.1/README.md
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
[ssh-version-shield]: https://img.shields.io/badge/version-v9.0.0-blue.svg
[ssh-version-shield]: https://img.shields.io/badge/version-v9.0.1-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,12 +1,12 @@
## 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
- ⬆️ Bump docker/login-action from 1.9.0 to 1.10.0 @dependabot (#283)
- ⬆️ Bump docker/build-push-action from 2.5.0 to 2.6.1 @dependabot (#287)
- ⬆️ Bump docker/setup-buildx-action from 1.3.0 to 1.5.0 @dependabot (#288)
- ⬆️ Upgrades add-on base image to v10.0.0 @frenck (#284)
- ⬆️ Bump dessant/lock-threads from 2.0.3 to 2.1.1 @dependabot (#289)
- ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 @dependabot (#290)
- ⬆️ Bump frenck/action-addon-linter from 2.1 to 2.2 @dependabot (#292)
- ⬆️ Bump actions/stale from 3.0.19 to 4 @dependabot (#291)
- ⬆️ Upgrades mariadb-client to 10.5.12-r0 @frenck (#296)
- ⬆️ Upgrades rsync to 3.2.3-r4 @frenck (#297)
- ⬆️ Upgrades add-on base image to v10.0.1 @frenck (#298)
- ⬆️ Bump yamllint from 1.26.1 to 1.26.2 in /ssh @dependabot (#295)

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]: 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-v9.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v9.0.0
[release-shield]: https://img.shields.io/badge/version-v9.0.1-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v9.0.1
[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": "9.0.0",
"version": "9.0.1",
"slug": "ssh",
"description": "SSH & Web Terminal access to your Home Assistant instance",
"url": "https://github.com/hassio-addons/addon-ssh",