SumoLogic / sumologic-kubernetes-collection

Sumo Logic collection solution for Kubernetes
Apache License 2.0
147 stars 184 forks source link

When will collector image used be updated? #3685

Closed chrism-teal closed 6 months ago

chrism-teal commented 6 months ago

The latest version in values.yaml is 0.92.0

   ### Global configuration for OpenTelemetry Collector
   otelcolImage:
     repository: "public.ecr.aws/sumologic/sumologic-otel-collector"
     tag: "0.92.0-sumo-0"

I tried running the chart with 0.98.0-sumo-0 and the json parsing breaks as well as some noise from k8s tagger that I don't see previously. Any idea when this will get updated to work with the latest image? I have some OTTL code using functions that don't exist in 0.92.0 and I'd like to get it running

swiatekm commented 6 months ago

This will be the case in v4.7.0, due to be out before the end of next week. See https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/3682 for more details as to why this upgrade was delayed,

swiatekm commented 6 months ago

Updated in https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/tag/v4.7.0.

chrism-teal commented 6 months ago

This is awesome! Thanks!