Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
registry: Bump dd-trace-cpp 2.0.0 → 2.1.0
Match version used in envoyproxy/envoy main branch.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Jonh Wendell <jwendell@redhat.com>
  • Loading branch information
jwendell and claude committed Jun 2, 2026
commit cd6adcd0f87e72522cd9e3a4195c4dee7633670b
10 changes: 10 additions & 0 deletions bazel-registry/modules/dd-trace-cpp/2.1.0.envoy/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module(
name = "dd-trace-cpp",
version = "2.1.0.envoy",
compatibility_level = 0,
)

bazel_dep(name = "abseil-cpp", version = "20250814.1", repo_name = "com_google_absl")
bazel_dep(name = "bazel_skylib", version = "1.9.0")
bazel_dep(name = "platforms", version = "1.0.0")
bazel_dep(name = "rules_cc", version = "0.2.16")
15 changes: 15 additions & 0 deletions bazel-registry/modules/dd-trace-cpp/2.1.0.envoy/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
matrix:
platform:
- debian11
- ubuntu2404
- macos
bazel:
- 8.x

tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- "@dd-trace-cpp//..."
5 changes: 5 additions & 0 deletions bazel-registry/modules/dd-trace-cpp/2.1.0.envoy/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"url": "https://github.com/DataDog/dd-trace-cpp/archive/v2.1.0.tar.gz",
"integrity": "sha256-gVL7aeYVGKW1XsuW7cuxlYX4lQtvBwrJjr0LbdYXdJI=",
"strip_prefix": "dd-trace-cpp-2.1.0"
}
3 changes: 2 additions & 1 deletion bazel-registry/modules/dd-trace-cpp/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"github:DataDog/dd-trace-cpp"
],
"versions": [
"2.0.0.envoy"
"2.0.0.envoy",
"2.1.0.envoy"
],
"yanked_versions": {}
}