v0.2.0
v0.2.0
The main addition in this version is client mTLS authentication support, which comes in with
extensive e2e tests for TLS settings.
--no-tls-verify
is deprecated in favor of --tls-no-verify
so all the TLS options are consistent.
otel-cli span background
now has a --background-skip-parent-pid-check
option for some use cases
where folks want otel-cli to keep running past its parent process.
Changelog
- 52f1143 #11 support OTEL_SERVICE_NAME per spec (#158)
- ed4bf2f Bump golang.org/x/net from 0.5.0 to 0.7.0 (#159)
- 5c5865c Make configurable skipping pid check in span background command (#161)
- 7214b64 Replace Jaeger instructions with otel-desktop-viewer (#162)
- 6018f76 TLS naming cleanup (#166)
- 9a7de86 add TLS testing and client certificate auth (#150)
- f9f43f9 chore(deps): update jaegertracing/all-in-one docker tag to v1.42.0 (#151)
- 76e1247 chore(deps): update otel/opentelemetry-collector docker tag to v0.71.0 (#156)
- 386dab9 fix(deps): update module google.golang.org/grpc to v1.53.0 (#154)
- 3cb4c14 fix(deps): update opentelemetry-go monorepo to v1.13.0 (#155)
- 759fbef miscellaneous documentation fixes (#165)
- f5286c0 never allow insecure automatically for https:// URIs (#149)