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

chore(deps): Update go deps #2000

Merged
merged 1 commit into from Feb 26, 2024
Merged

chore(deps): Update go deps #2000

merged 1 commit into from Feb 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.32.0-20240212200630-3014d81c3a48.1 -> v1.32.0-20240221180331-f05a6f4403ce.1 age adoption passing confidence require patch
github.com/aws/aws-sdk-go v1.50.20 -> v1.50.25 age adoption passing confidence require patch
github.com/cerbos/cerbos/api/genpb v0.33.0 -> v0.34.0 age adoption passing confidence require minor
github.com/lestrrat-go/jwx/v2 v2.0.19 -> v2.0.20 age adoption passing confidence require patch
github.com/microsoft/go-mssqldb v1.6.0 -> v1.7.0 age adoption passing confidence require minor
github.com/rivo/tview 861aa94 -> 5605142 age adoption passing confidence require digest
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.48.0 -> v0.49.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/instrumentation/host v0.48.0 -> v0.49.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.48.0 -> v0.49.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/instrumentation/runtime v0.48.0 -> v0.49.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/propagators/autoprop v0.48.0 -> v0.49.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/propagators/b3 v1.23.0 -> v1.24.0 age adoption passing confidence require minor
go.opentelemetry.io/otel v1.23.1 -> v1.24.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.23.1 -> v1.24.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.23.1 -> v1.24.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.23.1 -> v1.24.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/prometheus v0.45.2 -> v0.46.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/metric v1.23.1 -> v1.24.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk v1.23.1 -> v1.24.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk/metric v1.23.1 -> v1.24.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/trace v1.23.1 -> v1.24.0 age adoption passing confidence require minor
go.uber.org/zap v1.26.0 -> v1.27.0 age adoption passing confidence require minor
golang.org/x/exp ec58324 -> 814bf88 age adoption passing confidence require digest
google.golang.org/genproto/googleapis/api 012b6fc -> b0ce06b age adoption passing confidence require digest
google.golang.org/grpc v1.61.1 -> v1.62.0 age adoption passing confidence require minor
modernc.org/sqlite v1.29.1 -> v1.29.2 age adoption passing confidence require patch

Release Notes

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

v1.50.25

Compare Source

===

Service Client Updates
  • service/appsync: Updates service documentation
  • service/qldb: Updates service documentation
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • Add pattern and length based validations for DBShardGroupIdentifier
  • service/rum: Updates service documentation

v1.50.24

Compare Source

===

Service Client Updates
  • service/internetmonitor: Updates service API and documentation
  • service/kinesisvideo: Updates service API
    • Increasing NextToken parameter length restriction for List APIs from 512 to 1024.

v1.50.23

Compare Source

===

Service Client Updates
  • service/iotevents: Updates service API
  • service/lookoutequipment: Updates service API and documentation
  • service/medialive: Updates service API and documentation
    • MediaLive now supports the ability to restart pipelines in a running channel.
  • service/ssm: Updates service API and documentation
    • This release adds support for sharing Systems Manager parameters with other AWS accounts.

v1.50.22

Compare Source

===

Service Client Updates
  • service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
    • Publishing quick fix for doc only update.
  • service/firehose: Updates service API and documentation
    • This release updates a few Firehose related APIs.
  • service/lambda: Updates service API and documentation
    • Add .NET 8 (dotnet8) Runtime support to AWS Lambda.

v1.50.21

Compare Source

===

Service Client Updates
  • service/amplify: Updates service API and documentation
  • service/chatbot: Updates service API, documentation, paginators, and examples
  • service/config: Updates service documentation
  • service/ivs: Updates service documentation
  • service/keyspaces: Updates service documentation
  • service/mediatailor: Updates service API
cerbos/cerbos (github.com/cerbos/cerbos/api/genpb)

v0.34.0

Compare Source

Cerbos 0.34.0

View the full release notes at https://docs.cerbos.dev/cerbos/latest/releases/v0.34.0.html

Changelog

Features
  • 42e8442 feat: Better diagnostic error messages for policy issues (#​1960)
Enhancements
Bug fixes
  • 4f90a5c fix: Record HTTP remote address as peer address for HTTP requests (#​1964)
Documentation
Chores
lestrrat-go/jwx (github.com/lestrrat-go/jwx/v2)

v2.0.20

Compare Source

v2.0.20 20 Feb 2024

[New Features]

  • [jwe] Added jwe.Settings(WithMaxBufferSize(int64)) to set the maximum size of
    internal buffers. The default value is 256MB. Most users do not need to change
    this value.
  • [jws] Allow jws.WithCompact() and jws.WithJSON() to be passed to jws.Parse() and
    jws.Verify(). These options control the expected serialization format for the
    JWS message.
  • [jwt] Add jwt.WithCompactOnly() to specify that only compact serialization can
    be used for jwt.Parse(). Previously, by virtue of jws.Parse() allowing either
    JSON or Compact serialization format, jwt.Parse() also alloed JSON serialization
    where as RFC7519 explicitly states that only compact serialization should be
    used. For backward compatibility the default behavior is not changed, but you
    can set this global option for jwt: jwt.Settings(jwt.WithCompactOnly(true))

[Miscellaneous]

  • Internal key conversions should now allow private keys to be used in place of
    public keys. This would allow you to pass private keys where public keys are
    expected.
microsoft/go-mssqldb (github.com/microsoft/go-mssqldb)

v1.7.0

Compare Source

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

v1.24.0: /v0.49.0/v0.18.0/v0.4.0

Compare Source

This release is the last to support Go 1.20. The next release will require at least Go 1.21.

Added
  • Support Go 1.22. (#​5082)
  • Add support for Summary metrics to go.opentelemetry.io/contrib/bridges/prometheus. (#​5089)
  • Add support for Exponential (native) Histograms in go.opentelemetry.io/contrib/bridges/prometheus. (#​5093)
Removed
  • The deprecated RequestCount constant in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp is removed. (#​4894)
  • The deprecated RequestContentLength constant in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp is removed. (#​4894)
  • The deprecated ResponseContentLength constant in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp is removed. (#​4894)
  • The deprecated ServerLatency constant in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp is removed. (#​4894)
Fixed
  • Retrieving the body bytes count in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp does not cause a data race anymore. (#​5080)

New Contributors

Full Changelog: open-telemetry/opentelemetry-go-contrib@v1.23.0...v1.24.0

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.24.0: /v0.46.0/v0.0.1-alpha

Compare Source

This release is the last to support Go 1.20. The next release will require at least Go 1.21.

Added
  • Support Go 1.22. (#​4890)
  • Add exemplar support to go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#​4900)
  • Add exemplar support to go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​4900)
  • The go.opentelemetry.io/otel/log module is added. This module includes OpenTelemetry Go's implementation of the Logs Bridge API. This module is in an alpha state, it is subject to breaking changes. See our versioning policy for more info. (#​4961)
Fixed
  • Fix registration of multiple callbacks when using the global meter provider from go.opentelemetry.io/otel. (#​4945)
  • Fix negative buckets in output of exponential histograms. (#​4956)
New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.23.1...v1.24.0

uber-go/zap (go.uber.org/zap)

v1.27.0

Compare Source

Enhancements:

  • #​1378: Add WithLazy method for SugaredLogger.
  • #​1399: zaptest: Add NewTestingWriter for customizing TestingWriter with more flexibility than NewLogger.
  • #​1406: Add Log, Logw, Logln methods for SugaredLogger.
  • #​1416: Add WithPanicHook option for testing panic logs.

Thanks to @​defval, @​dimmo, @​arxeiss, and @​MKrupauskas for their contributions to this release.

grpc/grpc-go (google.golang.org/grpc)

v1.62.0: Release 1.62.0

Compare Source

New Features

  • grpc: Add StaticMethod CallOption as a signal to stats handler that a method is safe to use as an instrument key (#​6986)

Behavior Changes

  • grpc: Return canonical target string from ClientConn.Target() and resolver.Address.String() (#​6923)

Bug Fixes

  • server: wait to close connection until incoming socket is drained (with timeout) to prevent data loss on client-side (#​6977)

Performance Improvements

  • *: Allow building without x/net/trace by using grpcnotrace to enable dead code elimination (#​6954)
  • rand: improve performance and simplify implementation of grpcrand by adopting math/rand's top-level functions for go version 1.21.0 and newer. (#​6925)

Dependencies

  • *: Use google.golang.org/protobuf/proto instead of github.com/golang/protobuf. (#​6919)

[!NOTE]
The above change in proto library usage introduces a minor behavior change within those libraries. The old github.com/golang/protobuf library would error if given a nil message to Marshal, while the new google.golang.org/protobuf library will successfully output zero bytes in this case. This means server method handlers that did return nil, nil will now return an empty message and no error, while it used to return an error. This also affects the client side, where clients sending nil messages used to fail without sending the RPC, and now they will send an empty message.

cznic/sqlite (modernc.org/sqlite)

v1.29.2

Compare Source


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.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added area/dependencies Pull requests that update a dependency file bots kind/chore labels Feb 26, 2024
@charithe charithe changed the title chore(deps): update go deps chore(deps): Update go deps Feb 26, 2024
@charithe charithe merged commit b2bcfef into main Feb 26, 2024
30 of 32 checks passed
@charithe charithe deleted the renovate/go-deps branch February 26, 2024 07:14
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.

None yet

1 participant