Skip to content

swo-k8s-collector-4.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Sep 11:08
· 75 commits to master since this release
fe42c32

What's Changed

Added

  • Improved compatibility with 3rd party tools for managing Helm charts.
    • Added Helm chart README.
    • Fixed icon.
    • Improved Helm chart documentation.
  • Setting cluster.uid is now optional. If not provided it defaults to value of cluster.name.
  • Initial support for OpenShift clusters.
    • Set openshift.enabled to true during deployment to automatically generate necessary k8s resources.
    • Settings ebpfNetworkMonitoring.enabled and swoagent.enabled must be set to false as they are not supported yet.
    • This is an experimental feature and it may change in the future.

Changed

  • Settings otel.metrics.k8s_instrumentation, otel.logs.k8s_instrumentation and otel.events.k8s_instrumentation are deprecated and may be removed in a future version.
  • Enabled automatic deployment of the OTEL Network Collector to the cluster.
  • Improved build pipeline.
  • Upgraded collector image to 0.11.5 which brings following changes:
    • See Release notes for 0.11.5.
    • Bumped 3rd party dependencies and Docker images.

Fixed

  • Configuring otel.events.k8s_instrumentation.labels.excludePattern or otel.events.k8s_instrumentation.annotations.excludePattern might cause the events collector to fail when manifest collection is enabled.
  • Fixed the autoupdate job to run only on Linux Nodes.

New Contributors

Full Changelog: swo-k8s-collector-4.0.0...swo-k8s-collector-4.1.0