mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 12:11:33 +00:00
⬆️ Updating add-on SSH & Web Terminal to 8d375a2
This commit is contained in:
parent
9c97279ad5
commit
ae2a41a948
4 changed files with 24 additions and 6 deletions
|
@ -963,10 +963,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/250b9cc
|
||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/250b9cc/README.md
|
||||
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/8d375a2
|
||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/8d375a2/README.md
|
||||
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
|
||||
[ssh-version-shield]: https://img.shields.io/badge/version-250b9cc-blue.svg
|
||||
[ssh-version-shield]: https://img.shields.io/badge/version-8d375a2-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,4 +1,22 @@
|
|||
# Changelog since v13.0.0
|
||||
- ⬆️ Bump yamllint from 1.28.0 to 1.29.0 in /ssh (#487)
|
||||
|
||||
Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.28.0 to 1.29.0.
|
||||
- [Release notes](https://github.com/adrienverge/yamllint/releases)
|
||||
- [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst)
|
||||
- [Commits](https://github.com/adrienverge/yamllint/compare/v1.28.0...v1.29.0)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: yamllint
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-minor
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Upgrades add-on base image to 13.1.0 (#489)
|
||||
- ⬆️ Upgrades add-on base image to 13.0.1 (#484)
|
||||
- 🎆 Updates maintenance/license year to 2023 (#483)
|
||||
|
|
|
@ -101,8 +101,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-250b9cc-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/250b9cc
|
||||
[release-shield]: https://img.shields.io/badge/version-8d375a2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/8d375a2
|
||||
[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: 250b9cc
|
||||
version: 8d375a2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue