Skip to content

Commit

Permalink
update depends fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tube0013 committed Sep 12, 2024
1 parent 2f552dd commit 0d89a62
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 18 deletions.
3 changes: 3 additions & 0 deletions tzb-cc2652-flasher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## 0.3.4.0
- dependency updates

## 0.3.3.4
- final tweaks

Expand Down
10 changes: 5 additions & 5 deletions tzb-cc2652-flasher/build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
build_from:
aarch64: ghcr.io/home-assistant/aarch64-base-python:3.11-alpine3.17
amd64: ghcr.io/home-assistant/amd64-base-python:3.11-alpine3.17
armhf: ghcr.io/home-assistant/armhf-base-python:3.11-alpine3.17
armv7: ghcr.io/home-assistant/armv7-base-python:3.11-alpine3.17
i386: ghcr.io/home-assistant/i386-base-python:3.11-alpine3.17
aarch64: ghcr.io/home-assistant/aarch64-base-python:3.11-alpine3.19
amd64: ghcr.io/home-assistant/amd64-base-python:3.11-alpine3.19
armhf: ghcr.io/home-assistant/armhf-base-python:3.11-alpine3.19
armv7: ghcr.io/home-assistant/armv7-base-python:3.11-alpine3.19
i386: ghcr.io/home-assistant/i386-base-python:3.11-alpine3.19

2 changes: 1 addition & 1 deletion tzb-cc2652-flasher/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 0.3.3.4
version: 0.3.4.0
slug: tzb-cc2652-flasher
name: TubesZB TI CC2652 FW Flasher
description: TubesZB TI CC2652 firmware flasher add-on
Expand Down
2 changes: 2 additions & 0 deletions tzb-silabs-flasher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
## 0.3.4.0
- dependency updates

## 0.2.1

Expand Down
12 changes: 6 additions & 6 deletions tzb-silabs-flasher/build.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
build_from:
aarch64: ghcr.io/home-assistant/aarch64-base-python:3.11-alpine3.17
amd64: ghcr.io/home-assistant/amd64-base-python:3.11-alpine3.17
armhf: ghcr.io/home-assistant/armhf-base-python:3.11-alpine3.17
armv7: ghcr.io/home-assistant/armv7-base-python:3.11-alpine3.17
i386: ghcr.io/home-assistant/i386-base-python:3.11-alpine3.17
aarch64: ghcr.io/home-assistant/aarch64-base-python:3.11-alpine3.19
amd64: ghcr.io/home-assistant/amd64-base-python:3.11-alpine3.19
armhf: ghcr.io/home-assistant/armhf-base-python:3.11-alpine3.19
armv7: ghcr.io/home-assistant/armv7-base-python:3.11-alpine3.19
i386: ghcr.io/home-assistant/i386-base-python:3.11-alpine3.19
args:
UNIVERSAL_SILABS_FLASHER: 0.0.13
UNIVERSAL_SILABS_FLASHER: 0.0.22
3 changes: 2 additions & 1 deletion tzb-silabs-flasher/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
version: 0.2.2
version: 0.3.4.0
- dependency updates
slug: tzb-silabs-flasher
name: TubesZB Silicon Labs FW Flasher
description: TubesZB Silicon Labs firmware flasher add-on
Expand Down
10 changes: 5 additions & 5 deletions tzb-zigpy-cli-tools/build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
build_from:
aarch64: ghcr.io/home-assistant/aarch64-base-python:3.11-alpine3.17
amd64: ghcr.io/home-assistant/amd64-base-python:3.11-alpine3.17
armhf: ghcr.io/home-assistant/armhf-base-python:3.11-alpine3.17
armv7: ghcr.io/home-assistant/armv7-base-python:3.11-alpine3.17
i386: ghcr.io/home-assistant/i386-base-python:3.11-alpine3.17
aarch64: ghcr.io/home-assistant/aarch64-base-python:3.11-alpine3.19
amd64: ghcr.io/home-assistant/amd64-base-python:3.11-alpine3.19
armhf: ghcr.io/home-assistant/armhf-base-python:3.11-alpine3.19
armv7: ghcr.io/home-assistant/armv7-base-python:3.11-alpine3.19
i386: ghcr.io/home-assistant/i386-base-python:3.11-alpine3.19

0 comments on commit 0d89a62

Please sign in to comment.