Skip to content

Releases: tinybirdco/kubernetes-event-exporter

1.8.4

14 Oct 15:32
7248b52

Choose a tag to compare

What's Changed

  • Add buffered channel to handle event bursts without blocking by @luiseterc in #7
  • feat: sink panic and send timeout by @luiseterc in #9

Full Changelog: 1.8.3...1.8.4

1.8.3

15 Sep 11:36
c535be4

Choose a tag to compare

What's Changed

Full Changelog: 1.8.2...1.8.3

1.8.2

06 Aug 10:42
bd8f0c5

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

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