Skip to content

Commit 76c6a97

Browse files
authored
Update GCP dependencies to v0.48.1/v1.24.1 (#34232)
**Description:** <Describe what has changed.> Updates GCP dependencies to latest release, see notes: https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/releases/tag/v0.48.1 Notably, this fixes a typo in the `exporter.googlemanagedpromethues.intToDouble` feature gate **Testing:** downstream unit/integration **Documentation:** Updated GMP exporter readme to reflect change Replaces #34231
1 parent f85b0e3 commit 76c6a97

File tree

8 files changed

+170
-131
lines changed

8 files changed

+170
-131
lines changed

.chloggen/gcp-0481.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: breaking
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7+
component: googlemanagedprometheusexporter
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Fix typo in `exporter.googlemanagedpromethues.intToDouble` feature gate
11+
12+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13+
issues: [34232]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext:
19+
20+
# If your change doesn't affect end users or the exported elements of any package,
21+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
22+
# Optional: The change log or logs in which this entry should be included.
23+
# e.g. '[user]' or '[user, api]'
24+
# Include 'user' if the change is relevant to end users.
25+
# Include 'api' if there is a change to a library API.
26+
# Default: '[user]'
27+
change_logs: []

cmd/otelcontribcol/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -250,10 +250,10 @@ require (
250250
cloud.google.com/go/iam v1.1.10 // indirect
251251
cloud.google.com/go/logging v1.10.0 // indirect
252252
cloud.google.com/go/longrunning v0.5.9 // indirect
253-
cloud.google.com/go/monitoring v1.20.1 // indirect
253+
cloud.google.com/go/monitoring v1.20.2 // indirect
254254
cloud.google.com/go/pubsub v1.40.0 // indirect
255255
cloud.google.com/go/spanner v1.64.0 // indirect
256-
cloud.google.com/go/trace v1.10.9 // indirect
256+
cloud.google.com/go/trace v1.10.10 // indirect
257257
code.cloudfoundry.org/clock v0.0.0-20180518195852-02e53af36e6c // indirect
258258
code.cloudfoundry.org/go-diodes v0.0.0-20211115184647-b584dd5df32c // indirect
259259
code.cloudfoundry.org/go-loggregator v7.4.0+incompatible // indirect
@@ -363,11 +363,11 @@ require (
363363
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962 // indirect
364364
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.0 // indirect
365365
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.0 // indirect
366-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.48.0 // indirect
367-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.48.0 // indirect
368-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.24.0 // indirect
366+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.48.1 // indirect
367+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.48.1 // indirect
368+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.24.1 // indirect
369369
github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension v0.48.1-0.20240618202726-8ffe2564d48b // indirect
370-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.0 // indirect
370+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
371371
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
372372
github.com/IBM/sarama v1.43.2 // indirect
373373
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c // indirect
@@ -815,7 +815,7 @@ require (
815815
gonum.org/v1/gonum v0.15.0 // indirect
816816
google.golang.org/api v0.189.0 // indirect
817817
google.golang.org/genproto v0.0.0-20240722135656-d784300faade // indirect
818-
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
818+
google.golang.org/genproto/googleapis/api v0.0.0-20240709173604-40e1e62336c5 // indirect
819819
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade // indirect
820820
google.golang.org/grpc v1.65.0 // indirect
821821
google.golang.org/protobuf v1.34.2 // indirect

cmd/otelcontribcol/go.sum

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/googlecloudexporter/go.mod

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/google
33
go 1.21.0
44

55
require (
6-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.48.0
6+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.48.1
77
github.com/stretchr/testify v1.9.0
88
go.opentelemetry.io/collector/component v0.105.1-0.20240717163034-43ed6184f9fe
99
go.opentelemetry.io/collector/confmap v0.105.1-0.20240717163034-43ed6184f9fe
@@ -16,14 +16,16 @@ require (
1616
)
1717

1818
require (
19-
cloud.google.com/go v0.112.1 // indirect
20-
cloud.google.com/go/compute/metadata v0.3.0 // indirect
21-
cloud.google.com/go/logging v1.9.0 // indirect
22-
cloud.google.com/go/longrunning v0.5.5 // indirect
23-
cloud.google.com/go/monitoring v1.18.0 // indirect
24-
cloud.google.com/go/trace v1.10.5 // indirect
25-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.24.0 // indirect
26-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.0 // indirect
19+
cloud.google.com/go v0.115.0 // indirect
20+
cloud.google.com/go/auth v0.7.0 // indirect
21+
cloud.google.com/go/auth/oauth2adapt v0.2.3 // indirect
22+
cloud.google.com/go/compute/metadata v0.5.0 // indirect
23+
cloud.google.com/go/logging v1.10.0 // indirect
24+
cloud.google.com/go/longrunning v0.5.9 // indirect
25+
cloud.google.com/go/monitoring v1.20.2 // indirect
26+
cloud.google.com/go/trace v1.10.10 // indirect
27+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.24.1 // indirect
28+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
2729
github.com/beorn7/perks v1.0.1 // indirect
2830
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
2931
github.com/cespare/xxhash/v2 v2.3.0 // indirect
@@ -39,7 +41,7 @@ require (
3941
github.com/google/s2a-go v0.1.7 // indirect
4042
github.com/google/uuid v1.6.0 // indirect
4143
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
42-
github.com/googleapis/gax-go/v2 v2.12.2 // indirect
44+
github.com/googleapis/gax-go/v2 v2.12.5 // indirect
4345
github.com/hashicorp/go-version v1.7.0 // indirect
4446
github.com/json-iterator/go v1.1.12 // indirect
4547
github.com/knadh/koanf/maps v0.1.1 // indirect
@@ -69,26 +71,26 @@ require (
6971
go.opentelemetry.io/collector/internal/globalgates v0.105.1-0.20240717163034-43ed6184f9fe // indirect
7072
go.opentelemetry.io/collector/receiver v0.105.1-0.20240717163034-43ed6184f9fe // indirect
7173
go.opentelemetry.io/collector/semconv v0.105.1-0.20240717163034-43ed6184f9fe // indirect
72-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
73-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.50.0 // indirect
74+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0 // indirect
75+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
7476
go.opentelemetry.io/otel v1.28.0 // indirect
7577
go.opentelemetry.io/otel/exporters/prometheus v0.50.0 // indirect
7678
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
7779
go.opentelemetry.io/otel/sdk/metric v1.28.0 // indirect
7880
go.uber.org/atomic v1.10.0 // indirect
7981
go.uber.org/multierr v1.11.0 // indirect
8082
go.uber.org/zap v1.27.0 // indirect
81-
golang.org/x/crypto v0.24.0 // indirect
82-
golang.org/x/net v0.26.0 // indirect
83+
golang.org/x/crypto v0.25.0 // indirect
84+
golang.org/x/net v0.27.0 // indirect
8385
golang.org/x/oauth2 v0.21.0 // indirect
8486
golang.org/x/sync v0.7.0 // indirect
8587
golang.org/x/sys v0.22.0 // indirect
8688
golang.org/x/text v0.16.0 // indirect
8789
golang.org/x/time v0.5.0 // indirect
88-
google.golang.org/api v0.169.0 // indirect
89-
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
90-
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
91-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
90+
google.golang.org/api v0.188.0 // indirect
91+
google.golang.org/genproto v0.0.0-20240708141625-4ad9e859172b // indirect
92+
google.golang.org/genproto/googleapis/api v0.0.0-20240709173604-40e1e62336c5 // indirect
93+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240709173604-40e1e62336c5 // indirect
9294
google.golang.org/grpc v1.65.0 // indirect
9395
google.golang.org/protobuf v1.34.2 // indirect
9496
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)