From cbf54bf51a40f52da15536d643cf1c3ced7fd7e8 Mon Sep 17 00:00:00 2001 From: Brandon Valentine Date: Thu, 6 Jan 2022 04:31:22 -0500 Subject: [PATCH] Update ttyd and libwebsockets deps for ssh addon (#2324) --- ssh/CHANGELOG.md | 5 +++++ ssh/build.yaml | 4 ++-- ssh/config.yaml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index 954b218..075408f 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 9.3.0 + +- Update libwebsockets to 4.2.1 +- Update ttyd to `3e37e33b1cd927ae8f25cfbcf0da268723b6d230` + ## 9.2.2 - Fix escape codes in color bash prompt diff --git a/ssh/build.yaml b/ssh/build.yaml index 0764f89..2e4711b 100644 --- a/ssh/build.yaml +++ b/ssh/build.yaml @@ -9,5 +9,5 @@ codenotary: base_image: notary@home-assistant.io args: CLI_VERSION: 4.14.0 - LIBWEBSOCKETS_VERSION: 4.1.4 - TTYD_VERSION: 1.6.3 + LIBWEBSOCKETS_VERSION: 4.2.1 + TTYD_VERSION: 3e37e33b1cd927ae8f25cfbcf0da268723b6d230 diff --git a/ssh/config.yaml b/ssh/config.yaml index 166dc2a..fb4ce89 100644 --- a/ssh/config.yaml +++ b/ssh/config.yaml @@ -1,4 +1,4 @@ -version: 9.2.2 +version: 9.3.0 slug: ssh name: Terminal & SSH description: Allow logging in remotely to Home Assistant using SSH