Releases: open-telemetry/opentelemetry-ebpf-instrumentation
Releases · open-telemetry/opentelemetry-ebpf-instrumentation
v0.2.0
Overview
Added
- Add peer service to client spans. (#854)
Fixed
- Verify already started protocol handlers. (#832)
- Update to match db semconv. (#849)
- Tag docker images on release. (#852)
- Delay route harvesting for Java apps. (#855)
- Tag k8s cache docker image on release. (856)
What's Changed
- Verify already started protocol handlers by @grcevski in #832
- Add releasing documentation by @MrAlias in #850
- Add release tag to docker image by @MrAlias in #852
- chore(deps): update rust crate tokio to v1.43.1 [security] by @renovate[bot] in #845
- fix(deps): update module google.golang.org/protobuf to v1.33.0 [security] by @renovate[bot] in #837
- fix(deps): update dependency org.apache.kafka:kafka-clients to v3.9.1 [security] by @renovate[bot] in #846
- Update to match db semconv by @grcevski in #849
- Add peer service to client spans by @grcevski in #854
- Delay route harvesting for Java apps by @grcevski in #855
- chore(deps): update dependency axios to v1.13.1 by @renovate[bot] in #857
- chore(deps): update localstack/localstack docker tag to v4.10 by @renovate[bot] in #861
- chore(deps): update mongo docker tag to v8.2.1 by @renovate[bot] in #862
- chore(deps): update dependency rails to "~> 7.2.0" by @renovate[bot] in #858
- Tag otel/opentelemetry-ebpf-k8s-cache on release by @MrAlias in #856
- chore(deps): update docker.elastic.co/elasticsearch/elasticsearch docker tag to v9.2.0 by @renovate[bot] in #859
- aws: misc fixes by @mmat11 in #863
- Release v0.2.0 by @MrAlias in #864
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial release of go.opentelemetry.io/obi! 🎉
What's Changed
- Add codeowners by @trask in #2
- Restrict ownership of CODEOWNERS to maintainers by @MrAlias in #3
- Update README by @MrAlias in #5
- Add project changelog by @MrAlias in #4
- Import Beyla code by @mariomac in #15
- Configuration: replace BEYLA_ by OTEL_EBPF_ in env vars by @mariomac in #17
- Add Github actions for PR validation tasks by @mariomac in #19
- Remove OTEL process metrics by @mariomac in #20
- Use linter config from OTEL Collector + Fix raised linter problems by @mariomac in #21
- Generate and push docker images by @mariomac in #22
- Enhance security of github actions by @mariomac in #24
- Fix Python Redis test by @grcevski in #29
- Automatic update of offsets.json by @github-actions[bot] in #28
- Discovery configuration: replace regular expressions by "globs" by @mariomac in #31
- Remove routes > ignored_patterns configuration option by @mariomac in #33
- Remove Grafana Cloud endpoint configuration by @mariomac in #32
- Support OTEL env var substitution in YAML config by @mariomac in #35
- Introduce fastelf package and use it for finding the process language… by @rafaelroquetto in #34
- Set credentials for pushing container images to docker hub by @mariomac in #38
- Add Renovate configuration by @opentelemetrybot in #39
- Pin dependencies by @renovate[bot] in #40
- Update actions/setup-go digest to d35c59a by @renovate[bot] in #41
- Update github.com/ianlancetaylor/demangle digest to f615e6b by @renovate[bot] in #43
- Update github.com/mariomac/guara digest to 1e4dbdf by @renovate[bot] in #44
- Fix docker build-push-action by @mariomac in #47
- Update all patch versions by @renovate[bot] in #45
- Add package write permision to Docker publish workflow by @MrAlias in #50
- Update golang:1.24 Docker digest to 86b4cff by @renovate[bot] in #51
- Update module github.com/segmentio/kafka-go to v0.4.48 by @renovate[bot] in #52
- Remove prototype L7 tracer by @rafaelroquetto in #54
- Fix offsets update workflow by @MrAlias in #55
- Pin actions/create-github-app-token action to d72941d by @renovate[bot] in #56
- Update actions/checkout action to v3.6.0 by @renovate[bot] in #58
- Update actions/create-github-app-token action to v1.12.0 by @renovate[bot] in #59
- Update actions/setup-go action to v3.6.1 by @renovate[bot] in #60
- Update actions/upload-artifact action to v4.6.2 by @renovate[bot] in #61
- Update ghcr.io/grafana/beyla-ebpf-generator:main Docker digest to 0cce665 by @renovate[bot] in #57
- Support k8s.job.name and k8s.cronjob.name attributes by @cuichenli in #46
- Optimize K8s cache by @mariomac in #62
- Update golang:1.24 Docker digest to 1bcf884 by @renovate[bot] in #66
- [port] #1850: More connection tracking fixes by @marctc in #68
- Start modifying the instrumenter for vendoring mode by @mariomac in #64
- Fix race condition in K8s informers cache by @mariomac in #73
- Update golang:1.24 Docker digest to 02a2275 by @renovate[bot] in #67
- [port] #1851: Handle disconnects better by @marctc in #69
- [port] #1858: Allow periods in route heuristics by @marctc in #70
- [port] #1862: fix: HTTP2 header check causes panic by @marctc in #71
- [port] #1899: Fix tracking stale requests by @marctc in #72
- Bump peter-evans/create-pull-request action to v7.0.8 by @MrAlias in #65
- Make update offsets to work with limited otelbot permissions by @trask in #74
- Prevent unnecessary K8s cache updates by @mariomac in #76
- Fix update offsets automation by @trask in #78
- Update golang:1.24 Docker digest to baf611f by @renovate[bot] in #77
- Automatic update of offsets.json by @otelbot[bot] in #79
- Update golang:1.24 Docker digest to 4c0a181 by @renovate[bot] in #80
- Update astral-sh/setup-uv action to v6.1.0 by @renovate[bot] in #81
- Update docker/build-push-action action to v6.17.0 by @renovate[bot] in #83
- Update codecov/codecov-action action to v4.6.0 by @renovate[bot] in #82
- Automatic update of offsets.json by @otelbot[bot] in #89
- [port] #1887: Add option for process discovery to filter on containers by @marctc in #88
- [port] #1875: Change how we correlate SSL to connection informatio by @marctc in #87
- [port] #1926: Align span status to http semantic conventions by @marctc in #92
- [port] #1953: Introduce option to only generate ebpf files when modified by @marctc in #91
- [port] #1904: Upgrade to OTel 0.125.0 by @marctc in #86
- [port] #1906: Introduce Required() method by @marctc in #90
- [port] #1918: Fix wrong SSL port by @marctc in #94
- Automatic update of offsets.json by @otelbot[bot] in #97
- Temporarily restore regular expression usage in service selector by @mariomac in #96
- [port] #1991: Make k8s on when we are running on k8s by @marctc in #101
- Update module google.golang.org/grpc to v1.72.2 by @renovate[bot] in #98
- ...