chore: update the remoteconfig dependency#3883
Merged
dd-mergequeue[bot] merged 1 commit intomainfrom Aug 18, 2025
Merged
Conversation
piob-io
approved these changes
Aug 14, 2025
3c6f1ce to
7cb06b9
Compare
7cb06b9 to
f569048
Compare
Upgrade the remoteconfig/state module coming from the agent repo to the newly-released 0.69 version. This makes it possible for the tracer to subscribe to remote-config updates for the SYMDB product when dynamic instrumentation is enabled, which is necessary for the system-probe to upload debug symbols info for the respective binary. Upgrading this dependency also pulled in an upgrade to golang.org/x/crypto from v0.37.0 -> v0.39.0. In some contrib modules, it also pulled it a few more upgrades: golang.org/x/mod v0.24.0 -> v0.25.0 golang.org/x/sync v0.13 -> v0.15 golang.org/x/text v0.24 -> v0.26 golang.org/x/net 0.39 -> 0.40
f569048 to
73cbb84
Compare
darccio
approved these changes
Aug 18, 2025
Member
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
|
darccio
pushed a commit
that referenced
this pull request
Aug 19, 2025
7 tasks
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrade the remoteconfig/state module coming from the agent repo to the
newly-released 0.69 version. This makes it possible for the tracer to
subscribe to remote-config updates for the SYMDB product when dynamic
instrumentation is enabled, which is necessary for the system-probe to
upload debug symbols info for the respective binary.
Upgrading this dependency also pulled in an upgrade to
golang.org/x/crypto from v0.37.0 -> v0.39.0. In some contrib modules, it
also pulled it a few more upgrades:
golang.org/x/mod v0.24.0 -> v0.25.0
golang.org/x/sync v0.13 -> v0.15
golang.org/x/text v0.24 -> v0.26
golang.org/x/net 0.39 -> 0.40