Skip to content

Releases: SumoLogic/sumologic-kubernetes-collection

v0.17.3

13 May 08:36

Choose a tag to compare

This is a patch release. It contains the following fixes:

  • Add quotes when specifying events sourceCategory #619 (backport of #549)

v0.17.2

06 May 07:15

Choose a tag to compare

This is a patch release with new features for the experimental tracing support only:

  • Use Otelcol v0.3 and send spans directly (#600)

Documentation bugfixes.

v0.17.1

31 Mar 17:47

Choose a tag to compare

Features:

  • Include otelcol metrics #503
  • Bump otelcol to newer version #510
  • Include dynamic config for traces #530

Documentation bugfixes.

v0.17.0

17 Mar 18:12

Choose a tag to compare

Features:

  • Downgrade Falco helm chart to 1.1.0 #494
  • Remove fluentd health check logs #494
  • Resource config for helm chart dependencies #494
  • Add missing source_category_replace_dash to systemd conf. #483 #484

Tracing changes:

  • Move spans per request to configuration for zipkin plugin #493
  • Expose otelcol UDP enpoints #499

Bugfixes:

  • No information given when release name or namespace are changed #234 #471

v0.16.0

12 Mar 16:56

Choose a tag to compare

  • initial support for OpenTelemetry collector (disabled by default)
  • documentation fixes for Prometheus installed in a namespace other than sumologic
  • adjustments for semver and releasing process

v0.15.0

21 Feb 21:31
f3df997

Choose a tag to compare

  • Support custom release name and namespace
  • add podAntiAffinity for better scheduling of pods across nodes
  • attach cluster label to prometheus metrics in fluentd

Bug fixes:

  • multiline filter fix

v0.14.0

12 Feb 23:20
8a897ba

Choose a tag to compare

  • Add async cache for metadata plugin
  • Add new fluentd buffer params
  • Add generic fluentd pipeline
  • Change default fluentd log level to info and filter fluentd logs being ingested in Sumo
  • Helm3 Documentation
  • Generalize default multiline regex
  • Expose metadata cache params
  • Expose source category for events source

Bug Fixes:

  • Prometheus 1.16 container metrics fix
  • fix Prometheus metric regex typo

v0.13.0

15 Jan 21:16
3fc5798

Choose a tag to compare

  • Adds autoscaling for fluentd
  • Improve liveness and readiness probe for fluentd
  • Change default fluentd log level to ERROR
  • Remove source categories from source creation in terraform script
  • attach logs metadata as fields for all log formats (json, json_merge, text)

Bug fixes:

  • Clean prometheus metrics to avoid duplicates
  • 1.14+ support fixes
  • Clarify usage of envFromSecret to specify env variables needed

v0.12.0

02 Dec 23:45
4fe5049

Choose a tag to compare

  • facilitate gitops better through sourced secrets in setup Chart
  • Improve non-helm install docs
  • Bump Chart Versions
  • Update helm installation/upgrade notes on collector name
  • Use fully-qualified name for fluent-bit DNS resolution
  • Customizable annotations for setup resources
  • Add Jsonnet mixin for deploying alongside kube-prometheus
  • Add Alpha Release Guide to Docs
  • Autoupdate kube-prometheus mixin
  • Add note about version flag for helm upgrade
  • Increase fluent-bit flush interval to lessen DNS load
  • Use empty endpoint URL by default for redirection
  • Add a note for helm 3 support
  • cleanup fluentd sumologic filter plugin
  • Update the instructions for FluentD configuration changes
  • Adds fluentd file buffer

Bug Fixes:

  • fix missing secret ref for gitops
  • Fix alpha helm chart installation
  • Fix libsonnet generation
  • fix multiline detection
  • fix filter plugin error with kubernetes_meta_reduce
  • Include buffer.output.conf for events configmap

v0.11.0

13 Nov 21:53
7cf9110

Choose a tag to compare

  • Use Terraform as part of setup job #249

Bug fixes:

  • Fix Helm template variables #267, #264