v1.0.0
Changelog
- 1e88678 Add possibility for GroupValueRead at startup
- ad55eea Add structured log fields to all necessary log statements.
- 968a24b Adds the enhanced connection configuration.
- 996d120 Allow to configure the logging format using the
knx-exporter.env
. - cf54175 Explicitly define a nonroot user in the Dockerfile.
- 8753991 Fixes sonar qube error in config_test.go.
- a458356 Improves documentation
- fef52df Improves postinstall script
- 1a99b42 Merge pull request #56 from nomisim/master
- e7b5387 Merge remote-tracking branch 'upstream/main'
- 86a17ba Removes usage of deprecated functions in tests.
- bc9c731 Updates all dependencies to the latest version.
- 31bb9aa Updates minimal go version to 1.21.
- 7f393ec add description of ReadStartupInterval and ReadStartup to README.md
- c2c9ac1 add test for complete StartupReader
- 0508f6e add tests for getMetricsToRead of startup-reader
- 9f12733 fix typo in README.md
- a974448 fix unnecessary cast to time.Duration in pkg/knx/startup-reader.go
- 3a22755 omit passing of s *startupReader in go routing in pkg/knx/startup-reader.go
Docker Images
quay.io/chrfritz/knx-exporter:latest
quay.io/chrfritz/knx-exporter:v1.0.0
quay.io/chrfritz/knx-exporter:v1.0
quay.io/chrfritz/knx-exporter:v1
Thanks!
A special thanks to @nomisim for the contribution about the possibility for GroupValueRead
at startup. Please take a look into #56.