Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.70.3 #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 26, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gopkg.in/DataDog/dd-trace-go.v1 v1.19.0 -> v1.70.3 age adoption passing confidence

Release Notes

DataDog/dd-trace-go (gopkg.in/DataDog/dd-trace-go.v1)

v1.70.3

Compare Source

Summary

This patch release fixes an issue when using orchestrion. Seeing this error message 👇 or seeing an build with orchestrion hangs are symptoms of this issue:

-: # net/http
resolving woven dependency on gopkg.in/DataDog/dd-trace-go.v1/ddtrace/ext: cycle detected: net/http -> net/http
Changes

Please refer to v1.70.0 release notes for more detail.

Full Changelog: DataDog/dd-trace-go@v1.70.0...v1.70.1

v1.70.2

Compare Source

Summary

This patch release fixes the following issue encountered when running go mod tidy:

module go.opentelemetry.io/collector/pdata@latest found (v1.21.0), but does not contain package go.opentelemetry.io/collector/pdata/internal/data/protogen/profiles/v1experimental

Changes

Please refer to v1.70.0 release notes for more detail.

Full Changelog: DataDog/dd-trace-go@v1.70.0...v1.70.1

v1.70.1

Compare Source

Fix the version number reported by dd-trace-go to avoid the release candidate label and add a fix for internal/civisiblity.

Full Changelog: DataDog/dd-trace-go@v1.70.0...v1.70.1

v1.70.0

Compare Source

This release includes ASM Exploit Prevention's General Availability and offers multiple fixes in contribs, improved client-side stats implementation, and multiple environment variables for configuration:

  • DD_PROFILING_FLUSH_ON_EXIT: if set to 1, the profiler will upload the profiles in progress when profiler.Stop is called. Be mindful of using this setting for short-lived programs (e.g. lambdas, which we do not currently support for Go) as it may lead to inflated host counts. Also note that stopping the CPU profiler takes 200ms. See https://go.dev/issue/63043.
  • DD_PROFILING_ENABLED: if set to false, then calling profiler.Start will not enable profiling. Note that setting this to true is not sufficient to enable profiling; you still need to call profiler.Start.
  • DD_TRACE_LOG_DIRECTORY: it allows specifying a log directory for tracer logs (details).
  • DD_APPSEC_RASP_ENABLED: if set to false, disables ASM Exploit Prevention (defaults to true)

What's Changed

Application Performance Monitoring (APM)
Application Security Management (ASM)

We’re pleased to release Exploit Prevention (aka Run-time Application Self-Protection (RASP)) to protect your Go services against exploits of SQL injections (SQLi), Server-Side Request Forgeries (SSRF) and Local File Inclusion (LFI) vulnerabilities.
We recommend leveraging orchestrion, our new automatic Go instrumentation tool, to benefit from this new type of application security monitoring automatically. Note that some of those features are exclusive to orchestrion, such as LFI or the upcoming Command Injection (CMDi), which is coming later this quarter.
Please refer to the documentation or our blog post for more information.

CI Visibility
Profiling
General

New Contributors

Full Changelog: DataDog/dd-trace-go@v1.69.1...v1.70.0

v1.69.1

Compare Source

Summary

This patch release introduces multiple bug fixes and refactors mainly related to contribs for integrating dd-trace-go better with Orchestrion. More details below.

Changes

Application Performance Monitoring (APM)

  • contrib/confluentinc/confluent-kafka-go: split tracing code #​2907
  • contrib/confluentinc/confluent-kafka-go: fix goroutine leak in Produce #​2924
  • contrib/dimfeld/httptreemux.v5: failing tests for path variable replacement #​2938
  • contrib/jackc/pgx.v5: wrap previous tracer #​2932
  • contrib/log/slog: fix WithAttrs and WithGroup implementation #​2857
  • contrib/net/http: refactor tracing #​2921
  • contrib/segmentio/kafka.go.v0: refactor tracing code #​2885
  • contrib/slog: clone record before calling Add #​2929
  • [fix][tracer] DD_TRACE_HEADER_TAGS treats trailing colon as invalid input #​2913
  • Fix: Support custom propagators in startup log #​2925

