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 deps #1562

Closed
wants to merge 1 commit into from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Aug 26, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
bazel_gazelle http_archive minor v0.36.0 -> v0.38.0 age adoption passing confidence
cloud.google.com/go require patch v0.115.0 -> v0.115.1 age adoption passing confidence
cloud.google.com/go/iam require minor v1.1.11 -> v1.2.0 age adoption passing confidence
cloud.google.com/go/longrunning require minor v0.5.10 -> v0.6.0 age adoption passing confidence
com_google_protobuf http_archive minor v25.3 -> v25.4 age adoption passing confidence
golang.org/x/text require minor v0.16.0 -> v0.17.0 age adoption passing confidence
google.golang.org/api require minor v0.189.0 -> v0.195.0 age adoption passing confidence
google.golang.org/genproto require digest d784300 -> 7e3bb23 age adoption passing confidence
google.golang.org/genproto/googleapis/api require digest d784300 -> 7e3bb23 age adoption passing confidence
google.golang.org/genproto/googleapis/rpc require digest d784300 -> 7e3bb23 age adoption passing confidence
google.golang.org/grpc require minor v1.64.1 -> v1.66.0 age adoption passing confidence
io_bazel_rules_go http_archive minor v0.49.0 -> v0.50.0 age adoption passing confidence

Release Notes

bazelbuild/bazel-gazelle (bazel_gazelle)

v0.38.0

Compare Source

What's Changed

New Contributors

Full Changelog: bazel-contrib/bazel-gazelle@v0.37.0...v0.38.0

v0.37.0

Compare Source

What's Changed

New Contributors

Full Changelog: bazel-contrib/bazel-gazelle@v0.36.0...v0.37.0

googleapis/google-cloud-go (cloud.google.com/go)

v0.115.1

Compare Source

Bug Fixes
protocolbuffers/protobuf (com_google_protobuf)

v25.4: Protocol Buffers v25.4

Compare Source

Announcements

  • Protobuf News may include additional announcements or pre-announcements for upcoming changes.

Java

PHP

PHP C-Extension

Ruby

Ruby C-Extension

Other

googleapis/google-api-go-client (google.golang.org/api)

v0.195.0

Compare Source

Features

v0.194.0

Compare Source

Features
Bug Fixes

v0.193.0

Compare Source

Features

v0.192.0

Compare Source

Features
Bug Fixes
  • internal/cba: Update credsNewAuth path to use nil oauth2 client (#​2731) (b457582)

v0.191.0

Compare Source

Features
Bug Fixes

v0.190.0

Compare Source

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

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)

v1.65.0: Release 1.65.0

Compare Source

Dependencies

  • Change support policy to cover only the latest TWO releases of Go, matching the policy for Go itself. See #​7249 for more information. (#​7250)
  • Update x/net/http2 to address CVE-2023-45288 (#​7282)

Behavior Changes

  • credentials/tls: clients and servers will now reject connections that don't support ALPN when environment variable GRPC_ENFORCE_ALPN_ENABLED is set to "true" (case insensitive). (#​7184)
    • NOTE: this behavior will become the default in a future release.
  • metadata: remove String method from MD to make printing more consistent (#​7373)

New Features

  • grpc: add WithMaxCallAttempts to configure gRPC's retry behavior per-channel. (#​7229)

Bug Fixes

  • ringhash: properly apply endpoint weights instead of ignoring them (#​7156)
  • xds: fix a bug that could cause xds-enabled servers to stop accepting new connections after handshaking errors (#​7128)
bazelbuild/rules_go (io_bazel_rules_go)

v0.50.0

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "67b4d1f517ba73e0a92eb2f57d821f2ddc21f5bc2bd7a231573f11bd8758192e",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.50.0/rules_go-v0.50.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.50.0/rules_go-v0.50.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.23.0")

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_go@release-0.49...release-0.50


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 is behind base branch, 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-bot renovate-bot requested review from a team as code owners August 26, 2024 01:51
@forking-renovate forking-renovate bot added the automerge Summon MOG for automerging label Aug 26, 2024
Copy link

forking-renovate bot commented Aug 26, 2024

ℹ Artifact update notice

File name: showcase/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):

  • 17 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.7.2 -> v0.9.1
cloud.google.com/go/auth/oauth2adapt v0.2.3 -> v0.2.4
cloud.google.com/go/longrunning v0.5.9 -> v0.6.0
github.com/google/s2a-go v0.1.7 -> v0.1.8
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 -> v0.52.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 -> v0.53.0
go.opentelemetry.io/otel v1.24.0 -> v1.28.0
go.opentelemetry.io/otel/metric v1.24.0 -> v1.28.0
go.opentelemetry.io/otel/trace v1.24.0 -> v1.28.0
golang.org/x/crypto v0.25.0 -> v0.26.0
golang.org/x/net v0.27.0 -> v0.28.0
golang.org/x/oauth2 v0.21.0 -> v0.22.0
golang.org/x/sync v0.7.0 -> v0.8.0
golang.org/x/sys v0.22.0 -> v0.24.0
golang.org/x/text v0.16.0 -> v0.17.0
golang.org/x/time v0.5.0 -> v0.6.0
google.golang.org/genproto/googleapis/api v0.0.0-20240711142825-46eb208f015d -> v0.0.0-20240823204242-4ba0660f739c
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):

  • 3 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.27.0 -> v0.28.0
golang.org/x/sys v0.22.0 -> v0.24.0
google.golang.org/grpc v1.64.1 -> v1.65.0

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 26, 2024
Copy link
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Summon MOG for automerging label Aug 27, 2024
quartzmo added a commit to quartzmo/gapic-generator-go that referenced this pull request Aug 27, 2024
* showcase/gen/github.com/googleapis/gapic-showcase/client/auxiliary.go:18:1: package requires newer Go version go1.23

refs: googleapis#1562
@renovate-bot renovate-bot force-pushed the renovate/deps branch 2 times, most recently from 21e3c6e to a3b41c0 Compare August 30, 2024 19:17
@quartzmo
Copy link
Member

quartzmo commented Sep 3, 2024

bazel_gazelle and com_google_protobuf probably need to be excluded from Renovate. (See comment.)

@codyoss
Copy link
Member

codyoss commented Sep 3, 2024

I don't think any of these deps are super pressing so I will skip this PR this week and create a seperate PR to ignore some deps. I think rules_go should also be ignored. That one needs to be intentional and tested well too before it can be landed.

@codyoss codyoss closed this Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kokoro:force-run Add this label to force Kokoro to re-run the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants