Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps the go-deps group with 4 updates in the / directory: github.com/DataDog/datadog-api-client-go/v2, github.com/spf13/pflag, gitlab.com/gitlab-org/api/client-go and google.golang.org/api.

Updates github.com/DataDog/datadog-api-client-go/v2 from 2.43.0 to 2.46.0

Release notes

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

v2.46.0

See ./CHANGELOG.md for details

v2.45.0

See ./CHANGELOG.md for details

v2.44.0

See ./CHANGELOG.md for details

Changelog

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

2.46.0/2025-09-15

Added

  • Add Query Parameters to ListOrgConnections Endpoint #3346
  • Add Incident Notification Rules Public Spec #3340
  • Update v1 and v2 GCP API specs to support monitored_resource_configs #3338
  • Add action datastore API #3315
  • Security Monitoring - Make hasOptionalGroupByFields updatable #3274

Deprecated

  • Promote unstable aws v2 APIs and deprecate v1 #3337

Changed

  • Allow to send batches of events in pipelines API #3319

2.45.0/2025-09-09

Added

  • Add Incident Notification Template Public Docs #3332
  • Add Cross Org API to Open API specs #3331
  • Add readonly ID of synthetics test steps #3326
  • Create Cloud SIEM histsignals endpoints #3325
  • Security Monitoring - Validation Endpoint for Suppressions #3322
  • Update Get All Notification Rules API docs to include pagination, sorting, and filtering params #3320
  • Security Monitoring - Related Suppressions for a Rule #3318
  • Extend Widget time schema with support for hide_incomplete_cost_data #3307
  • Add SDS rule should_save_match field #3305
  • Add spec for Agentless GetAwsScanOptions #3302
  • Add Cross Org API to Open API specs #3300
  • Add DNAP Spark Pod Autosizing service to API client #3296
  • Add version parameter to synthetic test trigger ci endpoint #3295
  • Document Error Tracking public APIs #3292
  • Add docs for 404 not found error in cost-onboarding-api #3287

Fixed

  • Security Monitoring - Fix payload of Validation Endpoint for Suppressions #3327
  • [CCA-938][CCC-883] Audit existing CCM endpoints in OpenAPI spec #3283
  • Add enum Dataset type to Dataset API spec #3281

Changed

  • Update public cost permissions #3304
  • Add Product Scales support to RUM v2 Applications API #3285

2.44.0/2025-08-12

Added

  • Add Flex_Logs_Compute_XL to API Spec #3266
  • Support Host and IaC finding types in security notifications #3265
  • New keys for summary public endpoint for Event Management Correlation product #3261
  • Add log autosubscription tag filters config to aws v2 API #3257

... (truncated)

Commits
  • 7f76399 Bump versions and add changelog entries. (#3350)
  • bcad255 Add Query Parameters to ListOrgConnections Endpoint (#3346)
  • 2520d5c [SIEM] Include ruleId in SecurityMonitoringRuleConvertResponse (#3345)
  • 6b5a96a CI disallow documenting OPEN routes (#3323)
  • 7d1c563 Allow to send batches of events in pipelines API (#3319)
  • 7969194 SDCD-1727: removing 1 hour time restriction for finished_at (#3341)
  • 7a854c0 Add action datastore API (#3315)
  • f744bac Update v1 and v2 GCP API specs to support monitored_resource_configs (#3338)
  • 8505215 Add Incident Notification Rules Public Spec (#3340)
  • 41160a8 Security Monitoring - Make hasOptionalGroupByFields updatable (#3274)
  • Additional commits viewable in compare view

Updates github.com/spf13/pflag from 1.0.7 to 1.0.10

Release notes

Sourced from github.com/spf13/pflag's releases.

v1.0.10

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.9...v1.0.10

v1.0.9

What's Changed

Full Changelog: spf13/pflag@v1.0.8...v1.0.9

v1.0.8

⚠️ Breaking Change

This version, while only a patch bump, includes a (very minor) breaking change: the flag.ParseErrorsWhitelist struct and corresponding FlagSet.parseErrorsWhitelist field have been renamed to ParseErrorsAllowlist.

This should result in compilation errors in any code that uses these fields, which can be fixed by adjusting the names at call sites. There is no change in semantics or behavior of the struct or field referred to by these names. If your code compiles without errors after bumping to/past v1.0.8, you are not affected by this change.

The breaking change was reverted in v1.0.9, by means of re-introducing the old names with deprecation warnings. The plan is still to remove them in a future release, so if your code does depend on the old names, please change them to use the new names at your earliest convenience.

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.7...v1.0.8

Commits
  • 0491e57 Merge pull request #448 from thaJeztah/fix_go_version
  • 72abab1 Merge pull request #447 from thaJeztah/fix_deprecation_comment
  • 7e4dfb1 Test on Go 1.12
  • 18a9d17 move Func, BoolFunc, tests as they require go1.21
  • c5b9e98 remove uses of errors.Is, which requires go1.13
  • 45a4873 fix deprecation comment for (FlagSet.)ParseErrorsWhitelist
  • 1043857 Merge pull request #446 from spf13/fix-backwards-compat
  • 7412009 fix: Restore ParseErrorsWhitelist name for now
  • b9c16fa Merge pull request #444 from spf13/reset-args-even-if-empty
  • 40abc49 Merge pull request #443 from spf13/silence-errhelp
  • Additional commits viewable in compare view

Updates gitlab.com/gitlab-org/api/client-go from 0.147.0 to 0.147.1

Release notes

Sourced from gitlab.com/gitlab-org/api/client-go's releases.

v0.147.1

0.147.1 (2025-09-22)

Bug Fixes

  • client: use default retry policy from retryablehttp (2a72511)
Changelog

Sourced from gitlab.com/gitlab-org/api/client-go's changelog.

0.147.1 (2025-09-22)

Bug Fixes

  • client: use default retry policy from retryablehttp (2a72511)
Commits
  • 5ae6285 chore(release): 0.147.1 [skip ci]
  • 2762ea0 Merge branch 'use-retryablehttp-default-retry-policy' into 'main'
  • 2a72511 fix(client): use default retry policy from retryablehttp
  • See full diff in compare view

Updates google.golang.org/api from 0.248.0 to 0.249.0

Release notes

Sourced from google.golang.org/api's releases.

v0.249.0

0.249.0 (2025-09-08)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.249.0 (2025-09-08)

Features

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

Bumps the go-deps group with 4 updates in the / directory: [github.com/DataDog/datadog-api-client-go/v2](https://github.com/DataDog/datadog-api-client-go), [github.com/spf13/pflag](https://github.com/spf13/pflag), [gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `github.com/DataDog/datadog-api-client-go/v2` from 2.43.0 to 2.46.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.43.0...v2.46.0)

Updates `github.com/spf13/pflag` from 1.0.7 to 1.0.10
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](spf13/pflag@v1.0.7...v1.0.10)

Updates `gitlab.com/gitlab-org/api/client-go` from 0.147.0 to 0.147.1
- [Release notes](https://gitlab.com/gitlab-org/api/client-go/tags)
- [Changelog](https://gitlab.com/gitlab-org/api/client-go/blob/main/CHANGELOG.md)
- [Commits](https://gitlab.com/gitlab-org/api/client-go/compare/v0.147.0...v0.147.1)

Updates `google.golang.org/api` from 0.248.0 to 0.249.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.248.0...v0.249.0)

---
updated-dependencies:
- dependency-name: github.com/DataDog/datadog-api-client-go/v2
  dependency-version: 2.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/spf13/pflag
  dependency-version: 1.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: gitlab.com/gitlab-org/api/client-go
  dependency-version: 0.147.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: google.golang.org/api
  dependency-version: 0.249.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency label Sep 22, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 24, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 24, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/go-deps-97fea35d6b branch September 24, 2025 16:44
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants