Skip to content

Commit

Permalink
SSH: Update CLI 4.18.0 / Alpine 3.16 (home-assistant#2576)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Jul 6, 2022
1 parent 0b9b701 commit fbf2bd2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions ssh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 9.5.0

- Upgrade Home Assistant CLI to 4.18.0
- Upgrade to Alpine 3.16

## 9.4.0

- Upgrade Home Assistant CLI to 4.17.0
Expand Down
12 changes: 6 additions & 6 deletions ssh/build.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
build_from:
aarch64: ghcr.io/home-assistant/aarch64-base:3.14
amd64: ghcr.io/home-assistant/amd64-base:3.14
armhf: ghcr.io/home-assistant/armhf-base:3.14
armv7: ghcr.io/home-assistant/armv7-base:3.14
i386: ghcr.io/home-assistant/i386-base:3.14
aarch64: ghcr.io/home-assistant/aarch64-base:3.16
amd64: ghcr.io/home-assistant/amd64-base:3.16
armhf: ghcr.io/home-assistant/armhf-base:3.16
armv7: ghcr.io/home-assistant/armv7-base:3.16
i386: ghcr.io/home-assistant/i386-base:3.16
codenotary:
signer: [email protected]
base_image: [email protected]
args:
CLI_VERSION: 4.17.0
CLI_VERSION: 4.18.0
LIBWEBSOCKETS_VERSION: 4.2.1
TTYD_VERSION: 3e37e33b1cd927ae8f25cfbcf0da268723b6d230
2 changes: 1 addition & 1 deletion ssh/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 9.4.0
version: 9.5.0
slug: ssh
name: Terminal & SSH
description: Allow logging in remotely to Home Assistant using SSH
Expand Down

0 comments on commit fbf2bd2

Please sign in to comment.