Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update go #740

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix(deps): update go #740

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/aws/aws-sdk-go-v2 v1.33.0 -> v1.36.2 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/config v1.29.1 -> v1.29.7 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/credentials v1.17.54 -> v1.17.60 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/apigateway v1.28.7 -> v1.28.12 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.51.7 -> v1.51.13 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.44.5 -> v1.44.11 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.43.9 -> v1.43.15 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/directconnect v1.30.7 -> v1.30.13 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.5 -> v1.40.2 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/service/ec2 v1.201.0 -> v1.203.1 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/service/ecs v1.53.8 -> v1.53.15 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/efs v1.34.6 -> v1.34.12 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/eks v1.56.5 -> v1.58.1 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.28.12 -> v1.28.18 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.43.7 -> v1.43.13 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/iam v1.38.7 -> v1.39.2 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/service/kms v1.37.13 -> v1.37.19 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/lambda v1.69.7 -> v1.69.14 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/networkfirewall v1.44.10 -> v1.44.15 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/networkmanager v1.32.6 -> v1.32.11 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/rds v1.93.7 -> v1.93.13 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/route53 v1.48.2 -> v1.48.8 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/s3 v1.74.0 -> v1.77.1 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/service/sns v1.33.14 -> v1.33.20 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/sqs v1.37.9 -> v1.37.15 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/ssm v1.56.7 -> v1.56.13 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/sts v1.33.9 -> v1.33.15 age adoption passing confidence require patch
github.com/aws/smithy-go v1.22.1 -> v1.22.3 age adoption passing confidence require patch
github.com/spf13/cobra v1.8.1 -> v1.9.1 age adoption passing confidence require minor
github.com/spf13/pflag v1.0.5 -> v1.0.6 age adoption passing confidence require patch
go (source) 1.23.5 -> 1.24.0 age adoption passing confidence toolchain minor
go.opentelemetry.io/contrib/detectors/aws/ec2 v1.33.0 -> v1.34.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 -> v0.59.0 age adoption passing confidence require minor
go.opentelemetry.io/otel v1.33.0 -> v1.34.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33.0 -> v1.34.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.33.0 -> v1.34.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk v1.33.0 -> v1.34.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/trace v1.33.0 -> v1.34.0 age adoption passing confidence require minor
google.golang.org/protobuf v1.36.3 -> v1.36.5 age adoption passing confidence require patch

⚠️ Warning

These modules are almost certainly going to break everything. They do every time they update. If you update even one repo's OTEL modules, go will then pull in new versions due to MVS which will cause your repo to break. All otel pull requests need to be merged basically at the same time, and after all of the modules have been updated to be compatible with each other.


Release Notes

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)

v1.36.2

Compare Source

v1.36.1

Compare Source

v1.36.0

Compare Source

v1.35.0

Compare Source

v1.34.0

Compare Source

aws/smithy-go (github.com/aws/smithy-go)

v1.22.3

Compare Source

v1.22.2

Compare Source

spf13/cobra (github.com/spf13/cobra)

v1.9.1

Compare Source

🐛 Fixes

Full Changelog: spf13/cobra@v1.9.0...v1.9.1

v1.9.0

Compare Source

✨ Features

🐛 Fixes

🤖 Completions

🧪 Testing

✍🏼 Documentation

🔧 Dependency upgrades


Thank you to all of our amazing contributors and all the great work that's been going into the completions feature!!

👋🏼 New Contributors

Full Changelog: spf13/cobra@v1.8.1...v1.9.0

spf13/pflag (github.com/spf13/pflag)

v1.0.6

Compare Source

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.5...v1.0.6

golang/go (go)

v1.24.0

v1.23.6

open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/detectors/aws/ec2)

v1.34.0: /v0.59.0/v0.28.0/v0.14.0/v0.9.0/v0.7.0/v0.6.0

Compare Source

Overview

Added
  • Generate server metrics with semantic conventions v1.26.0 in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp when OTEL_SEMCONV_STABILITY_OPT_IN is set to http/dup. (#​6411)
  • Generate client metrics with semantic conventions v1.26.0 in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp when OTEL_SEMCONV_STABILITY_OPT_IN is set to http/dup. (#​6607)
Fixed
  • Fix error logged by Jaeger remote sampler on empty or unset OTEL_TRACES_SAMPLER_ARG environment variable (#​6511)
  • Relax minimum Go version to 1.22.0 in various modules. (#​6595)
  • NewSDK handles empty OpenTelemetryConfiguration.Resource properly in go.opentelemetry.io/contrib/config/v0.3.0. (#​6606)
  • Fix a possible nil dereference panic in NewSDK of go.opentelemetry.io/contrib/config/v0.3.0. (#​6606)

What's Changed


Configuration

📅 Schedule: Branch creation - "before 4pm on friday" in timezone Europe/London, 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file golang observability labels Jan 31, 2025
Copy link
Contributor Author

renovate bot commented Jan 31, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 22 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 -> v1.6.10
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.24 -> v1.16.29
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 -> v1.3.33
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 -> v2.6.33
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 -> v1.8.3
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.28 -> v1.3.33
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 -> v1.12.3
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.2 -> v1.6.1
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.9 -> v1.10.14
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9 -> v1.12.14
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.9 -> v1.18.14
github.com/aws/aws-sdk-go-v2/service/sso v1.24.11 -> v1.24.16
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.10 -> v1.28.15
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 -> v2.25.1
go.opentelemetry.io/otel/metric v1.33.0 -> v1.34.0
go.opentelemetry.io/proto/otlp v1.4.0 -> v1.5.0
golang.org/x/crypto v0.31.0 -> v0.32.0
golang.org/x/net v0.32.0 -> v0.34.0
golang.org/x/sys v0.28.0 -> v0.29.0
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 -> v0.0.0-20250115164207-1a7da9e5054f
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 -> v0.0.0-20250115164207-1a7da9e5054f
google.golang.org/grpc v1.68.1 -> v1.69.4

@renovate renovate bot force-pushed the renovate/go branch 6 times, most recently from d724f1e to f2efe81 Compare February 6, 2025 20:58
@renovate renovate bot force-pushed the renovate/go branch 4 times, most recently from 1dca8a0 to 389a60b Compare February 13, 2025 23:40
@renovate renovate bot force-pushed the renovate/go branch 4 times, most recently from 4c6ced2 to 4cc8046 Compare February 17, 2025 22:56
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 golang observability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants