mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on SSH & Web Terminal 13.0.1
This commit is contained in:
parent
2d21aaae3b
commit
aa76e238e2
5 changed files with 17 additions and 21 deletions
|
@ -917,10 +917,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/v13.0.0
|
||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v13.0.0/README.md
|
||||
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v13.0.1
|
||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v13.0.1/README.md
|
||||
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
|
||||
[ssh-version-shield]: https://img.shields.io/badge/version-v13.0.0-blue.svg
|
||||
[ssh-version-shield]: https://img.shields.io/badge/version-v13.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
|
||||
|
|
|
@ -1,20 +1,16 @@
|
|||
## What’s changed
|
||||
|
||||
The add-on has been upgraded to a new major version of the base image, which is based on Alpine Linux 3.17
|
||||
|
||||
## 🐛 Bug fixes
|
||||
|
||||
- Fix bash; use hash mark in root prompt @scop (#469)
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- 🔨 Migrate old-style base scripts s6-rc @frenck (#476)
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
- ssh-audit update @scop (#473)
|
||||
- 🎆 Updates maintenance/license year to 2023 @frenck (#483)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Upgrades add-on base image to 13.0.0 @frenck (#474)
|
||||
- ⬆️ Upgrades git to 2.38.2-r0 @frenck (#475)
|
||||
- ⬆️ Upgrades docker to 20.10.21-r2 @frenck (#478)
|
||||
- ⬆️ Upgrades python3 to 3.10.9-r1 @frenck (#479)
|
||||
- ⬆️ Upgrades sqlite to 3.40.1-r0 @frenck (#480)
|
||||
- ⬆️ Upgrades networkmanager-cli to 1.40.8-r0 @frenck (#481)
|
||||
- ⬆️ Upgrades bind-tools to 9.18.10-r0 @frenck (#482)
|
||||
- ⬆️ Upgrades add-on base image to 13.0.1 @frenck (#484)
|
||||
- ⬆️ Upgrades add-on base image to 13.1.0 @frenck (#489)
|
||||
- ⬆️ Bump yamllint from 1.28.0 to 1.29.0 in /ssh @dependabot (#487)
|
||||
|
|
|
@ -275,7 +275,7 @@ check [the contributors page][contributors].
|
|||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2017-2022 Franck Nijhof
|
||||
Copyright (c) 2017-2023 Franck Nijhof
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -92,14 +92,14 @@ If you are more interested in stable releases of our add-ons:
|
|||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||
[github-sponsors]: https://github.com/sponsors/frenck
|
||||
[hass-ssh]: https://home-assistant.io/addons/ssh/
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg
|
||||
[ohmyzsh]: http://ohmyz.sh/
|
||||
[openssh]: https://www.openssh.com/
|
||||
[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-v13.0.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/v13.0.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v13.0.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/v13.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/jtesta/ssh-audit
|
||||
|
|
|
@ -85,4 +85,4 @@ startup: services
|
|||
uart: true
|
||||
url: https://github.com/hassio-addons/addon-ssh
|
||||
usb: true
|
||||
version: 13.0.0
|
||||
version: 13.0.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue