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

Update all non-major dependencies (main) #557

Merged
merged 2 commits into from
Oct 2, 2024

Conversation

renovate-rancher[bot]
Copy link
Contributor

@renovate-rancher renovate-rancher bot commented Aug 13, 2024

This PR contains the following updates:

Package Type Update Change
github.com/minio/minio-go/v7 require patch v7.0.76 -> v7.0.77
golang.org/x/crypto replace minor v0.26.0 -> v0.27.0
google.golang.org/grpc replace minor v1.65.0 -> v1.67.1

Release Notes

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

v7.0.77: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.76...v7.0.77

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

v1.67.1: Release 1.67.1

Compare Source

Bug Fixes

  • transport: Fix a bug causing stream failures due to miscalculation of the flow control window in both clients and servers. (#​7667)
  • xds/server: Fix xDS Server memory leak. (#​7681)

v1.67.0: Release 1.67.0

Compare Source

Bug Fixes

  • ringhash: when used with multiple EDS priorities, fix bug that could prevent a higher priority from recovering from transient failure. (#​7364)

Behavior Changes

  • In accordance with RFC 7540, clients and servers will now reject TLS connections that don't support ALPN. This can be disabled by setting the environment variable GRPC_ENFORCE_ALPN_ENABLED to false (case insensitive). Please file a bug if you encounter any issues with this behavior. The environment variable to revert this behavior will be removed in an upcoming release. (#​7535)

v1.66.3: Release 1.66.3

Compare Source

Bug Fixes

  • transport: Fix a bug causing stream failures due to miscalculation of the flow control window in both clients and servers. (#​7667)
  • xds/server: Fix xDS Server memory leak. (#​7681)

v1.66.2: Release 1.66.2

Compare Source

Dependencies

  • Remove unintentional dependency on the testing package (#​7579)
  • Remove unintentional dependency on the flate package (#​7595)

Bug Fixes

  • client: fix a bug that prevented memory reuse after handling unary RPCs (#​7571)

v1.66.1

Compare Source

v1.66.0: Release 1.66.0

Compare Source

New Features

Bug Fixes

  • grpc: Clients now return status code INTERNAL instead of UNIMPLEMENTED when the server uses an unsupported compressor. This is consistent with the gRPC compression spec. (#​7461)
  • transport: Fix a bug which could result in writes busy looping when the underlying conn.Write returns errors (#​7394)
  • client: fix race that could lead to orphaned connections and associated resources. (#​7390)
  • xds: use locality from the connected address for load reporting with pick_first (#​7378)
    • without this fix, if a priority contains multiple localities with pick_first, load was reported for the wrong locality
  • client: prevent hanging during ClientConn.Close() when the network is unreachable (#​7540)

Performance Improvements

  • transport: double buffering is avoided when using an http connect proxy and the target server waits for client to send the first message. (#​7424)
  • codec: Implement a new Codec which uses buffer recycling for encoded message (#​7356)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 Renovate Bot.

@renovate-rancher renovate-rancher bot requested a review from a team as a code owner August 13, 2024 04:37
@renovate-rancher renovate-rancher bot added the dependencies Pull requests that update a dependency file label Aug 13, 2024
@renovate-rancher renovate-rancher bot force-pushed the renovate/main-all-minor-patch branch 2 times, most recently from 13318b0 to a10d790 Compare August 14, 2024 04:37
@renovate-rancher renovate-rancher bot changed the title Update module github.com/minio/minio-go/v7 to v7.0.75 (main) Update all non-major dependencies (main) Aug 14, 2024
@renovate-rancher renovate-rancher bot force-pushed the renovate/main-all-minor-patch branch from a10d790 to 50e63df Compare August 14, 2024 04:37
@renovate-rancher renovate-rancher bot force-pushed the renovate/main-all-minor-patch branch 5 times, most recently from 08759ef to 77302e7 Compare August 27, 2024 04:55
Copy link
Contributor Author

renovate-rancher bot commented Aug 27, 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):

  • 9 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 -> v0.0.0-20240814211410-ddb44dafa142
github.com/rs/xid v1.5.0 -> v1.6.0
golang.org/x/net v0.26.0 -> v0.28.0
golang.org/x/oauth2 v0.20.0 -> v0.22.0
golang.org/x/sys v0.23.0 -> v0.25.0
golang.org/x/term v0.23.0 -> v0.24.0
golang.org/x/text v0.17.0 -> v0.18.0
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 -> v0.0.0-20240814211410-ddb44dafa142
google.golang.org/protobuf v1.34.1 -> v1.34.2

@renovate-rancher renovate-rancher bot force-pushed the renovate/main-all-minor-patch branch 3 times, most recently from dd48305 to ab28737 Compare August 29, 2024 04:53
@renovate-rancher renovate-rancher bot force-pushed the renovate/main-all-minor-patch branch 4 times, most recently from 2907da3 to 1866e72 Compare September 12, 2024 04:52
@renovate-rancher renovate-rancher bot force-pushed the renovate/main-all-minor-patch branch 3 times, most recently from 52725f2 to 015b5d6 Compare September 24, 2024 16:22
Copy link
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: install-tool golang 1.22.7

@renovate-rancher renovate-rancher bot force-pushed the renovate/main-all-minor-patch branch from 38f04bf to d744b73 Compare October 1, 2024 06:45
@mallardduck mallardduck merged commit 5cc7bcc into main Oct 2, 2024
6 checks passed
@mallardduck mallardduck deleted the renovate/main-all-minor-patch branch October 4, 2024 17:34
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant