File opentelemetry-ebpf-profiler.changes of Package opentelemetry-ebpf-profiler

-------------------------------------------------------------------
Wed Nov 19 11:56:41 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- Update to version 0.0.202547:
  no changelog found
  * chore(deps): update github/codeql-action action to v4.31.4
    (#967)
  * Initial no-op plumbing for BEAM (Erlang/Elixir) support (#958)
  * fix(deps): update go dependencies (#965)
  * chore(deps): update actions/checkout action to v5.0.1 (#964)
  * chore: use go tool and enable formatting (#960)
  * ebpf: make all interpreters continue to next unwinder after
    early failure (#925)
  * Refactor libpf.Frame mappings (#749)
  * Remove LoaderInfo.Gaps, resolve that in v8 using
    elfehframetable (#946)
  * fix(deps): update golang.org/x/exp digest to e25ba8c (#962)
  * chore(deps): update github/codeql-action action to v4.31.3
    (#963)
  * Remove usage of sort.Slice with slices.SortFunc or something
    better (#945)
  * fix(deps): update go dependencies (#959)
  * Remove process.ExtractAsFile (#944)
  * Simplify TSDInfo by removing a duplicate definition (#956)
  * fix(deps): update go dependencies (#957)
  * Rename tpbase package to libc, update hooks and calls
    accordingly (#952)
  * fix: do not incorrectly symbolize addresses beyong gopclntab
    end (#950)
  * fix(deps): update go dependencies (#947)
  * Move config validate (#897)
  * Intern ebpf comm and labels (#921)
  * use hash of locationIndices for stackSet to reduce Sprintf
    overhead (#930)
  * Intern process metadata (#920)
  * stackdeltaextraction: use slices.SortFunc (#922)
  * fix(deps): update module
    github.com/aws/aws-sdk-go-v2/service/s3 to v1.90.0 (#935)
  * chore(deps): update docker/setup-qemu-action action to v3.7.0
    (#934)
  * chore(deps): update rust crate cpp_demangle to v0.5.1 (#933)
  * docs: deprecation of tracefs in debugfs (#924)
  * ebpf: report idle state (#896)
  * fix(deps): update go dependencies (#926)
  * refactor: replace logrus for global slog logger (#889)
  * remove unused and unreachable code (#918)
  * chore(tracer): add a workaround to allow running under race
    sanitizer (#900)
  * fix(deps): update go dependencies (#917)
  * ebpf: define stack_deltas inner map type in BTF (#904)
  * libpf, pfelf, elfgopclntab: remove reading of full symbol
    tables (#910)
  * fixes and improvements to integration tests (#913)
  * pfelf: remove debug/elf helpers (#911)
  * interpreters: add missing String decorators (#912)
  * Speed up CI workflows (#914)

-------------------------------------------------------------------
Sat Nov 08 07:06:35 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- Update to version 0.0.202545:
  no changelog found
  * fix(deps): update module github.com/cilium/ebpf to v0.20.0
    (#915)
  * chore(deps): update github/codeql-action action to v4.31.2
    (#905)
  * fix(deps): update go dependencies (#906)
  * Remove host Trace.Hash (unused) (#901)
  * reporter: report CPU ID (#875)
  * fix(deps): update module
    github.com/aws/aws-sdk-go-v2/service/s3 to v1.89.0 (#898)
  * ebpf: replace version checks with per-feature flags and
    simplify (#894)
  * ruby interpreter: fix latest offsets and execution context
    discovery (#710)
  * gopclntab: skip small segments in search for gopclntab (#881)
  * chore(deps): update github actions (major) (#893)
  * chore(deps): update github/codeql-action action to v4.31.0
    (#892)
  * python: fix 3.13.X unwinding (#837)
  * fix(deps): update go dependencies (#886)
  * chore(deps): update rust crate flate2 to v1.1.5 (#887)
  * config: drop check for MaxRPCMsgSize (#882)
  * processmanager: update process metadata alongside process
    synchroniza… (#848)
  * libpf: add string for golabels (#880)
  * golabels: unify error handling (#842)
  * Validate `MaxRPCMsgSize` in controller config (#868)
  * use ebpf variables instead of system configuration map (#847)
  * Use BTF style maps (#870)
  * chore(deps): update rust crate memmap2 to v0.9.9 (#878)
  * fix(deps): update go dependencies (#879)
  * fix(deps): update go dependencies (#874)
  * Embed config.Config to controller.Config (#867)
  * chore(deps): update github/codeql-action action to v4.30.9
    (#873)
  * fix(deps): update go dependencies (#872)
  * chore(deps): update rust crate lru to v0.16.2 (#869)
  * Move collector.Config to its own package. (#864)
  * reporter: Remove outdated comment (#865)
  * chore(deps): update github/codeql-action action to v4.30.8
    (#866)
  * fix(deps): update golang.org/x/exp digest to d2f985d (#862)
  * chore(deps): update rust dependencies (#863)
  * fix(deps): update go dependencies (#860)
  * Reduce memory overhead of systemProcess.GetMappings (#844)
  * interpreter/ruby: remove redundant LRU (#843)
  * perl: add support for 5.42 (#850)
  * fix(deps): update module
    github.com/aws/aws-sdk-go-v2/service/s3 to v1.88.4 (#856)
  * chore(deps): update github/codeql-action action to v4 (#858)
  * collector: fix undefined option (#857)
  * Introduce WithReporterFactory option to collector (#846)
  * Export Option (#853)
  * fix(deps): update go dependencies (#854)
  * chore(deps): update github/codeql-action action to v3.30.6
    (#852)
  * fix(deps): update golang.org/x/exp digest to 27f1f14 (#851)

-------------------------------------------------------------------
Thu Oct 09 08:59:02 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- Update to version 0.0.202540:
  no changelog found
  * chore(deps): update ossf/scorecard-action action to v2.4.3
    (#845)
  * Convert trace cache to frame cache (#802)
  * fix(deps): update module github.com/aws/aws-sdk-go-v2/config to
    v1.31.12 (#840)
  * Add a callback when the controller is shutting down. (#841)
  * Add a way to configure Executable Reporter. (#834)
  * fix(deps): update go dependencies (#839)
  * chore(deps): update github actions (#838)
  * chore(deps): update github/codeql-action action to v3.30.4
    (#836)
  * hotspot: add support for jdk25 (#831)
  * tracer: load uprobe program in integration tests (#826)
  * reporter: update semconv to v1.37.0 (#815)
  * chore(deps): update actions/cache action to v4.3.0 (#832)
  * Export the Collector Config (#825)
  * coredump: add export subcommand to export modules for tests
    (#805)
  * Go: set patch version to 0 (#830)
  * Allow user-defined configuration of MaxGRPCRetries and
    MaxRPCMsgSize (#819)
  * fix(deps): update go dependencies (#828)
  * chore(deps): update rust dependencies (#829)
  * reporter: Rename off_cpu sample type (#827)
  * fix(deps): update go dependencies (#821)
  * Conditionalize sched_process_free hook (#737) (#738)
  * Fix TestStackTableOrder ordering (#816)
  * fix(deps): update go dependencies to ba0b327 (#813)
  * chore: rework libpf.SliceFrom to not use reflection and type
    safe at compile time (#803)
  * Deduplicate Stack messages (#810)
  * Adhere to proto v1.8.0 Sample value/timestamp requirements
    (#807)
  * fix(deps): update go dependencies to f423e20 (#809)
  * mmap: use MADV_DONTNEED (#799)
  * ebpf-profiler: use noop.meter (#806)
  * tools: add probe-ctrl (#662)
  * fix(deps): update go dependencies to 6714771 (#804)
  * Upgrade OTLP to 1.8.0 (#773)
  * collector: use telemetrySettings.MeterProvider for internal
    metrics (#758)
  * chore(deps): update rust dependencies (#801)
  * fix(deps): update golang.org/x/exp digest to df92998 (#800)
  * chore(deps): update github/codeql-action action to v3.30.3
    (#771)
  * fix(deps): update go dependencies (#772)
  * chore(deps): update rust dependencies (#767)
  * feat: add Go buildID to profile attributes (#765)
  * chore(deps): update github/codeql-action action to v3.30.2
    (#766)
  * Go: report Go build ID (#731)
  * chore(deps): update github/codeql-action action to v3.30.1
    (#761)
  * chore: remove container id field from TraceAndMetaKey ,
    SourceInfo, E… (#757)
  * fix(deps): update go dependencies (#763)
  * fix(deps): update go dependencies (#762)
  * Improve g TLS offset retrieval for binaries built with
    buildmode=pie (#730)
  * chore(deps): update actions/setup-go action to v6 (#753)
  * ruby: fix panic when logging invalid string (#746)
  * chore(deps): update github/codeql-action action to v3.30.0
    (#752)
  * CI: update renovate (#754)

-------------------------------------------------------------------
Tue Sep 23 13:36:10 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- Update to version 0.0.202536:
  no changelog found
  * fix(deps): update go dependencies (#739)
  * fix(deps): update go dependencies (#727)
  * chore(deps): update otel/opentelemetry-ebpf-profiler-dev:latest
    docker digest to 6ab9b5f (#736)
  * chore(deps): update rust crate gimli to v0.32.2 (#733)
  * chore(deps): update rust dependencies (#726)
  * fix(deps): update go dependencies (#724)
  * chore(deps): update github/codeql-action action to v3.29.11
    (#723)
  * fix(deps): update go dependencies (#694)
  * Go: Update to Go 1.24.6 (#697)
  * chore(deps): update rust dependencies (#712)
  * chore(deps): update github/codeql-action action to v3.29.10
    (#708)
  * chore(deps): update rust crate serde_json to v1.0.143 (#709)
  * chore(deps): update rust crate thiserror to v2.0.15 (#705)
  * chore(deps): update rust crate object to v0.37.3 (#695)
  * chore(deps): update github/codeql-action action to v3.29.9
    (#692)
  * chore(deps): update actions/checkout action to v5 (#691)
  * fix(deps): update go dependencies (#690)
  * chore(deps): update rust crate thiserror to v2.0.14 (#688)
  * chore(deps): update actions/checkout action to v4.3.0 (#689)
  * chore(deps): update github actions (#684)
  * fix(deps): update go dependencies (#685)
  * chore(deps): update actions/download-artifact action to v5
    (#681)
  * chore(deps): update docker/login-action action to v3.5.0 (#680)
  * fix(deps): update go dependencies (#679)
  * chore(deps): update rust dependencies (#672)

-------------------------------------------------------------------
Tue Sep 23 13:07:35 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- Update to version 0.0.202531:
  no changelog found

-------------------------------------------------------------------
Mon Sep 22 12:32:34 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- Update to version 0.0.202529:
  no changelog found
- remove debug builds, as those are no longer possible and
  deprecated
  https://github.com/open-telemetry/opentelemetry-ebpf-profiler/issues/820

-------------------------------------------------------------------
Mon Sep 22 11:58:13 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- Update to version 0.0.202527:
  no changelog found, upstream issue:
  https://github.com/open-telemetry/opentelemetry-ebpf-profiler/issues/50

-------------------------------------------------------------------
Fri Jun 13 05:35:06 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- new package opentelemetry-ebpf-profiler, required for building
  opentelemetry-collector-contrib and
  opentelemetry-collector-ebpf-profiler
openSUSE Build Service is sponsored by