Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/aws/aws-sdk-go v1.54.11 -> v1.54.15 age adoption passing confidence require patch
github.com/bufbuild/protovalidate-go v0.6.2 -> v0.6.3 age adoption passing confidence require patch
github.com/minio/minio-go/v7 v7.0.72 -> v7.0.73 age adoption passing confidence require patch
go (source) 1.22.4 -> 1.22.5 age adoption passing confidence toolchain patch
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0 -> v0.53.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/instrumentation/host v0.52.0 -> v0.53.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 -> v0.53.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/instrumentation/runtime v0.52.0 -> v0.53.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/propagators/autoprop v0.52.0 -> v0.53.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/propagators/b3 v1.27.0 -> v1.28.0 age adoption passing confidence require minor
go.opentelemetry.io/otel v1.27.0 -> v1.28.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.27.0 -> v1.28.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.27.0 -> v1.28.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.27.0 -> v1.28.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 -> v1.28.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.27.0 -> v1.28.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/prometheus v0.49.0 -> v0.50.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/metric v1.27.0 -> v1.28.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk v1.27.0 -> v1.28.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk/metric v1.27.0 -> v1.28.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/trace v1.27.0 -> v1.28.0 age adoption passing confidence require minor
golang.org/x/crypto v0.24.0 -> v0.25.0 age adoption passing confidence require minor
golang.org/x/exp 7f521ea -> 46b0784 age adoption passing confidence require digest
golang.org/x/net v0.26.0 -> v0.27.0 age adoption passing confidence require minor
golang.org/x/tools v0.22.0 -> v0.23.0 age adoption passing confidence require minor
google.golang.org/genproto/googleapis/api dc46fd2 -> f6361c8 age adoption passing confidence require digest
google.golang.org/grpc v1.64.0 -> v1.65.0 age adoption passing confidence require minor

Release Notes

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

v1.54.15

Compare Source

===

Service Client Updates
  • service/acm: Updates service API and documentation
    • Documentation updates, including fixes for xml formatting, broken links, and ListCertificates description.
  • service/ecr: Updates service API
    • This release for Amazon ECR makes change to bring the SDK into sync with the API.
  • service/payment-cryptography-data: Updates service API and documentation
  • service/qbusiness: Updates service API and documentation

v1.54.14

Compare Source

===

Service Client Updates
  • service/application-autoscaling: Updates service documentation
  • service/directconnect: Updates service documentation
    • This update includes documentation for support of new native 400 GBps ports for Direct Connect.
  • service/organizations: Updates service API and documentation
    • Added a new reason under ConstraintViolationException in RegisterDelegatedAdministrator API to prevent registering suspended accounts as delegated administrator of a service.
  • service/rekognition: Updates service API and documentation
    • This release adds support for tagging projects and datasets with the CreateProject and CreateDataset APIs.
  • service/workspaces: Updates service API
    • Fix create workspace bundle RootStorage/UserStorage to accept non null values

v1.54.13

Compare Source

===

Service Client Updates
  • service/ec2: Updates service API and documentation
    • Documentation updates for Elastic Compute Cloud (EC2).
  • service/fms: Updates service API
  • service/s3: Updates service API, documentation, and examples
    • Added response overrides to Head Object requests.

v1.54.12

Compare Source

===

Service Client Updates
  • service/apigateway: Updates service API
    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/cognito-identity: Updates service API
  • service/connect: Updates service API, documentation, and paginators
  • service/docdb: Updates service API
    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/eks: Updates service API
  • service/payment-cryptography: Updates service API and documentation
  • service/payment-cryptography-data: Updates service API, documentation, and waiters
  • service/states: Updates service API
    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/swf: Updates service API
    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/wafv2: Updates service API and documentation
bufbuild/protovalidate-go (github.com/bufbuild/protovalidate-go)

v0.6.3

Compare Source

What's Changed

Full Changelog: bufbuild/protovalidate-go@v0.6.2...v0.6.3

minio/minio-go (github.com/minio/minio-go/v7)

v7.0.73: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.72...v7.0.73

golang/go (go)

v1.22.5

open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/propagators/b3)

v1.28.0: /v0.53.0/v0.22.0/v0.8.0/v0.3.0/v0.1.0

Compare Source

Overview

