chore(deps): bump the all group with 2 updates#9
Merged
Conversation
Bumps the all group with 2 updates: [github.com/DataDog/datadog-api-client-go/v2](https://github.com/DataDog/datadog-api-client-go) and [github.com/spf13/cobra](https://github.com/spf13/cobra). Updates `github.com/DataDog/datadog-api-client-go/v2` from 2.30.0 to 2.54.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.30.0...v2.54.0) Updates `github.com/spf13/cobra` from 1.8.1 to 1.10.2 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.8.1...v1.10.2) --- updated-dependencies: - dependency-name: github.com/DataDog/datadog-api-client-go/v2 dependency-version: 2.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/spf13/cobra dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
📊 Test Coverage ReportThreshold: 80% ❌ Coverage by Package📈 Coverage Status: ❌ FAILED - Coverage below minimum threshold Updated for commit d52923f |
platinummonkey
approved these changes
Feb 10, 2026
platinummonkey
added a commit
that referenced
this pull request
Feb 10, 2026
Add three new command groups and enhance existing commands using new APIs available in datadog-api-client-go v2.54.0 upgrade (PR #9). NEW COMMAND GROUPS: - app-keys: App key registration management for Action Connections * list: List all app key registrations with pagination * get: Get specific registration details * register: Register new app key * unregister: Remove app key registration Implements: cmd/app_keys.go:1-232 - cost: Cost management and billing analysis * projected: Get end-of-month cost projections * attribution: Cost breakdown by tags (team, env, service) * by-org: Organizational cost reports (actual, estimated, historical) Implements: cmd/cost.go:1-267 - product-analytics: Server-side product analytics events * events send: Send custom events with properties and user context Implements: cmd/product_analytics.go:1-171 ENHANCED COMMANDS: - security: Enhanced findings with search capabilities * findings get: Retrieve specific finding details * findings search: Search with log query syntax * findings list: Added filtering by status, evaluation, rule-id, resource-type Enhanced: cmd/security.go:1-381 (+205 lines) - rum: Implemented metrics and retention-filters APIs * metrics list/get: Query RUM custom metrics (create/update/delete pending) * retention-filters list/get: Query retention filters (create/update/delete pending) Fixed: cmd/rum.go:551-656 (+93 lines) DOCUMENTATION: - Updated COMMANDS.md to reflect 33 working command groups (was 30) - Added new command group documentation for app-keys, cost, product-analytics - Updated RUM status to fully operational for read operations - Enhanced "Recent Enhancements" section with v2.54.0 capabilities FILES MODIFIED: - cmd/app_keys.go (new, 232 lines) - cmd/cost.go (new, 267 lines) - cmd/product_analytics.go (new, 171 lines) - cmd/security.go (+205 lines) - cmd/rum.go (+93 lines) - cmd/root.go (registered new commands) - docs/COMMANDS.md (updated documentation) TESTING: - All commands compile successfully - Help output verified for all new commands - Follows existing patterns: getClient(), formatAPIError(), printOutput() - Supports JSON/YAML/table output formats via formatter package Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This was referenced Feb 10, 2026
platinummonkey
added a commit
that referenced
this pull request
Mar 26, 2026
…, GHSA-hhw4-xg65-fp2x) serde_yml (<=0.0.12) and its dependency libyml (>=0.0.4) are unsound and unmaintained — their GitHub projects have been archived. Replace with serde_norway 0.9.42, a maintained fork of serde_yaml using unsafe-libyaml-norway, which fixes both Dependabot alerts #8 and #9. API is identical; only the crate name changes across formatter.rs, config.rs, commands/alias.rs, and commands/idp.rs. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
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.
Bumps the all group with 2 updates: github.com/DataDog/datadog-api-client-go/v2 and github.com/spf13/cobra.
Updates
github.com/DataDog/datadog-api-client-go/v2from 2.30.0 to 2.54.0Release notes
Sourced from github.com/DataDog/datadog-api-client-go/v2's releases.
... (truncated)
Changelog
Sourced from github.com/DataDog/datadog-api-client-go/v2's changelog.
... (truncated)
Commits
80b8826Bump versions and add changelog entries. (#3602)53c1f3cAdd bar chart widget to Dashboards API (#3505)7d316b4Add Critical Assets specs to security_monitoring feature (#3581)6111c76Addqueryparam in rules list endpoint (#3547)e4fae70Regenerate client from commit aa13f77 of spec repo (#3593)f60ce99Add new Observability Pipelines components (#3576)e25cc33Use nullable list for non-primitives types as well (#3589)58f69c7[REDHOSTS-612] Update Tags API Documentation (#3511)c27207dAdd subtest for synthetics multistep tests (#3596)4f97847Add region_filter_configs and is_global_location_enabled to v2 GCP API (#3497)Updates
github.com/spf13/cobrafrom 1.8.1 to 1.10.2Release notes
Sourced from github.com/spf13/cobra's releases.
... (truncated)
Commits
88b30abchore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (#2336)346d408fix: actions/setup-go v6 (#2337)fc81d20refactor: change minUsagePadding from var to const (#2325)117698arefactor: replace several vars with consts (#2328)e2dd29dAdd documentation for repeated flags functionality (#2316)0629892Fix linter (#2327)7da941cchore: Bump pflag to v1.0.9 (#2305)51d6751Bump pflag to 1.0.8 (#2303)3f3b818Update README.md with new logodcaf42eAdd Periscope to the list of projects using Cobra (#2299)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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