Skip to content

Commit

Permalink
🎉 Release of add-on Advanced SSH & Web Terminal 16.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
addonsbot committed Dec 5, 2023
1 parent 91569f2 commit 9f308aa
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -666,10 +666,10 @@ SOFTWARE.
[adguard-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[adguard-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[adguard-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v16.0.1
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v16.0.1/README.md
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v16.0.2
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v16.0.2/README.md
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
[ssh-version-shield]: https://img.shields.io/badge/version-v16.0.1-blue.svg
[ssh-version-shield]: https://img.shields.io/badge/version-v16.0.2-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-no-red.svg
Expand Down
12 changes: 10 additions & 2 deletions ssh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## What’s changed

## 🐛 Bug fixes
## 📚 Documentation

- Fix unbound variable in log warning message @frenck ([#634](https://github.com/hassio-addons/addon-ssh/pull/634))
- Update SSH documentation configuration example @josteinh ([#649](https://github.com/hassio-addons/addon-ssh/pull/649))

## ⬆️ Dependency updates

- ⬆️ Update OpenSSL to v3.1.4-r1 @renovate ([#636](https://github.com/hassio-addons/addon-ssh/pull/636))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.2 @renovate ([#637](https://github.com/hassio-addons/addon-ssh/pull/637))
- ⬆️ Update alpine_3_18/libxml2-utils to v2.11.6-r0 @renovate ([#645](https://github.com/hassio-addons/addon-ssh/pull/645))
- ⬆️ Update Docker to v23.0.6-r7 @renovate ([#644](https://github.com/hassio-addons/addon-ssh/pull/644))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.3 @renovate ([#650](https://github.com/hassio-addons/addon-ssh/pull/650))
2 changes: 1 addition & 1 deletion ssh/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ssh:
username: homeassistant
password: ""
authorized_keys:
- ssh-rsa AASDJKJKJFWJFAFLCNALCMLAK234234.....
- ssh-ed25519 AASDJKJKJFWJFAFLCNALCMLAK234234.....
sftp: false
compatibility_mode: false
allow_agent_forwarding: false
Expand Down
4 changes: 2 additions & 2 deletions ssh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ well. Additionally, it comes out of the box with the following:
[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-v16.0.1-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v16.0.1
[release-shield]: https://img.shields.io/badge/version-v16.0.2-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v16.0.2
[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
Expand Down
2 changes: 1 addition & 1 deletion ssh/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Advanced SSH & Web Terminal
version: 16.0.1
version: 16.0.2
slug: ssh
description: A supercharged SSH & Web Terminal access to your Home Assistant instance
url: https://github.com/hassio-addons/addon-ssh
Expand Down

0 comments on commit 9f308aa

Please sign in to comment.