File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->
2
2
3
+ ## 1.8.0
4
+ ### ✨ New features
5
+ - ✨ Gelf TCP support
6
+
7
+ ### ⬆️ Dependency updates
8
+ - ⬆️ Update go to golang:1.23.5
9
+
3
10
## 1.7.0
4
11
5
12
### ✨ New features
Original file line number Diff line number Diff line change 1
1
# See https://github.com/home-assistant/docker-base
2
2
# Also update build.yaml!
3
3
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.20
4
+ ARG HOST_PLATFORM=linux/amd64
4
5
5
- FROM --platform=linux/amd64 golang:1.23.5-alpine3.20 AS build
6
+ FROM --platform=$HOST_PLATFORM golang:1.23.5-alpine3.20 AS build
6
7
ARG BUILD_ARCH=amd64
7
8
LABEL maintainer="bertusbaron@gmail.com"
8
- ENV LOGSPOUT_HASSIO_VERSION='hassio-5 '
9
+ ENV LOGSPOUT_HASSIO_VERSION='hassio-6 '
9
10
10
11
WORKDIR /go/src/github.com/bertbaron/
11
12
Original file line number Diff line number Diff line change 1
1
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
2
2
name : Logspout addon
3
- version : " 1.7 .0"
3
+ version : " 1.8 .0"
4
4
image : " ghcr.io/bertbaron/{arch}-addon-logspout"
5
5
slug : logspout
6
6
description : " Send HA logging to remote log management systems"
You can’t perform that action at this time.
0 commit comments