- ✨ Gelf TCP support
- ⬆️ Update go to golang:1.23.5
- ✨ Added Splunk Adapter. This adapter is based on the logspout-splunk. Note that this adapter is not tested by me. Any issues can be reported on this issue as long as it is open.
- ⬆️ Update go to golang:1.23.3
- 🛠 Build with golang cross-compilation using only the amd64 image. This results in much faster builds. Without this the builds for some architectures would fail for some reason. If this version does not run on your architecture, please let me know.
- ⬆️ Updates to github workflow dependencies (dependabot)
- ⬆️ Update go to golang:1.23.0
- 🛠 Fix bug with timestamps in loki adapter
- ⬆️ Update go to golang:1.22.3
- ⬆️ Updates to github workflow dependencies (dependabot)
- ⬆️ Update base image to 3.20
- 🛠 Build with golang alpine image because armhf build would otherwise fail with new go version
- ⬆️ Updates to github workflow dependencies (dependabot)
- ⬆️ Update go to golang:1.22.1
- ⬆️ Update base image to 3.19
- ⬆️ Updates to github workflow dependencies (dependabot)
- ⬆️ Update go to golang:1.21.5
- ✨ Added support for Loki with Basic Authentication and
https
, supporting Loki on grafana.com
- ⬆️ Updates to github workflow dependencies (dependabot)
- ⬆️ Updated workflow yaml's using the latest from home-assistant/addon-example
- ⬆️ Updates to github workflow dependencies (dependabot)
- ⬆️ Build with golang:1.21.0
- ✨ Added Logstash adapter (https://github.com/looplab/logspout-logstash)
- ⬆️ Updates to github workflow dependencies (dependabot)
- ⬆️ Build with golang:1.20.4
- ⬆️ Bump base image to 3.18
- ⬆️ Updates to github workflow dependencies (dependabot)
- ⬆️ Build with golang:1.20.2
- ⬆️ Updates to github workflow dependencies (dependabot)
- ⬆️ Build with golang:1.19.4
- ⬆️ Updates to github workflow dependencies (dependabot)
- ⬆️ Build with golang:1.19.2
- ⬆️ Update home-assistant base image to 3.16
- 🔨 Added
hostname
option (defaults tohomeassistant
if not specified) - 🔨 Default of 5m for inactivity timeout Env variables for these options take precedence but may be removed to simplify the configuration.
- 🛠 Logspout is now build from a forked repository. This simplifies the build and makes it easier to apply some patches specifically for this add-on
- ⬆️ Update github workflow dependencies
- 🚀 Added loki adapter
- 🔨 Set SYSLOG_HOSTNAME to
homeassistant
by default
- 📚 Added links to issue tracker and discussions topic
- 📚 Some small other documentation changes
- ⬆️ Update to base image 3.15
- ⬆️ Update Golang builder image to 1.18.3-alpine3.16
- ⬆️ Update github workflow dependencies
- 🧰 Staring with CMD instead of s6 service
- Mount config folder
- Document usage of custom TLS certificates
- Documentation updates
Forked and updated logspout-gelf
so that it resolves the hostname just like the syslog
module
- Documentation
- Initial release