Skip to content

chore(deps): bump the dependencies group across 1 directory with 2 updates#36

Merged
k1LoW merged 1 commit intomainfrom
dependabot/go_modules/dependencies-9b9bca3f76
Nov 16, 2025
Merged

chore(deps): bump the dependencies group across 1 directory with 2 updates#36
k1LoW merged 1 commit intomainfrom
dependabot/go_modules/dependencies-9b9bca3f76

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 16, 2025

Bumps the dependencies group with 2 updates in the / directory: github.com/DataDog/datadog-api-client-go/v2 and golang.org/x/sync.

Updates github.com/DataDog/datadog-api-client-go/v2 from 2.49.0 to 2.50.0

Release notes

Sourced from github.com/DataDog/datadog-api-client-go/v2's releases.

v2.50.0

See ./CHANGELOG.md for details

Changelog

Sourced from github.com/DataDog/datadog-api-client-go/v2's changelog.

2.50.0/2025-11-14

Added

  • Add suppression tags #3456
  • Add Team Connection API Documentation #3454
  • Add new summary keys for new standalone billing dimensions #3451
  • Add Bits AI Investigations and On-Call to API specs #3447
  • Add PreviewCatalogEntities #3444
  • Sync 'audience_management.yaml' files with backend #3441
  • Dashboards - Add on_call_events datasources #3440
  • Add last_login_time to Users v2 API #3399

Deprecated

  • [api-spec] Mark PATCH /api/v2/incidents/incident_id/attachments endpoint as deprecated #3453
  • [METEXP-2068] Deprecate api/v1/search Endpoint #3448
Commits
  • ca3ba4c Bump versions and add changelog entries. (#3470)
  • 26842cc Add Team Connection API Documentation (#3454)
  • 3952811 Regenerate client from commit b6a9475 of spec repo (#3463)
  • 34bf405 Add suppression tags (#3456)
  • 7d280a7 Update descriptions for otr mode (#3458)
  • fed2e2e Add last_login_time to Users v2 API (#3399)
  • e7ecad4 Regenerate client from commit 3c17510 of spec repo (#3459)
  • 537f9b5 Adding new API keys in summary endpoint for APM Standalone new billing dimens...
  • 711b9fb Add examples to Reference Tables API documentation, update cloud file and loc...
  • 348cda3 Mark PATCH /api/v2/incidents/incident_id/attachments endpoint as deprecated (...
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.17.0 to 0.18.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

Bumps the dependencies group with 2 updates in the / directory: [github.com/DataDog/datadog-api-client-go/v2](https://github.com/DataDog/datadog-api-client-go) and [golang.org/x/sync](https://github.com/golang/sync).


Updates `github.com/DataDog/datadog-api-client-go/v2` from 2.49.0 to 2.50.0
- [Release notes](https://github.com/DataDog/datadog-api-client-go/releases)
- [Changelog](https://github.com/DataDog/datadog-api-client-go/blob/master/CHANGELOG.md)
- [Commits](DataDog/datadog-api-client-go@v2.49.0...v2.50.0)

Updates `golang.org/x/sync` from 0.17.0 to 0.18.0
- [Commits](golang/sync@v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: github.com/DataDog/datadog-api-client-go/v2
  dependency-version: 2.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/sync
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Nov 16, 2025
@github-actions
Copy link
Copy Markdown
Contributor

Code Metrics Report

main (c8510d9) #36 (3fafbe4) +/-
Coverage 5.6% 5.6% 0.0%
Code to Test Ratio 1:0.1 1:0.1 0.0
Test Execution Time 12s 9s -3s
Details
  |                     | main (c8510d9) | #36 (3fafbe4) | +/-  |
  |---------------------|----------------|---------------|------|
  | Coverage            |           5.6% |          5.6% | 0.0% |
  |   Files             |             10 |            10 |    0 |
  |   Lines             |            405 |           405 |    0 |
  |   Covered           |             23 |            23 |    0 |
  | Code to Test Ratio  |          1:0.1 |         1:0.1 |  0.0 |
  |   Code              |            939 |           939 |    0 |
  |   Test              |            102 |           102 |    0 |
+ | Test Execution Time |            12s |            9s |  -3s |

Reported by octocov

@k1LoW k1LoW merged commit d482787 into main Nov 16, 2025
2 checks passed
@k1LoW k1LoW deleted the dependabot/go_modules/dependencies-9b9bca3f76 branch November 16, 2025 23:40
@github-actions github-actions Bot mentioned this pull request Nov 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant