-
Notifications
You must be signed in to change notification settings - Fork 345
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
fix(deps): update module google.golang.org/grpc to v1.65.0 - autoclosed #1716
Closed
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
2 times, most recently
from
April 12, 2024 06:14
b7f7918
to
823c58f
Compare
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
7 times, most recently
from
April 23, 2024 15:02
8e062ad
to
c3da641
Compare
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
7 times, most recently
from
May 1, 2024 05:36
ed60a24
to
856b07f
Compare
renovate
bot
changed the title
fix(deps): update module google.golang.org/grpc to v1.63.2
Update module google.golang.org/grpc to v1.63.2
May 1, 2024
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
May 9, 2024 05:40
856b07f
to
c1ddce8
Compare
renovate
bot
changed the title
Update module google.golang.org/grpc to v1.63.2
Update module google.golang.org/grpc to v1.64.0
May 15, 2024
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
3 times, most recently
from
May 21, 2024 15:36
a74c6ae
to
29f2676
Compare
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
3 times, most recently
from
May 29, 2024 06:08
bd400f1
to
ff6fac0
Compare
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
June 3, 2024 08:40
ff6fac0
to
e5775c6
Compare
renovate
bot
changed the title
Update module google.golang.org/grpc to v1.64.0
fix(deps): update module google.golang.org/grpc to v1.64.0
Jun 4, 2024
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
June 4, 2024 04:33
e5775c6
to
d11d831
Compare
ℹ Artifact update noticeFile name: KubeArmor/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
June 6, 2024 07:28
d11d831
to
88d587b
Compare
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
2 times, most recently
from
June 13, 2024 08:32
fecd368
to
9322793
Compare
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
2 times, most recently
from
June 24, 2024 15:07
219de0c
to
9c03e93
Compare
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
July 2, 2024 19:17
9c03e93
to
6bbe3e7
Compare
renovate
bot
changed the title
fix(deps): update module google.golang.org/grpc to v1.64.0
fix(deps): update module google.golang.org/grpc to v1.65.0
Jul 2, 2024
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
8 times, most recently
from
July 15, 2024 07:36
6aef9df
to
2ff146a
Compare
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
4 times, most recently
from
July 25, 2024 03:45
42c84e8
to
6d0e2d0
Compare
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
July 26, 2024 08:19
6d0e2d0
to
66be7c2
Compare
renovate
bot
changed the title
fix(deps): update module google.golang.org/grpc to v1.65.0
fix(deps): update module google.golang.org/grpc to v1.65.0 - autoclosed
Jul 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
This PR contains the following updates:
v1.63.0
->v1.65.0
v1.63.2
->v1.65.0
Release Notes
grpc/grpc-go (google.golang.org/grpc)
v1.65.0
: Release 1.65.0Compare Source
Dependencies
Behavior Changes
GRPC_ENFORCE_ALPN_ENABLED
is set to "true" (case insensitive). (#7184)New Features
WithMaxCallAttempts
to configure gRPC's retry behavior per-channel. (#7229)Bug Fixes
v1.64.1
: Release 1.64.1Compare Source
Dependencies
v1.64.0
: Release 1.64.0Compare Source
API Changes
InPayload.Data
andOutPayload.Data
; they were experimental and will be deleted in the next release (#7121)Behavior Changes
GRPC_GO_ADVERTISE_COMPRESSORS
to suppress setting supported compressors ingrpc-accept-encoding
header. Compressors will always be advertised, as they have been by default for some time (#7203)New Features
SetMinResolutionInterval
to set the minimum interval at which DNS re-resolutions may occur (#6962)fmt.Stringer
interface for pretty printingPeer
, andfmt.Stringer
interface for pretty printingMD
(#7137)Performance Improvements
Bug Fixes
OutPayload
,InPayload
, andEnd
(#7096)Dependencies
github.com/golang/protobuf
module (#7122)Documentation
WithBlock
,WithReturnConnectionError
,FailOnNonTempDialError
which are ignored byNewClient
(#7097)Dial
andDialContext
. These will continue to be supported throughout 1.x, but are deprecated to direct users toNewClient
(See #7090 for more information)v1.63.3
: Release 1.63.3Compare Source
Dependencies
v1.63.2
: Release 1.63.2Compare Source
Bugs
v1.63.1
: Release 1.63.1Compare Source
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 PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.