🎉 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

@ -1,9 +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/build-push-action from 2.4.0 to 2.5.0 @dependabot (#274)
- ⬆️ Bump actions/cache from 2.1.5 to 2.1.6 @dependabot (#275)
- ⬆️ Bump docker/setup-qemu-action from 1.1.0 to 1.2.0 @dependabot (#273)
- ⬆️ Bump frenck/action-addon-information from 1.1 to 1.2 @dependabot (#276)
- ⬆️ Upgrades add-on base image to v9.2.2 @frenck (#280)
- ⬆️ 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)

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-v8.2.4-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v8.2.4
[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
[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": "8.2.4",
"version": "9.0.0",
"slug": "ssh",
"description": "SSH & Web Terminal access to your Home Assistant instance",
"url": "https://github.com/hassio-addons/addon-ssh",