mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 19:11:30 +00:00
🎉 Release of add-on SSH & Web Terminal 9.1.1
This commit is contained in:
parent
6150c0a71e
commit
d3e9737296
4 changed files with 8 additions and 37 deletions
|
@ -880,10 +880,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.1.0
|
||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v9.1.0/README.md
|
||||
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v9.1.1
|
||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v9.1.1/README.md
|
||||
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
|
||||
[ssh-version-shield]: https://img.shields.io/badge/version-v9.1.0-blue.svg
|
||||
[ssh-version-shield]: https://img.shields.io/badge/version-v9.1.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
|
||||
|
|
|
@ -1,35 +1,6 @@
|
|||
## What’s changed
|
||||
|
||||
## 🚀 Enhancements
|
||||
|
||||
- 🏎 Enable streaming mode for Ingress @frenck (#301)
|
||||
- Migrate JSON config to YAML @frenck (#338)
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- 🚀 Add-on CI improvements @frenck (#299)
|
||||
- ⬆️ Upgrade lock-threads workflow to 3.0.0 @frenck (#321)
|
||||
- Switch to centralized GitHub Action Workflows @frenck (#337)
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
- 🚑 Fix contributing link in readme @frenck (#300)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 @dependabot (#302)
|
||||
- ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 @dependabot (#303)
|
||||
- ⬆️ Bump yamllint from 1.26.2 to 1.26.3 in /ssh @dependabot (#304)
|
||||
- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 @dependabot (#305)
|
||||
- ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 @dependabot (#307)
|
||||
- ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 @dependabot (#308)
|
||||
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 @dependabot (#317)
|
||||
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot (#323)
|
||||
- ⬆️ Upgrades add-on base image to 10.2.2 @frenck (#331)
|
||||
- ⬆️ Upgrades docker to 20.10.9-r0 @frenck (#332)
|
||||
- ⬆️ Upgrades openssl to 1.1.1l-r0 @frenck (#333)
|
||||
- ⬆️ Upgrades bind-tools to 9.16.20-r1 @frenck (#334)
|
||||
- ⬆️ Upgrades openssh to 8.6_p1-r3 @frenck (#335)
|
||||
- ⬆️ Upgrades vim to 8.2.3437-r0 @frenck (#336)
|
||||
- ⬆️ Upgrades Home Assistant CLI to v4.14.0 @frenck (#339)
|
||||
- Upgrade ttyd 62a5b63 & libwebsockets 4.2.1 @frenck (#340)
|
||||
- ⬆️ Upgrades mariadb-client to 10.5.13-r0 @frenck (#343)
|
||||
- ⬆️ Upgrades add-on base image to 10.2.3 @frenck (#344)
|
||||
|
|
|
@ -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.1.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/v9.1.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v9.1.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/v9.1.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
|
||||
|
|
|
@ -85,4 +85,4 @@ stdin: true
|
|||
uart: true
|
||||
url: https://github.com/hassio-addons/addon-ssh
|
||||
usb: true
|
||||
version: 9.1.0
|
||||
version: 9.1.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue