fix(deps): update go modules #2081
Open
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.
This PR contains the following updates:
642adfd
->cc71d8f
v5.0.2
->v5.0.3
v3.12.2
->v3.13.0
v0.21.1
->v0.22.1
v0.21.0
->v0.21.2
v0.23.1
->v0.25.1
v0.26.0
->v0.26.1
f64d9cf
->1144f6f
v2.27.1
->v2.27.3
v0.9.0
->v0.9.1
v2.25.3
->v2.26.0
2cd5821
->230d0e0
v0.85.0
->v0.86.0
v1.23.0
->v1.23.2
v0.66.1
->v0.67.1
v1.9.1
->v1.10.1
v1.0.9
->v1.0.10
v0.5.2
->v0.5.3
1.24.4
->1.25.1
v1.1.0
->v1.2.1
v0.62.0
->v0.63.0
v1.37.0
->v1.38.0
v1.37.0
->v1.38.0
v1.37.0
->v1.38.0
v1.37.0
->v1.38.0
v1.37.0
->v1.38.0
v1.37.0
->v1.38.0
v1.7.0
->v1.8.0
v2.4.2
->v2.4.3
b7579e2
->27f1f14
v0.43.0
->v0.44.0
v0.30.0
->v0.31.0
v0.16.0
->v0.17.0
v0.35.0
->v0.36.0
v0.34.0
->v0.35.0
v0.12.0
->v0.13.0
v0.36.0
->v0.37.0
8d1bb00
->65f7160
8d1bb00
->65f7160
v1.75.0
->v1.76.0
v1.36.8
->v1.36.10
v4.12.0
->v4.13.0
f3f2b99
->589584f
4c0f3b2
->bc988d5
v0.22.1
->v0.22.2
cfa47c3
->2d32026
Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
cenkalti/backoff (github.com/cenkalti/backoff/v5)
v5.0.3
Compare Source
emicklei/go-restful (github.com/emicklei/go-restful/v3)
v3.13.0
Compare Source
go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)
v0.22.1
Compare Source
v0.22.0
Compare Source
v0.21.2
Compare Source
go-openapi/jsonreference (github.com/go-openapi/jsonreference)
v0.21.2
Compare Source
v0.21.1
Compare Source
go-openapi/swag (github.com/go-openapi/swag)
v0.25.1
Compare Source
v0.25.0
Compare Source
v0.24.1
Compare Source
v0.24.0
Compare Source
google/cel-go (github.com/google/cel-go)
v0.26.1
Compare Source
What's Changed
proto.Message
by @srikrsna in #1207New Contributors
Full Changelog: google/cel-go@v0.25.1...v0.26.1
grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway/v2)
v2.27.3
Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.2...v2.27.3
v2.27.2
Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.1...v2.27.2
mailru/easyjson (github.com/mailru/easyjson)
v0.9.1
Compare Source
What's Changed
New Contributors
Full Changelog: mailru/easyjson@v0.9.0...v0.9.1
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.26.0
Compare Source
2.26.0
Features
Ginkgo can now generate json-formatted reports that are compatible with the
go test
json format. Useginkgo --gojson-report=report.go.json
. This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.prometheus-operator/prometheus-operator (github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring)
v0.86.0
: 0.86.0 / 2025-10-07Compare Source
metadata-wal-records
feature flag for Prometheus versions >= 3.4. #7893ScrapeConfig
CRD. #7856 #7823 #7835 #7838 #7838 ##7966PrometheusRule
resources and relabel configurations. #7637 #7985--name-validation-scheme
to admission webhook to select between utf8 and legacy validations. #7985ServiceMonitor
custom resources (requires theStatusForConfigurationResources
feature gate). #7767 #7836 #7827 #7795PodMonitor
custom resources (requires theStatusForConfigurationResources
feature gate). #7929 #7914 #7936ScrapeConfig
custom resources (requires theStatusForConfigurationResources
feature gate). #7958 #7964 #7969serviceDiscoveryRole
field to ServiceMonitor. #7982useFIPSSTSEndpoint
field to Sigv4 config. #7987UnderscoreEscapingWithoutSuffixes
to thetranslationStrategy
field for the Prometheus and PrometheusAgent CRDs. #7947promoteScopeMetadata
field to the Prometheus and PrometheusAgent CRDs. #7803enableHttp2
field to Alertmanager and AlertmanagerConfig CRDs. #7963AlertmanagerConfig
CRD. #7906app.kubernetes.io/managed-by: prometheus-operator
label to all managed resources. #7939prometheus/client_golang (github.com/prometheus/client_golang)
v1.23.2
: - 2025-09-05Compare Source
This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.
All Changes
Full Changelog: prometheus/client_golang@v1.23.1...v1.23.2
v1.23.1
: - 2025-09-04Compare Source
This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.
All Changes
Full Changelog: prometheus/client_golang@v1.23.0...v1.23.1
prometheus/common (github.com/prometheus/common)
v0.67.1
Compare Source
v0.67.0
Compare Source
spf13/cobra (github.com/spf13/cobra)
v1.10.1
Compare Source
🐛 Fix
v1.0.9 of pflags brought back
ParseErrorsWhitelist
and marked it as deprecatedFull Changelog: spf13/cobra@v1.10.0...v1.10.1
v1.10.0
Compare Source
What's Changed
🚨 Attention!
This version of
pflag
carried a breaking change: it renamedParseErrorsWhitelist
toParseErrorsAllowlist
which can break builds if bothpflag
andcobra
are dependencies in your project.pflag and
cobra, upgrade
pflagto 1.0.8 and
cobrato
1.10.0`pflag
v1.0.9 which keeps the deprecatedParseErrorsWhitelist
More details can be found here: #2303 (comment)
✨ Features
🐛 Fix
🪠 Testing
📝 Docs
New Contributors
Full Changelog: spf13/cobra@v1.9.1...v1.9.2
spf13/pflag (github.com/spf13/pflag)
v1.0.10
Compare Source
What's Changed
New Contributors
Full Changelog: spf13/pflag@v1.0.9...v1.0.10
stretchr/objx (github.com/stretchr/objx)
v0.5.3
Compare Source
What's Changed
testify
assertions with custom testing helpers by @emilien-puget in #159New Contributors
Full Changelog: stretchr/objx@v0.5.2...v0.5.3
golang/go (go)
v1.25.1
v1.25.0
v1.24.7
v1.24.6
v1.24.5
open-telemetry/opentelemetry-go-instrumentation (go.opentelemetry.io/auto/sdk)
v1.2.1
Fixed
uint32
bounding on 32 bit architectures in thego.opentelemetry.io/auto/sdk
module. (#2810)v1.2.0
Added
golang.org/x/net
0.42.0
. (#2503)google.golang.org/grpc
1.74.2
. (#2546)google.golang.org/grpc
1.76.0-dev
. (#2596)WithResourceDetector
function is added togo.opentelemetry.io/auto/pipeline/otelsdk
.WithEnv
function is updated to parse theOTEL_RESOURCE_DETECTOR
environment variable.Values are expected to be a comma-separated list of resource detector IDs registered with the
autodetect
package.1.23.12
. (#2603)1.24.6
. (#2603)golang.org/x/net
0.43.0
. (#2615)1.25.0
. (#2651)google.golang.org/grpc
1.75.0
. (#2686)github.com/segmentio/kafka-go
0.4.49
. (#2699)go.opentelemetry.io/otel
v1.38.0
. (#2726)1.24.7
. (#2747)1.25.1
. (#2747)golang.org/x/net
0.44.0
. (#2773)google.golang.org/grpc
1.72.3
. (#2787)google.golang.org/grpc
1.73.1
. (#2787)google.golang.org/grpc
1.74.3
. (#2787)google.golang.org/grpc
1.75.1
. (#2787)Changed
go.opentelemetry.io/auto
semconv tov1.37.0
. (#2763)go.opentelemetry.io/auto/sdk
semconv tov1.37.0
. (#2763)Fixed
telemetry.distro.version
resource attribute to theotelsdk
handler. (#2383)active_spans_by_span_ptr
eBPF map used in the traceglobal probe changed to LRU. (#2509)open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.38.0
: /v0.60.0/v0.14.0/v0.0.13Compare Source
Overview
This release is the last to support [Go 1.23]. The next release will require at least [Go 1.24].
Added
go.opentelemetry.io/otel/exporters/prometheus
. (#6772)go.opentelmetry.io/otel/semconv/v1.34.0
package. (#6939)ContainerLabel
DBOperationParameter
DBSystemParameter
HTTPRequestHeader
HTTPResponseHeader
K8SCronJobAnnotation
K8SCronJobLabel
K8SDaemonSetAnnotation
K8SDaemonSetLabel
K8SDeploymentAnnotation
K8SDeploymentLabel
K8SJobAnnotation
K8SJobLabel
K8SNamespaceAnnotation
K8SNamespaceLabel
K8SNodeAnnotation
K8SNodeLabel
K8SPodAnnotation
K8SPodLabel
K8SReplicaSetAnnotation
K8SReplicaSetLabel
K8SStatefulSetAnnotation
K8SStatefulSetLabel
ProcessEnvironmentVariable
RPCConnectRPCRequestMetadata
RPCConnectRPCResponseMetadata
RPCGRPCRequestMetadata
RPCGRPCResponseMetadata
ErrorType
attribute helper function to thego.opentelmetry.io/otel/semconv/v1.34.0
package. (#6962)WithAllowKeyDuplication
ingo.opentelemetry.io/otel/sdk/log
which can be used to disable deduplication for log records. (#6968)WithCardinalityLimit
option to configure the cardinality limit ingo.opentelemetry.io/otel/sdk/metric
. (#6996, #7065, #7081, #7164, #7165, #7179)Clone
method toRecord
ingo.opentelemetry.io/otel/log
that returns a copy of the record with no shared state. (#7001)go.opentelemetry.io/otel/sdk/trace
. Check thego.opentelemetry.io/otel/sdk/trace/internal/x
package documentation for more information. (#7027, #6393, #7209)go.opentelemetry.io/otel/semconv/v1.36.0
package. The package contains semantic conventions from thev1.36.0
version of the OpenTelemetry Semantic ConvConfiguration
📅 Schedule: Branch creation - On day 7 of the month, every 3 months ( * * 7 */3 * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
To execute skipped test pipelines write comment
/ok-to-test
.This PR has been generated by MintMaker (powered by Renovate Bot).