Full Changelog: DataDog/dd-trace-go@v1.69.0...v1.69.1

v1.69.0

Compare Source

This release offers a lot of QOL changes and fixes for DataStreams Monitoring (DSM) and for two contribs: 99designs/gqlgen and aws/aws-sdk-go-v2/. Application Security now offers new attacker fingerprinting capabilities and support for entire read-only filesystem on linux

[!IMPORTANT]
If you are using gopkg.in/DataDog/dd-trace-go.v1/contrib/net/http.WrapRoundTripper, you can expect new errors to be reported in the span generated by your outgoing HTTP requests. The behaviour expected across all tracers was to report status codes between 400 and 500 as errors. Meanwhile dd-trace-go was reporting errors when the status code was between 500 and 600, this is now fixed. To revert to the previous behaviour. Please use the following environement variable: DD_TRACE_HTTP_CLIENT_ERROR_STATUSES=500-600

What's Changed

Application Performance Monitoring (APM)
Application Security Management (ASM)
Profiling
CI Visibility
General

New Contributors

Full Changelog: DataDog/dd-trace-go@v1.68.0...v1.69.0

v1.68.0

Compare Source

With the release of Go 1.23, we are dropping support for Go 1.21. Our minimum supported Go release is now Go 1.22.

This release removes the gopkg.in/DataDog/dd-trace-go.v1/contrib/google.golang.org/grpc.v12 integration, which wrapped grpc v0.12.0. This release also brings several bug fixes to the APM and ASM libraries.

What's Changed

Application Performance Monitoring (APM)
Application Security Management (ASM)
General

New Contributors

Full Changelog: DataDog/dd-trace-go@v1.67.1...v1.68.0

v1.67.1

Compare Source

Summary

This patch release provides two small changes around sampling. Now, resampling only occurs on root spans, and no child spans carry redundant sampling tags. Additionally, in order to support adaptive sampling, client stats were updated to match the version in the Trace Agent.

Changes

Application Performance Monitoring (APM)

  • ddtrace/tracer: add IsTraceRoot to clients-side-stats in #​2821
  • ddtrace/tracer: fixed resampling to occur on root span only in #​2824

Full Changelog: DataDog/dd-trace-go@v1.67.0...v1.67.1

v1.67.0

Compare Source

Summary

In this release, Application Performance Monitoring (APM) introduces optimized W3C context propagation, reduced lock contention on Git metadata tags and support for span events in OpenTelemetry. It improves multiple contribs, see below, and releases a new one for uptrace/bun. It also introduces multiple fixes, improves support for Orchestrion and deprecates hostname detection, now available behind a compatibility environment variable DD_TRACE_CLIENT_HOSTNAME_COMPAT=v1.66.0.

Contribs updated in this release:

  • gocql/gocql: support for MapScanCAS and the Observer API, and bug fixed in cluster and datacenter tag values, old behaviour available behind compatibility environment variable DD_TRACE_GOCQL_COMPAT=v1.65.
  • gorm.io/gorm.v1: adds parent span propagation.
  • IBM/sarama.v1: support for DSM.
  • net/http: support for rwUnwrapper interface.
  • uptrace/bun: new contrib available.

Application Security Management (ASM) improves WAF run operations and upgrades go-libddwaf.

Changes

Application Performance Monitoring (APM)
Application Security Management (ASM)
General

New Contributors

Full Changelog: DataDog/dd-trace-go@v1.66.0...v1.67.0

v1.66.0

Compare Source

Summary

In this release, Application Performance Monitoring (APM) adds support for log/slog instrumentation.
And Application Security Management (ASM) now monitors protects SQL queries performed via database/sql against SQL injections.

This release aligns our Go support policy with the official policy of the Go project, brings several bug fixes to the tracer, contrib packages and appsec.

Changes

Application Performance Monitoring (APM)
Application Security Management (ASM)
General

New Contributors

Full Changelog: DataDog/dd-trace-go@v1.65.1...v1.66.0

v1.65.1

Compare Source