Added
  • Add the new go.opentelemetry.io/contrib/detectors/azure/azurevm package to provide a resource detector for Azure VMs. (#​5422)
  • Add support to configure views when creating MeterProvider using the config package. (#​5654)
  • The go.opentelemetry.io/contrib/config add support to configure periodic reader interval and timeout. (#​5661)
  • Add log support for the autoexport package. (#​5733)
  • Add support for disabling the old runtime metrics using the OTEL_GO_X_DEPRECATED_RUNTIME_METRICS=false environment variable. (#​5747)
  • Add support for signal-specific protocols environment variables (OTEL_EXPORTER_OTLP_TRACES_PROTOCOL, OTEL_EXPORTER_OTLP_LOGS_PROTOCOL, OTEL_EXPORTER_OTLP_METRICS_PROTOCOL) in go.opentelemetry.io/contrib/exporters/autoexport. (#​5816)
  • The go.opentelemetry.io/contrib/processors/minsev module is added.
    This module provides and experimental logging processor with a configurable threshold for the minimum severity records must have to be recorded. (#​5817)
  • The go.opentelemetry.io/contrib/processors/baggagecopy module.
    This module is a replacement of go.opentelemetry.io/contrib/processors/baggage/baggagetrace. (#​5824)
Changed
  • Improve performance of go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc with the usage of WithAttributeSet() instead of WithAttribute(). (#​5664)
  • Improve performance of go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp with the usage of WithAttributeSet() instead of WithAttribute(). (#​5664)
  • Update go.opentelemetry.io/contrib/config to latest released configuration schema which introduces breaking changes where Attributes is now a map[string]interface{}. (#​5758)
  • Upgrade all dependencies of go.opentelemetry.io/otel/semconv/v1.25.0 to go.opentelemetry.io/otel/semconv/v1.26.0. (#​5847)
Fixed
  • Custom attributes targeting metrics recorded by the go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp are not ignored anymore. (#​5129)
  • The double setup in go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace/example that caused duplicate traces. (#​5564)
  • The superfluous response.WriteHeader call in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp when the response writer is flushed. (#​5634)
  • Use c.FullPath() method to set http.route attribute in go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin. (#​5734)
  • Out-of-bounds panic in case of invalid span ID in go.opentelemetry.io/contrib/propagators/b3. (#​5754)
Deprecated
  • The go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho package is deprecated.
    If you would like to become a Code Owner of this module and prevent it from being removed, see #​5550. (#​5645)
  • The go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron package is deprecated.
    If you would like to become a Code Owner of this module and prevent it from being removed, see #​5552. (#​5646)
  • The go.opentelemetry.io/contrib/samplers/aws/xray package is deprecated.
    If you would like to become a Code Owner of this module and prevent it from being removed, see #​5554. (#​5647)
  • The go.opentelemetry.io/contrib/processors/baggage/baggagetrace package is deprecated.
    Use the added go.opentelemetry.io/contrib/processors/baggagecopy package instead. (#​5824)
    • Use baggagecopy.NewSpanProcessor as a replacement for baggagetrace.New.
      • NewSpanProcessor accepts a Fitler function type that selects which baggage members are added to a span.
      • NewSpanProcessor returns a *baggagecopy.SpanProcessor instead of a trace.SpanProcessor interface.
        The returned type still implements the interface.

What's Changed


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added area/dependencies Pull requests that update a dependency file bots kind/chore labels Jul 8, 2024
Copy link
Contributor Author

renovate bot commented Jul 8, 2024

ℹ 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):

  • 14 additional dependencies were updated

Details:

Package Change
github.com/golang/glog v1.2.0 -> v1.2.1
github.com/klauspost/compress v1.17.8 -> v1.17.9
github.com/klauspost/cpuid/v2 v2.2.7 -> v2.2.8
github.com/prometheus/common v0.53.0 -> v0.55.0
github.com/prometheus/procfs v0.15.0 -> v0.15.1
go.opentelemetry.io/contrib/propagators/aws v1.27.0 -> v1.28.0
go.opentelemetry.io/contrib/propagators/jaeger v1.27.0 -> v1.28.0
go.opentelemetry.io/contrib/propagators/ot v1.27.0 -> v1.28.0
go.opentelemetry.io/proto/otlp v1.2.0 -> v1.3.1
golang.org/x/mod v0.18.0 -> v0.19.0
golang.org/x/oauth2 v0.20.0 -> v0.21.0
golang.org/x/sys v0.21.0 -> v0.22.0
golang.org/x/term v0.21.0 -> v0.22.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240617180043-68d350f18fd4 -> v0.0.0-20240701130421-f6361c86f094
File name: hack/tools/testsplit/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):

  • 1 additional dependency was updated

Details:

Package Change
golang.org/x/mod v0.18.0 -> v0.19.0
File name: api/genpb/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):

  • 3 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.22.5
golang.org/x/net v0.23.0 -> v0.25.0
golang.org/x/sys v0.18.0 -> v0.20.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240617180043-68d350f18fd4 -> v0.0.0-20240624140628-dc46fd24d27d

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/go-deps branch from f1ac1d3 to e9a3792 Compare July 8, 2024 04:07
@charithe charithe changed the title chore(deps): update go deps chore(deps): Update go deps Jul 8, 2024
@charithe charithe merged commit be7baa9 into main Jul 8, 2024
@charithe charithe deleted the renovate/go-deps branch July 8, 2024 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file bots kind/chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant