hypertrace / hypertrace-collector

OpenTelemetry collector distribution for Hypertrace platform
6 stars 5 forks source link

Update otel collector 0.60.0 #88

Closed prodion23 closed 2 years ago

prodion23 commented 2 years ago

Description

Upgraded to otel collector v0.54.0 https://github.com/open-telemetry/opentelemetry-collector/tree/v0.60.0

Testing Unit tests still passing. Tested locally and collector still comes up

Checklist: [ ✅ ] My changes generate no new warnings [ ✅ ] Any dependent changes have been merged and published in downstream modules

tim-mwangi commented 2 years ago

So I looked at the container scan to see what the issue was and saw that there's an http/2 vulnerability in pre 1.18.6 go versions and pre 1.19.1 versions as well. https://github.com/advisories/GHSA-69cg-p879-7622 .

tim-mwangi commented 2 years ago

Was wondering why the container scan task wasn't showing up. Realized it's been baked into the image build https://github.com/hypertrace/hypertrace-collector/actions/runs/3070419634/jobs/4960125415#step:4:26

tim-mwangi commented 2 years ago

@prodion23 if the container scan is being a pain let's fix this in a different PR.