Releases: tinybirdco/kubernetes-event-exporter
Releases · tinybirdco/kubernetes-event-exporter
1.8.3
What's Changed
- Validate if object cache key exists by @luiseterc in #5
Full Changelog: 1.8.2...1.8.3
1.8.2
What's Changed
- Add templated stream labels support for Loki sink by @luiseterc in #3
- Added support for using Go templates in Loki stream labels
- Only templates values that use {{ ... }} syntax
- Mix static and dynamic values in stream labels
- Updated documentation with examples and explanation
Full Changelog: 1.8.1...1.8.2
1.8.1
What's Changed
- Add basic authentication support to Loki sink by @tinybirdco in #2
- Update all references from civitatis to tinybirdco
- Fix build process to correctly handle module path changes
New Contributors
- @luiseterc made their first contribution in #2