Skip to content

chore: update deprecated grpc_middleware components#1274

Merged
tekton-robot merged 1 commit into
tektoncd:mainfrom
tylerauerbeck:drop-deprecated-grpc-middleware
Mar 31, 2026
Merged

chore: update deprecated grpc_middleware components#1274
tekton-robot merged 1 commit into
tektoncd:mainfrom
tylerauerbeck:drop-deprecated-grpc-middleware

Conversation

@tylerauerbeck
Copy link
Copy Markdown
Contributor

Changes

Fixes #1192

Updates the deprecated grpc_middleware function to use the new functions now included in the GRPC library

/kind cleanup

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you review them:

  • Has Docs included if any changes are user facing
  • Has Tests included if any functionality added or changed
  • Tested your changes locally (if this is a code change)
  • Follows the commit message standard
  • Meets the Tekton contributor standards (including functionality, content, code)
  • Has a kind label. You can add a comment on this PR that contains /kind <type>. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tep
  • Release notes block below has been updated with any user-facing changes (API changes, bug fixes, changes requiring upgrade notices or deprecation warnings)
  • Release notes contain the string "action required" if the change requires additional action from users switching to the new release

Release Notes

Signed-off-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>
@tekton-robot tekton-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. labels Mar 25, 2026
@tekton-robot tekton-robot requested review from enarha and khrm March 25, 2026 22:03
@tekton-robot tekton-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Mar 25, 2026
@khrm
Copy link
Copy Markdown
Contributor

khrm commented Mar 27, 2026

This is a dup of #580

Probably, we need to merge #580

@divyansh42

@enarha
Copy link
Copy Markdown
Contributor

enarha commented Mar 30, 2026

/ok-to-test

@enarha
Copy link
Copy Markdown
Contributor

enarha commented Mar 31, 2026

/approve

@tekton-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: enarha

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 31, 2026
Copy link
Copy Markdown
Contributor

@khrm khrm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Mar 31, 2026
@tekton-robot tekton-robot merged commit 007212d into tektoncd:main Mar 31, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm Indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate from deprecated grpc-middleware chain functions to standard grpc package

4 participants