SumoLogic / sumologic-otel-collector

Sumo Logic Distribution for OpenTelemetry Collector
Apache License 2.0
39 stars 36 forks source link

chore: Upgraded otel core to 0.106.1 #1662

Closed chan-tim-sumo closed 3 weeks ago

chan-tim-sumo commented 3 weeks ago

Summary

Main changes:

  1. New release of telegraf: release-v1.31.2-sumo-1
  2. changed telegraf receiver to use release-v1.31.2-sumo-1
  3. Upgrade go to 1.22.6

Testing

make gotest passed

output:

patch cmd/main.go cmd/00_main.go.patch
patching file 'cmd/main.go'
patch cmd/main.go cmd/01_main.go.patch
patching file 'cmd/main.go'
patch cmd/main_windows.go cmd/main_windows.go.patch
patching file 'cmd/main_windows.go'
CGO_ENABLED=1 GOEXPERIMENT="" /Library/Developer/CommandLineTools/usr/bin/make -C cmd test
go test -skip '^TestValidateConfigs$' -trimpath -parallel 1 ./...
ok      github.com/SumoLogic/sumologic-otel-collector   29.446s
➜  sumologic-otel-collector git:(chan-tim_v0.106.1) ✗ 
sumo-drosiek commented 3 weeks ago

2nd latest version before 1.23.0, didn't do 1.23.0 incase there were bugs still

Thats ok. In general we should use the same go major like the upstream