[submodule][master] Update submodule sonic-gnmi to the latest HEAD automatically#28135
Merged
mssonicbld merged 1 commit intoJun 29, 2026
Merged
Conversation
Signed-off-by: mssonicbld <sonicbld@microsoft.com>
Collaborator
Author
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
xq9mend
added a commit
to xq9mend/sonic-buildimage
that referenced
this pull request
Jun 29, 2026
Bumps src/sonic-gnmi to 67890d7 which re-adds the enforcement that --noTLS requires --bind_address to be a loopback address. The telemetry.sh and gnmi-native.sh scripts already pass --bind_address 127.0.0.1 in the --noTLS fallback (since sonic-net#28110), so existing behavior is unchanged. This commit makes the binary enforce the constraint so future usages cannot accidentally expose cleartext gRPC over the network. Note: sonic-net#28135 auto-bumped sonic-gnmi to the sonic-net canonical fork. This PR tracks the xq9mend fork SHA for reference. Signed-off-by: xq9mend <xq9mend@users.noreply.github.com>
roger-nexthop
pushed a commit
to nexthop-ai/sonic-buildimage
that referenced
this pull request
Jul 12, 2026
…lly (sonic-net#28135) #### Why I did it src/sonic-gnmi ``` * 48b9821 - (HEAD -> master, origin/master, origin/HEAD) telemetry: enforce --noTLS requires loopback --bind_address (sonic-net#712) (23 hours ago) [xq9mend] ``` #### How I did it #### How to verify it #### Description for the changelog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why I did it
src/sonic-gnmi
How I did it
How to verify it
Description for the changelog