Update ttyd and libwebsockets deps for ssh addon (#2324)

This commit is contained in:
Brandon Valentine
2022-01-06 04:31:22 -05:00
committed by GitHub
parent d2dfa45e18
commit cbf54bf51a
3 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
# Changelog # Changelog
## 9.3.0
- Update libwebsockets to 4.2.1
- Update ttyd to `3e37e33b1cd927ae8f25cfbcf0da268723b6d230`
## 9.2.2 ## 9.2.2
- Fix escape codes in color bash prompt - Fix escape codes in color bash prompt

View File

@@ -9,5 +9,5 @@ codenotary:
base_image: notary@home-assistant.io base_image: notary@home-assistant.io
args: args:
CLI_VERSION: 4.14.0 CLI_VERSION: 4.14.0
LIBWEBSOCKETS_VERSION: 4.1.4 LIBWEBSOCKETS_VERSION: 4.2.1
TTYD_VERSION: 1.6.3 TTYD_VERSION: 3e37e33b1cd927ae8f25cfbcf0da268723b6d230

View File

@@ -1,4 +1,4 @@
version: 9.2.2 version: 9.3.0
slug: ssh slug: ssh
name: Terminal & SSH name: Terminal & SSH
description: Allow logging in remotely to Home Assistant using SSH description: Allow logging in remotely to Home Assistant using SSH