Merge branch 'main' of https://github.com/s-allius/tsun-gen3-proxy into renovate/coverage-7.x
This commit is contained in:
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
|
||||||
|
- add-on: bump base-image to version 18.0.3
|
||||||
|
- add-on: remove armhf and armv7 support
|
||||||
- add-on: add links to config and log-file to the web-UI
|
- add-on: add links to config and log-file to the web-UI
|
||||||
- fix some SonarQube warnings
|
- fix some SonarQube warnings
|
||||||
- remove unused 32-bit architectures
|
- remove unused 32-bit architectures
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
# 1 Build Base Image #
|
# 1 Build Base Image #
|
||||||
######################
|
######################
|
||||||
|
|
||||||
ARG BUILD_FROM="ghcr.io/hassio-addons/base:18.0.0"
|
ARG BUILD_FROM="ghcr.io/hassio-addons/base:18.0.3"
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM $BUILD_FROM AS base
|
FROM $BUILD_FROM AS base
|
||||||
|
|
||||||
|
|||||||
@@ -10,8 +10,6 @@ init: false
|
|||||||
arch:
|
arch:
|
||||||
- aarch64
|
- aarch64
|
||||||
- amd64
|
- amd64
|
||||||
- armhf
|
|
||||||
- armv7
|
|
||||||
startup: services
|
startup: services
|
||||||
homeassistant_api: true
|
homeassistant_api: true
|
||||||
map:
|
map:
|
||||||
|
|||||||
Reference in New Issue
Block a user