Skip to content

build(deps): Bump google.golang.org/grpc from 1.77.0 to 1.78.0#2441

Merged
github-actions[bot] merged 1 commit intomasterfrom
dependabot/go_modules/google.golang.org/grpc-1.78.0
Dec 29, 2025
Merged

build(deps): Bump google.golang.org/grpc from 1.77.0 to 1.78.0#2441
github-actions[bot] merged 1 commit intomasterfrom
dependabot/go_modules/google.golang.org/grpc-1.78.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps google.golang.org/grpc from 1.77.0 to 1.78.0.

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.78.0

Behavior Changes

  • client: Reject target URLs containing unbracketed colons in the hostname in Go version 1.26+. (#8716)

New Features

  • stats/otel: Add backend service label to wrr metrics as part of A89. (#8737)
  • stats/otel: Add subchannel metrics (without the disconnection reason) to eventually replace the pickfirst metrics. (#8738)
  • client: Wait for all pending goroutines to complete when closing a graceful switch balancer. (#8746)

Bug Fixes

  • transport/client : Return status code Unknown on malformed grpc-status. (#8735)
  • client: Add experimental.AcceptCompressors so callers can restrict the grpc-accept-encoding header advertised for a call. (#8718)
  • xds: Fix a bug in StringMatcher where regexes would match incorrectly when ignore_case is set to true. (#8723)
  • xds/resolver:
    • Drop previous route resources and report an error when no matching virtual host is found.
    • Only log LDS/RDS configuration errors following a successful update and retain the last valid resource to prevent transient failures. (#8711)
  • client:
    • Change connectivity state to CONNECTING when creating the name resolver (as part of exiting IDLE).
    • Change connectivity state to TRANSIENT_FAILURE if name resolver creation fails (as part of exiting IDLE).
    • Change connectivity state to IDLE after idle timeout expires even when current state is TRANSIENT_FAILURE.
    • Fix a bug that resulted in OnFinish call option not being invoked for RPCs where stream creation failed. (#8710)
  • xdsclient: Fix a race in the xdsClient that could lead to resource-not-found errors. (#8627)

Performance Improvements

  • mem: Round up to nearest 4KiB for pool allocations larger than 1MiB. (#8705)
Commits
  • 9df039e Change version to 1.78.0 (#8761)
  • 9b990b6 gracefulswitch: Wait for all goroutines on close (#8746)
  • 6677d9a xds: Fixing a typo (#8760)
  • d35cedd xds/resolver: pass route's auto_host_rewrite to LB picker (gRFC A81) (#8740)
  • d931fdc client: allow overriding grpc-accept-encoding header (#8718)
  • 0800ec7 xds/clusterimpl: update TestChildPolicyChangeOnConfigUpdate to use custom lb ...
  • 6553ea1 stats/otel: Add subchannel metrics (A94) (#8738)
  • 81a00ce grpc: Fixing spelling typo (#8756)
  • e413838 client: Change connectivity state to CONNECTING when creating the name resolv...
  • f9d2bdb stats/otel: Add grpc.lb.backend_service label to wrr metrics (A89) (#8737)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.77.0 to 1.78.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.77.0...v1.78.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.78.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 29, 2025
@github-actions github-actions bot enabled auto-merge (squash) December 29, 2025 17:01
@github-actions github-actions bot merged commit 427e1de into master Dec 29, 2025
17 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/google.golang.org/grpc-1.78.0 branch December 29, 2025 17:05
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Feb 15, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [tflint](https://github.com/terraform-linters/tflint) | minor | `0.60.0` → `0.61.0` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>terraform-linters/tflint (tflint)</summary>

### [`v0.61.0`](https://github.com/terraform-linters/tflint/releases/tag/v0.61.0)

[Compare Source](terraform-linters/tflint@v0.60.0...v0.61.0)

#### What's Changed

##### Enhancements

- `version`: add update notifications, json output by [@&#8203;bendrucker](https://github.com/bendrucker) in [#&#8203;2421](terraform-linters/tflint#2421)
- build(deps): Bump github.com/terraform-linters/tflint-ruleset-terraform from 0.13.0 to 0.14.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2445](terraform-linters/tflint#2445)
- plugin: Enable plugin keyless verification by default by [@&#8203;wata727](https://github.com/wata727) in [#&#8203;2453](terraform-linters/tflint#2453)

##### Chores

- build(deps): Bump actions/checkout from 5.0.0 to 5.0.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2414](terraform-linters/tflint#2414)
- build(deps): Bump the go-x group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2415](terraform-linters/tflint#2415)
- build(deps): Bump golang.org/x/crypto from 0.44.0 to 0.45.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2416](terraform-linters/tflint#2416)
- build(deps): Bump google.golang.org/grpc from 1.76.0 to 1.77.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2417](terraform-linters/tflint#2417)
- build(deps): Bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2418](terraform-linters/tflint#2418)
- build(deps): Bump actions/checkout from 5.0.1 to 6.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2420](terraform-linters/tflint#2420)
- build(deps): Bump actions/setup-go from 6.0.0 to 6.1.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2419](terraform-linters/tflint#2419)
- build(deps): Bump docker/metadata-action from 5.9.0 to 5.10.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2422](terraform-linters/tflint#2422)
- build(deps): Bump github.com/hashicorp/go-version from 1.7.0 to 1.8.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2423](terraform-linters/tflint#2423)
- build(deps): Bump actions/checkout from 6.0.0 to 6.0.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2425](terraform-linters/tflint#2425)
- build(deps): Bump golang.org/x/oauth2 from 0.33.0 to 0.34.0 in the go-x group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2428](terraform-linters/tflint#2428)
- build(deps): Bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2426](terraform-linters/tflint#2426)
- build(deps): Bump the go-x group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2432](terraform-linters/tflint#2432)
- build(deps): Bump github.com/sigstore/sigstore-go from 1.1.3 to 1.1.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2433](terraform-linters/tflint#2433)
- Add support for Terraform v1.14 by [@&#8203;wata727](https://github.com/wata727) in [#&#8203;2424](terraform-linters/tflint#2424)
- build(deps): Bump alpine from 3.22 to 3.23 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2427](terraform-linters/tflint#2427)
- build(deps): Bump actions/attest-build-provenance from 3.0.0 to 3.1.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2437](terraform-linters/tflint#2437)
- build(deps): Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2438](terraform-linters/tflint#2438)
- build(deps): Bump github.com/zclconf/go-cty-yaml from 1.1.0 to 1.2.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2439](terraform-linters/tflint#2439)
- Add an integration test for root only traversal by [@&#8203;wata727](https://github.com/wata727) in [#&#8203;2436](terraform-linters/tflint#2436)
- build(deps): Bump google.golang.org/grpc from 1.77.0 to 1.78.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2441](terraform-linters/tflint#2441)
- build(deps): Bump the go-x group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2444](terraform-linters/tflint#2444)
- build(deps): Bump actions/setup-go from 6.1.0 to 6.2.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2446](terraform-linters/tflint#2446)
- docs: windows plugin development by [@&#8203;Netkracker](https://github.com/Netkracker) in [#&#8203;2334](terraform-linters/tflint#2334)
- build(deps): Bump github.com/theupdateframework/go-tuf/v2 from 2.3.0 to 2.3.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2450](terraform-linters/tflint#2450)
- build(deps): Bump github.com/sigstore/rekor from 1.4.3 to 1.5.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2451](terraform-linters/tflint#2451)
- build(deps): Bump github.com/sigstore/sigstore from 1.10.3 to 1.10.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2452](terraform-linters/tflint#2452)
- build(deps): Bump actions/checkout from 6.0.1 to 6.0.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2454](terraform-linters/tflint#2454)
- build(deps): Bump actions/attest-build-provenance from 3.1.0 to 3.2.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2455](terraform-linters/tflint#2455)
- build(deps): Bump github.com/theupdateframework/go-tuf/v2 from 2.3.1 to 2.4.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2456](terraform-linters/tflint#2456)
- build(deps): Bump docker/login-action from 3.6.0 to 3.7.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2458](terraform-linters/tflint#2458)

#### New Contributors

- [@&#8203;Netkracker](https://github.com/Netkracker) made their first contribution in [#&#8203;2334](terraform-linters/tflint#2334)

**Full Changelog**: <terraform-linters/tflint@v0.60.0...v0.61.0>

</details>

---

### 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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Ny4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6Om1pbm9yIl19-->
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 go Pull requests that update Go code

Development

Successfully merging this pull request may close these issues.

0 participants