Skip to content

Commit bcf3a2e

Browse files
committed
feat: Gelf TCP support
1 parent 43901a8 commit bcf3a2e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

logspout/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->
22

3+
## 1.8.0
4+
### ✨ New features
5+
- ✨ Gelf TCP support
6+
7+
### ⬆️ Dependency updates
8+
- ⬆️ Update go to golang:1.23.5
9+
310
## 1.7.0
411

512
### ✨ New features

logspout/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# See https://github.com/home-assistant/docker-base
22
# Also update build.yaml!
33
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.20
4+
ARG HOST_PLATFORM=linux/amd64
45

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
67
ARG BUILD_ARCH=amd64
78
LABEL maintainer="bertusbaron@gmail.com"
8-
ENV LOGSPOUT_HASSIO_VERSION='hassio-5'
9+
ENV LOGSPOUT_HASSIO_VERSION='hassio-6'
910

1011
WORKDIR /go/src/github.com/bertbaron/
1112

logspout/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
22
name: Logspout addon
3-
version: "1.7.0"
3+
version: "1.8.0"
44
image: "ghcr.io/bertbaron/{arch}-addon-logspout"
55
slug: logspout
66
description: "Send HA logging to remote log management systems"

0 commit comments

Comments
 (0)