Skip to content

Commit e3e0e70

Browse files
authored
Update Bashio to v0.17.5 (#319)
Update fixes issues with log messages colliding with bashio commands output and issues in bashio::addons() caching. Changes: * https://github.com/hassio-addons/bashio/releases/tag/v0.17.3 * https://github.com/hassio-addons/bashio/releases/tag/v0.17.4 * https://github.com/hassio-addons/bashio/releases/tag/v0.17.5
1 parent 5743019 commit e3e0e70

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

alpine/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build_from:
88
cosign:
99
identity: https://github.com/home-assistant/docker-base/.*
1010
args:
11-
BASHIO_VERSION: 0.17.2
11+
BASHIO_VERSION: 0.17.5
1212
TEMPIO_VERSION: 2024.11.2
1313
S6_OVERLAY_VERSION: 3.1.6.2
1414
JEMALLOC_VERSION: 5.3.0

debian/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build_from:
88
cosign:
99
identity: https://github.com/home-assistant/docker-base/.*
1010
args:
11-
BASHIO_VERSION: 0.17.2
11+
BASHIO_VERSION: 0.17.5
1212
TEMPIO_VERSION: 2024.11.2
1313
S6_OVERLAY_VERSION: 3.1.6.2
1414
labels:

raspbian/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build_from:
44
cosign:
55
identity: https://github.com/home-assistant/docker-base/.*
66
args:
7-
BASHIO_VERSION: 0.17.2
7+
BASHIO_VERSION: 0.17.5
88
TEMPIO_VERSION: 2024.11.2
99
S6_OVERLAY_VERSION: 3.1.6.2
1010
labels:

ubuntu/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build_from:
66
cosign:
77
identity: https://github.com/home-assistant/docker-base/.*
88
args:
9-
BASHIO_VERSION: 0.17.2
9+
BASHIO_VERSION: 0.17.5
1010
TEMPIO_VERSION: 2024.11.2
1111
S6_OVERLAY_VERSION: 3.1.6.2
1212
labels:

0 commit comments

Comments
 (0)