Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 14, 2025

Bumps the go group with 4 updates in the / directory: github.com/DataDog/datadog-go, github.com/hashicorp/go-immutable-radix, github.com/pascaldekloe/goe and github.com/prometheus/client_golang.

Updates github.com/DataDog/datadog-go from 3.2.0+incompatible to 4.8.3+incompatible

Release notes

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

v4.8.3

See the Changelog for the details.

v4.8.1

See the Changelog for the details.

v4.8.0

See the Changelog for the details.

v4.7.0

See the Changelog for the details.

v4.6.1

See the Changelog for the details.

v4.6.0

See the Changelog for the details.

v4.5.1

See the Changelog for the details.

v4.5.0

See the Changelog for the details.

v4.4.0

See the Changelog for the details.

v4.3.1

See the Changelog for the details.

v4.3.0

See the Changelog for the details.

v4.2.0

See the Changelog for the details.

v4.1.0

See the Changelog for the details.

v4.0.1

See the Changelog for the details.

v4.0.0

See the Changelog for the details.

v3.7.2

See the Changelog for the details.

v3.7.1

See the Changelog for the details.

... (truncated)

Changelog

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

Changes

5.7.0 / xxxx-xx-xx

5.6.0 / 2024-12-10

  • [IMPROVEMENT] Make sure we retrieve the cgroup inode when the cid is not found. See #302[].
  • [BUGFIX] Fix cgroup parsing in ECS Fargate. See #305[].
  • [BUGFIX] Fix cloning clients that use DD_AGENT_HOST. See #314[].

5.5.0 / 2024-01-23

  • [FEATURE] Added support for Origin Detection when the container-id is unavailable from inside the application container, only applies to cgroupv2. See #291[].
  • [FEATURE] Added DistributionSamples which is similar to Distribution, but it lets the client handle the sampling. The rate is passed to the Agent and not used for further sampling. See #296[].
  • [IMPROVEMENT] The Aggregator no longer allocates memory if there are no tags present. See #297[].

5.4.0 / 2023-12-07

  • [FEATURE] Add WithMaxSamplesPerContext() option to limit the number of samples per context. See #292[].
  • [BUGFIX] Fix the rate of distributions and histograms when using client side aggregation. See #283[].

5.3.0 / 2023-03-06

  • [FEATURE] Added support for DD_DOGSTATSD_URL. You can now use this env var to set the URL to use to connect to DogStatsD. See #273[]
    • Please be aware that DD_DOGSTATSD_URL takes precedence over the DD_AGENT_HOST. If you have both set please make sure the value for DD_DOGSTATSD_URL is correct.

5.2.0 / 2022-12-21

  • [BETA][FEATURE] Support sending counters and gauges with timestamp. See #262[]
  • [BUGFIX] Fix issue where ticker.Stop() wasn't being called when aggregator is stopped. See #269[], thanks [@​byronwolfman][].

5.1.1 / 2022-05-05

  • [BUGFIX] Fix issue where tags of aggregated contexts could be modified after being sampled. See #258[].

5.1.0 / 2022-03-02

  • [FEATURE] Adding support for container origin detection. See #250[].
  • [FEATURE] Adding IsClosed method the client. See #254[], thanks [@​lucassscaravelli][].
  • [FEATURE] Adding a mock for the Client interface to ease testing from users. See #255[].
  • [IMPROVEMENT] Optimize getContext and getContextAndTags functions. See #253[], thanks [@​martin-sucha][].
  • [IMPROVEMENT] Export error MessageTooLongError to catch error when sending message that can't fit in a buffer. See #252[].
  • [BUGFIX] Add missing GetTelemetry from the Client Interface. See #255[].

5.0.2 / 2021-11-29

... (truncated)

Commits
  • f4aaa17 Releasing 4.8.3
  • bda5e85 Fix method 'event.Check'
  • 28e0fe0 Updating the docs.datadoghq.com links which were broken
  • 5464e13 Releasing 4.8.2
  • 1f9d57a Fix race condition in aggregation
  • f7723fd Rewrite tests for env tags with new test helper
  • 39b5f93 Extract tests for event and service check to their own file
  • a0469ac Releasing 4.8.1
  • f507940 Fix telemetry using the global namespace
  • 2d2b6bd Move test to circleci
  • Additional commits viewable in compare view

Updates github.com/hashicorp/go-immutable-radix from 1.0.0 to 1.3.1

Release notes

Sourced from github.com/hashicorp/go-immutable-radix's releases.

v1.3.1

Fix bugs in SeekLowerBound and SeekReverseLowerBound where keys are not null-byte terminated. See #39 for more information.

v1.3.0

FEATURES

  • Add reverse tree traversal [GH-30]

v1.2.0

Adds a Clone method to Txn allowing transactions to be split either into two independently mutable trees.

Changelog

Sourced from github.com/hashicorp/go-immutable-radix's changelog.

UNRELEASED

2.0.0 (December 15th, 2022)

  • Update API to use generics [GH-43)

1.3.0 (September 17th, 2020)

FEATURES

  • Add reverse tree traversal [GH-30]

1.2.0 (March 18th, 2020)

FEATURES

  • Adds a Clone method to Txn allowing transactions to be split either into two independently mutable trees. [GH-26]

1.1.0 (May 22nd, 2019)

FEATURES

  • Add SeekLowerBound to allow for range scans. [GH-24]
Commits
  • 49d1d02 Fix SeekLowerBound where tree contains keys that are prefixes of each other (...
  • f63f49c Switch to docker mirror (#31)
  • 1f2cbed Switch to docker mirror
  • 5cc8850 post release CHANGELOG update
  • 57230d8 release v1.3.0
  • 67aa2d7 Update CHANGELOG
  • 45e3e3b Update change log for v1.1.0
  • 0528b9c Merge pull request #30 from hashicorp/reverse-traversal
  • c8e6a8b fix comment on SeekReverseLowerBound test
  • 510299d fix recurse bug on ReverseIterator and add fuzzy tests
  • Additional commits viewable in compare view

Updates github.com/pascaldekloe/goe from 0.1.0 to 0.1.1

Commits

Updates github.com/prometheus/client_golang from 1.11.1 to 1.22.0

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.22.0 - 2025-04-07

⚠️ This release contains potential breaking change if you use experimental zstd support introduce in #1496 ⚠️

Experimental support for zstd on scrape was added, controlled by the request Accept-Encoding header. It was enabled by default since version 1.20, but now you need to add a blank import to enable it. The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon, golang/go#62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.

e.g.:

import (
  _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd"
)
  • [FEATURE] prometheus: Add new CollectorFunc utility #1724
  • [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #1738
  • [FEATURE] api: WithLookbackDelta and WithStats options have been added to API client. #1743
  • [CHANGE] ⚠️ promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #1765

... (truncated)

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.22.0 / 2025-04-07

⚠️ This release contains potential breaking change if you use experimental zstd support introduce in #1496 ⚠️

Experimental support for zstd on scrape was added, controlled by the request Accept-Encoding header. It was enabled by default since version 1.20, but now you need to add a blank import to enable it. The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon, golang/go#62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.

e.g.:

import (
  _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd"
)
  • [FEATURE] prometheus: Add new CollectorFunc utility #1724
  • [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #1738
  • [FEATURE] api: WithLookbackDelta and WithStats options have been added to API client. #1743
  • [CHANGE] ⚠️ promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #1765

1.21.1 / 2025-03-04

  • [BUGFIX] prometheus: Revert of Inc, Add and Observe cumulative metric CAS optimizations (#1661), causing regressions on low contention cases.
  • [BUGFIX] prometheus: Fix GOOS=ios build, broken due to process_collector_* wrong build tags.

1.21.0 / 2025-02-17

⚠️ This release contains potential breaking change if you upgrade github.com/prometheus/common to 0.62+ together with client_golang. ⚠️

New common version changes model.NameValidationScheme global variable, which relaxes the validation of label names and metric name, allowing all UTF-8 characters. Typically, this should not break any user, unless your test or usage expects strict certain names to panic/fail on client_golang metric registration, gathering or scrape. In case of problems change model.NameValidationScheme to old model.LegacyValidation value in your project init function.

  • [BUGFIX] gocollector: Fix help message for runtime/metric metrics. #1583
  • [BUGFIX] prometheus: Fix Desc.String() method for no labels case. #1687
  • [ENHANCEMENT] prometheus: Optimize popular prometheus.BuildFQName function; now up to 30% faster. #1665
  • [ENHANCEMENT] prometheus: Optimize Inc, Add and Observe cumulative metrics; now up to 50% faster under high concurrent contention. #1661
  • [CHANGE] Upgrade prometheus/common to 0.62.0 which changes model.NameValidationScheme global variable. #1712
  • [CHANGE] Add support for Go 1.23. #1602
  • [FEATURE] process_collector: Add support for Darwin systems. #1600 #1616 #1625 #1675 #1715
  • [FEATURE] api: Add ability to invoke CloseIdleConnections on api.Client using api.Client.(CloseIdler).CloseIdleConnections() casting. #1513
  • [FEATURE] promhttp: Add promhttp.HandlerOpts.EnableOpenMetricsTextCreatedSamples option to create OpenMetrics _created lines. Not recommended unless you want to use opt-in Created Timestamp feature. Community works on OpenMetrics 2.0 format that should make those lines obsolete (they increase cardinality significantly). #1408
  • [FEATURE] prometheus: Add NewConstNativeHistogram function. #1654

1.20.5 / 2024-10-15

  • [BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input.

1.20.4 / 2024-09-07

... (truncated)

Commits
  • d50be25 Cut 1.22.0 (#1793)
  • 1043db7 Cut 1.22.0-rc.0 (#1768)
  • e575c9c promhttp: Isolate zstd support and klauspost/compress library use to promhttp...
  • f2276aa Merge pull request #1764 from prometheus/dependabot/github_actions/github-act...
  • 9df772c build(deps): bump peter-evans/create-pull-request
  • a3548c5 Merge pull request #1754 from saswatamcode/exp-eh
  • 60fd2b0 Remove go.work file for now
  • 8f9d0de exp: Add dependabot config
  • c5cf981 Merge pull request #1762 from prometheus/release-1.21
  • 8a42da3 Fix ios build. (#1758)
  • Additional commits viewable in compare view

Updates github.com/prometheus/client_model from 0.2.0 to 0.6.1

Release notes

Sourced from github.com/prometheus/client_model's releases.

v0.6.1

What's Changed

Full Changelog: prometheus/client_model@v0.6.0...v0.6.1

v0.6.0

What's Changed

New Contributors

Full Changelog: prometheus/client_model@v0.5.0...v0.6.0

v0.5.0 / 2023-10-03

What's Changed

New Contributors

Full Changelog: prometheus/client_model@v0.4.0...v0.5.0

0.4.0 / 2023-05-03

What's Changed

New Contributors

Full Changelog: prometheus/client_model@v0.3.0...v0.4.0

Commits
  • 571429e Merge pull request #86 from prometheus/repo_sync
  • cc727ab Update common Prometheus files
  • 6fe5007 Merge pull request #85 from prometheus/repo_sync
  • bce87c1 Update common Prometheus files
  • 64c33c9 Merge pull request #84 from prometheus/dependabot/go_modules/google.golang.or...
  • d954a8a Bump google.golang.org/protobuf from 1.32.0 to 1.33.0
  • 5c25993 Merge pull request #82 from prometheus/repo_sync
  • bb45f95 Update common Prometheus files
  • 01ca24c Merge pull request #81 from prometheus/repo_sync
  • ccd6823 Update common Prometheus files
  • Additional commits viewable in compare view

Updates github.com/prometheus/common from 0.26.0 to 0.62.0

Release notes

Sourced from github.com/prometheus/common's releases.

v0.62.0

⚠️ This releases switches internal global to UTF8Validation from LegacyValidation. This is a breaking change, relaxing the validation. We don't intend to add more schemas and we have to have a global for unmarshalling interfaces, thus the change was made ⚠️

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.61.0...v0.62.0

v0.61.0

What's Changed

Full Changelog: prometheus/common@v0.60.1...v0.61.0

v0.60.1

What's Changed

... (truncated)

Commits
  • 280b0e7 http_config: Allow customizing TLS config and settings. (#748)
  • aea8919 Update common Prometheus files (#747)
  • 8d916fa Bump golang.org/x/net from 0.32.0 to 0.33.0 (#743)
  • fe88605 Bump google.golang.org/protobuf from 1.35.2 to 1.36.1 (#744)
  • 5d9961d Update common Prometheus files (#742)
  • 0a89b98 Merge pull request #740 from dashpole/update_om_links
  • e3926e2 update links to openmetrics to reference the v1.0.0 release
  • d88ee1f Remove deprecated sigv4 module (#737)
  • c3fdb17 Remove deprecated promlog package (#738)
  • cf5f48f Change default validation scheme to UTF8Validation (#724)
  • Additional commits viewable in compare view

Updates google.golang.org/protobuf from 1.33.0 to 1.36.5

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 14, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 14, 2025 08:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 14, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-3e458d89a6 branch from 875dc8c to 5f61c98 Compare July 6, 2025 04:11
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-3e458d89a6 branch from 5f61c98 to f8d554b Compare August 31, 2025 04:03
Bumps the go group with 4 updates in the / directory: [github.com/DataDog/datadog-go](https://github.com/DataDog/datadog-go), [github.com/hashicorp/go-immutable-radix](https://github.com/hashicorp/go-immutable-radix), [github.com/pascaldekloe/goe](https://github.com/pascaldekloe/goe) and [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang).


Updates `github.com/DataDog/datadog-go` from 3.2.0+incompatible to 4.8.3+incompatible
- [Release notes](https://github.com/DataDog/datadog-go/releases)
- [Changelog](https://github.com/DataDog/datadog-go/blob/master/CHANGELOG.md)
- [Commits](DataDog/datadog-go@v3.2.0...v4.8.3)

Updates `github.com/hashicorp/go-immutable-radix` from 1.0.0 to 1.3.1
- [Release notes](https://github.com/hashicorp/go-immutable-radix/releases)
- [Changelog](https://github.com/hashicorp/go-immutable-radix/blob/master/CHANGELOG.md)
- [Commits](hashicorp/go-immutable-radix@v1.0.0...v1.3.1)

Updates `github.com/pascaldekloe/goe` from 0.1.0 to 0.1.1
- [Commits](pascaldekloe/goe@v0.1.0...v0.1.1)

Updates `github.com/prometheus/client_golang` from 1.11.1 to 1.22.0
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.11.1...v1.22.0)

Updates `github.com/prometheus/client_model` from 0.2.0 to 0.6.1
- [Release notes](https://github.com/prometheus/client_model/releases)
- [Commits](prometheus/client_model@v0.2.0...v0.6.1)

Updates `github.com/prometheus/common` from 0.26.0 to 0.62.0
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
- [Commits](prometheus/common@v0.26.0...v0.62.0)

Updates `google.golang.org/protobuf` from 1.33.0 to 1.36.5

---
updated-dependencies:
- dependency-name: github.com/DataDog/datadog-go
  dependency-version: 4.8.3+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: go
- dependency-name: github.com/hashicorp/go-immutable-radix
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/pascaldekloe/goe
  dependency-version: 0.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/prometheus/client_model
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/prometheus/common
  dependency-version: 0.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-3e458d89a6 branch from f8d554b to 5d9ab7e Compare September 14, 2025 04:05
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.

0 participants