diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index 075408f..e72dc7b 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 9.4.0 + +- Upgrade Home Assistant CLI to 4.17.0 +- Enabled image signature + ## 9.3.0 - Update libwebsockets to 4.2.1 @@ -79,7 +84,6 @@ - Update Home Assistant CLI to 4.4.0 - Upgrade Alpine Linux to 3.12 - ## 8.6.0 - Add support for local TCP forwarding @@ -137,4 +141,3 @@ - Improve Hass.io API token handling - Persist .ssh folder across restarts - Add helper symlink folders to user home folder - diff --git a/ssh/build.yaml b/ssh/build.yaml index 6d370d3..14da0cf 100644 --- a/ssh/build.yaml +++ b/ssh/build.yaml @@ -9,6 +9,6 @@ codenotary: signer: notary@home-assistant.io base_image: notary@home-assistant.io args: - CLI_VERSION: 4.14.0 + CLI_VERSION: 4.17.0 LIBWEBSOCKETS_VERSION: 4.2.1 TTYD_VERSION: 3e37e33b1cd927ae8f25cfbcf0da268723b6d230 diff --git a/ssh/config.yaml b/ssh/config.yaml index 1655257..19a6324 100644 --- a/ssh/config.yaml +++ b/ssh/config.yaml @@ -1,9 +1,10 @@ --- -version: 9.3.0 +version: 9.4.0 slug: ssh name: Terminal & SSH description: Allow logging in remotely to Home Assistant using SSH url: https://github.com/home-assistant/hassio-addons/tree/master/ssh +codenotary: notary@home-assistant.io advanced: true arch: - armhf