Releases: DataDog/dd-otel-host-profiler
Releases · DataDog/dd-otel-host-profiler
dev
Add option to self-profile with Go runtime profiler (#47)
v0.2.0
Major Updates
- First version of Datadog host profiler using opentelemetry-ebpf-profiler as a library
What's Changed
- Add CODEOWNERS by @nsavoire in #2
- Add exe path metadata by @nsavoire in #1
- Add ELF symbol upload by @nsavoire in #3
- chore: add a docker-compose file for local development by @nsavoire in #7
- Add github CI/CD setup by @nsavoire in #5
- Timeline by @nsavoire in #8
- Add gitlab CI with relenv deploy job by @nsavoire in #6
- Fix govulncheck by @nsavoire in #9
- Set build flags to build a static binary by @nsavoire in #10
- Add container metadata to the profiles by @nsavoire in #4
- Rename to dd-otel-host-profiler by @nsavoire in #11
- Fix warning when env variable is not defined by @nsavoire in #13
- Add version to profiler by @nsavoire in #12
- Update opentelemetry-ebpf-profiler version by @nsavoire in #15
- Use symbol-query endpoint to check if symbols already exists in DB by @nsavoire in #14
- Prepare repository for opensourcing by @nsavoire in #16
- Activate CodeQL by @nsavoire in #18
- style: DataDog -> Datadog by @nsavoire in #19
- Fix wrong URL by @nsavoire in #20
- Fix symbol upload by @nsavoire in #21
- [PROF-10607] Use basename instead of full path by @nsavoire in #22
- [PROF-10739] Add
SECURITY.md
that indicates how to engage Datadog about security issues. by @nsavoire in #23 - Set toplevel github token permissions to read by @nsavoire in #24
- Revert "Set toplevel github token permissions to read (#24)" by @nsavoire in #25
- Fix code scanning warnings by @nsavoire in #26
- Remove golangci install script usage by @nsavoire in #27
- Remove OpenSSF scorecard badge by @nsavoire in #28
- github: run workflows for dependabot by @Gandem in #33
- Bump github/codeql-action from 3.26.13 to 3.27.0 by @dependabot in #29
- Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #31
- Bump actions/setup-go from 5.0.2 to 5.1.0 by @dependabot in #30
- Fix lint job permissions by @nsavoire in #34
- Rename env variables to follow DataDog profiling naming conventions by @nsavoire in #17
- fix: typo in release workflow by @nsavoire in #35
- Bump github/codeql-action from 3.27.0 to 3.27.1 by @dependabot in #36
- documentation: update README for development setup by @Gandem in #37
- Bump github/codeql-action from 3.27.1 to 3.27.2 by @dependabot in #38
Full Changelog: https://github.com/DataDog/dd-otel-host-profiler/commits/v0.2.0
dev-test
Merge 8ab96e0f373cd040c69fe578ae5405ff9127dcb3 into 66469a571e0cd72e0…