Skip to content

Commit

Permalink
Revert "SSH: Update CLI 4.18.0 / Alpine 3.16 (home-assistant#2576)" (h…
Browse files Browse the repository at this point in the history
…ome-assistant#2578)

This reverts commit fbf2bd2.
  • Loading branch information
pvizeli authored Jul 6, 2022
1 parent fbf2bd2 commit 2858ef8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
5 changes: 0 additions & 5 deletions ssh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# 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.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
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
codenotary:
signer: [email protected]
base_image: [email protected]
args:
CLI_VERSION: 4.18.0
CLI_VERSION: 4.17.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.5.0
version: 9.4.0
slug: ssh
name: Terminal & SSH
description: Allow logging in remotely to Home Assistant using SSH
Expand Down

0 comments on commit 2858ef8

Please sign in to comment.