Summary

This patch release provide two small fixes:

  • Workaround of a bug found in go 1.20 that concerns all users of the appsec/events.IsSecurityError() that made the function always return false. Seeing spans in the DataDog's UI containing errors with the following message can also be a symptom of this issue: request blocked by WAF
  • Removal of a unsolicitated warning log in the form of: ignoring DD_TRACE_SAMPLE_RATE, error: strconv.ParseFloat: parsing "": invalid syntax

Changes

Application Performance Monitoring (APM)

  • ddtrace/tracer: update sample rate configuration parsing to avoid logging a warning when empty in #​2751

Application Security Management (ASM)

  • appsec: fix IsSecurityError in #​2746

Full Changelog: DataDog/dd-trace-go@v1.65.0...v1.65.1

v1.65.0

Compare Source

Summary

In this release, Application Performance Monitoring (APM) improved trace and span IDs generation using math/rand/v2 for Go 1.22 and later. APM introduced support for Go 1.22 ServeMux patterns and OTel env vars and better OTel HTTP status code remapping. Also, APM fixed a race condition when using spans concurrently and how dropped traces were reported to the agent.

Application Security Management (ASM) introduces its new "Exploit Prevention" in public beta, a new type of in-app security monitoring that detects and blocks vulnerability exploits. This release includes Exploit Prevention of Server-Side Request Forgeries (SSRF) for HTTP client requests.

Data Streams Monitoring (DSM) updates sketch mapping to improve accuracy and moves to google.golang.org/protobuf.

And last, multiple dependencies have been upgraded to fixed versions for reported vulnerabilities and to reduce our dependency on github.com/golang/protobuf.

Changes

Application Performance Monitoring (APM)

Application Security Management (ASM)

Data Streams Monitoring

Genera

New Contributors

Full Changelog: DataDog/dd-trace-go@v1.64.0...v1.65.0

v1.64.1

Compare Source

This patch release brings a fix for a data race in ddtrace/tracer when applying trace sampling rules and setting tags concurrently.

Full Changelog: DataDog/dd-trace-go@v1.64.0...v1.64.1

v1.64.0

Compare Source

Summary

