Skip to content

Releases: tinybirdco/kubernetes-event-exporter

1.8.3

15 Sep 11:36
c535be4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.2...1.8.3

1.8.2

06 Aug 10:42
bd8f0c5
Compare
Choose a tag to compare

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

06 Aug 07:42
Compare
Choose a tag to compare

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