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 #1551

Closed
wants to merge 1 commit into from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jul 29, 2024

Mend Renovate

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 patch v1.1.11 -> v1.1.13 age adoption passing confidence
cloud.google.com/go/longrunning require patch v0.5.10 -> v0.5.12 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.192.0 age adoption passing confidence
google.golang.org/genproto require digest d784300 -> ddb44da age adoption passing confidence
google.golang.org/genproto/googleapis/api require digest d784300 -> ddb44da age adoption passing confidence
google.golang.org/genproto/googleapis/rpc require digest d784300 -> ddb44da age adoption passing confidence
google.golang.org/grpc require minor v1.64.1 -> v1.65.0 age adoption passing confidence
io_bazel_rules_go http_archive minor v0.47.1 -> v0.49.0 age adoption passing confidence

Release Notes

bazelbuild/bazel-gazelle (bazel_gazelle)

v0.38.0

Compare Source

What's Changed

New Contributors

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

v0.37.0

Compare Source

What's Changed

New Contributors

Full Changelog: bazelbuild/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.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.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.49.0

Compare Source

WORKSPACE code

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

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

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

go_rules_dependencies()

go_register_toolchains(version = "1.22.5")

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.48.0...v0.49.0

v0.48.1

Compare Source

WORKSPACE code

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

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

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

go_rules_dependencies()

go_register_toolchains(version = "1.22.4")

Full Changelog: bazelbuild/rules_go@v0.48.0...v0.48.1

v0.48.0

Compare Source

Important Changes!

--incompatible_enable_proto_toolchain_resolution is now supported in rules_go. This means that protoc should now be supplied as a toolchain. protoc can be registered using https://github.com/aspect-build/toolchains_protoc, or a local proto toolchain can be added.

rules_proto 6.0.0 is required to use Go proto rules.

WORKSPACE code

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

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

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

go_rules_dependencies()

go_register_toolchains(version = "1.22.3")

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.47.1...v0.48.0


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 July 29, 2024 00:42
@forking-renovate forking-renovate bot added the automerge Summon MOG for automerging label Jul 29, 2024
Copy link

forking-renovate bot commented Jul 29, 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):

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

Details:

Package Change
go 1.20 -> 1.23.0
cloud.google.com/go/auth v0.7.2 -> v0.8.1
cloud.google.com/go/longrunning v0.5.9 -> v0.5.11
github.com/google/s2a-go v0.1.7 -> v0.1.8
golang.org/x/oauth2 v0.21.0 -> v0.22.0
golang.org/x/sync v0.7.0 -> v0.8.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-20240730163845-b1a4ccb954bf
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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.23.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 Jul 29, 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 Jul 30, 2024
@renovate-bot renovate-bot force-pushed the renovate/deps branch 3 times, most recently from 574c3ed to e9c20cd Compare August 5, 2024 22:27
@renovate-bot renovate-bot force-pushed the renovate/deps branch 2 times, most recently from 02db6ed to 690408d Compare August 13, 2024 16:59
@quartzmo
Copy link
Member

Error in integration-tests. Should be resolved by upcoming Go runtimes upgrade.

loading github.com/googleapis/gapic-showcase/client: err: exit status 1: stderr: go: errors parsing go.mod:
/home/runner/work/gapic-generator-go/gapic-generator-go/showcase/go.mod:[5](https://github.com/googleapis/gapic-generator-go/actions/runs/10373984662/job/28731198980?pr=1551#step:6:6): unknown directive: toolchain```

@renovate-bot renovate-bot force-pushed the renovate/deps branch 7 times, most recently from cb2493f to 529636b Compare August 16, 2024 21:16
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