In this release, the tracer adds support for tag-based sampling in sampling rules set via remote configuration. See https://docs.datadoghq.com/tracing/trace_collection/runtime_config/ for more on remote configuration.
Additionally, the tracer now supports matching numeric values via span sampling rules, in addition to string values.
For example, [{"error_code": "4??", "sampling_rate":"0.01"}] will now match both the integer 403 and
the string `"403". String matches are now case-insensitive.

This release brings several bug fixes to the tracer, contrib packages, and remote configuration.

Changes

Application Performance Monitoring (APM)

Fixes

Application Performance Monitoring (APM)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Author

renovate bot commented Apr 26, 2021

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/voyagegroup/hakaru201911-team-a":"/mnt/renovate/gh/voyagegroup/hakaru201911-team-a" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/voyagegroup/hakaru201911-team-a" docker.io/renovate/go:1.12.17 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./..."
go: finding github.com/go-sql-driver/mysql v1.4.1
go: finding gopkg.in/DataDog/dd-trace-go.v1 v1.30.0
go: finding github.com/DataDog/datadog-go v4.4.0+incompatible
go: finding github.com/tinylib/msgp v1.1.2
go: finding github.com/DataDog/gostackparse v0.5.0
go: finding github.com/google/pprof v0.0.0-20210125172800-10e9aeb4a998
go: finding github.com/stretchr/testify v1.7.0
go: finding github.com/chzyer/logex v1.1.10
go: finding github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639
go: finding github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
go: finding github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1
go: finding golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e
go: finding github.com/davecgh/go-spew v1.1.0
go: finding github.com/stretchr/objx v0.1.0
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
go: downloading gopkg.in/DataDog/dd-trace-go.v1 v1.30.0
go: downloading github.com/go-sql-driver/mysql v1.4.1
go: extracting github.com/go-sql-driver/mysql v1.4.1
go: finding github.com/carlescere/scheduler latest
go: extracting gopkg.in/DataDog/dd-trace-go.v1 v1.30.0
build github.com/voyagegroup/hakaru: cannot load gopkg.in/DataDog/dd-trace-go.v1/contrib/database/sql: mkdir /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/!data!dog: permission denied

@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from 708d450 to 84bd002 Compare June 6, 2021 22:28
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.30.0 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.31.1 Jun 6, 2021
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from 84bd002 to 61556d5 Compare June 15, 2021 15:10
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from 61556d5 to de33d4f Compare October 18, 2021 22:55
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.31.1 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.33.0 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from de33d4f to 9dba34c Compare March 7, 2022 12:08
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.33.0 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.36.2 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from 9dba34c to ecc61d2 Compare March 26, 2022 14:13
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.36.2 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.37.0 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from ecc61d2 to 18bea1f Compare April 24, 2022 23:24
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.37.0 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.38.0 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from 18bea1f to 8e0cfa9 Compare May 15, 2022 18:34
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.38.0 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.38.1 May 15, 2022
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from 8e0cfa9 to f740d94 Compare September 25, 2022 18:37
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.38.1 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.42.0 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from f740d94 to ecd0f46 Compare November 20, 2022 16:01
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.42.0 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.43.1 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from ecd0f46 to 60e27d4 Compare March 18, 2023 16:02
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.43.1 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.48.0 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from 60e27d4 to 2e88581 Compare May 29, 2023 23:45
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.48.0 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.51.0 May 29, 2023
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from 2e88581 to 1ea3caa Compare June 22, 2023 17:39
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.51.0 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.52.0 Jun 22, 2023
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from 1ea3caa to eb545e7 Compare August 1, 2023 01:13
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.52.0 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.53.0 Aug 1, 2023
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from eb545e7 to fcbbf85 Compare August 10, 2023 23:44
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.53.0 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.54.0 Aug 10, 2023
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from fcbbf85 to 4d4438a Compare September 8, 2023 02:39
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.54.0 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.54.1 Sep 8, 2023
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from 5875c8f to 8763ed6 Compare May 1, 2024 02:47
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.63.0 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.63.1 May 1, 2024
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from 8763ed6 to 11ca065 Compare May 23, 2024 05:46
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.63.1 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.64.0 May 23, 2024
Copy link
Author

renovate bot commented Jun 5, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.12 -> 1.23.4

@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from 11ca065 to a178e5d Compare June 8, 2024 04:57
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.64.0 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.64.1 Jun 8, 2024
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from a178e5d to 132c0d5 Compare June 12, 2024 17:55
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.64.1 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.65.0 Jun 12, 2024
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from 132c0d5 to cc6b7a3 Compare June 21, 2024 05:58
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.65.0 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.65.1 Jun 21, 2024
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from cc6b7a3 to 9d73f9e Compare July 26, 2024 02:32
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.65.1 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.66.0 Jul 26, 2024
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from 9d73f9e to 1d3c3cd Compare August 25, 2024 05:47
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.66.0 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.67.0 Aug 25, 2024
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from 1d3c3cd to 330640f Compare September 6, 2024 05:25
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.67.0 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.67.1 Sep 6, 2024
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from 330640f to c5acdca Compare September 19, 2024 06:00
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.67.1 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.68.0 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from c5acdca to 821bbee Compare October 18, 2024 05:36
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.68.0 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.69.0 Oct 18, 2024
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from 821bbee to f418c4e Compare October 31, 2024 23:43
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.69.0 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.69.1 Oct 31, 2024
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch 2 times, most recently from bd1b0b3 to 79e2a61 Compare November 23, 2024 05:54
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.69.1 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.70.1 Nov 23, 2024
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from 79e2a61 to 05abc52 Compare December 23, 2024 14:52
@renovate renovate bot force-pushed the renovate/gopkg.in-datadog-dd-trace-go.v1-1.x branch from 05abc52 to 19e39b1 Compare January 6, 2025 19:19
@renovate renovate bot changed the title Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.70.1 Update module gopkg.in/DataDog/dd-trace-go.v1 to v1.70.3 Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants