-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update go modules #47
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
base: main
Are you sure you want to change the base?
Conversation
ecd336c
to
9e81aec
Compare
9e81aec
to
b7893f2
Compare
35b2be7
to
75c5447
Compare
8f9a45f
to
4675ad1
Compare
3d0f2ca
to
ec13e79
Compare
dfb82d7
to
7350b79
Compare
4c84fa1
to
bceec2c
Compare
a2f5704
to
ccac8c3
Compare
ccac8c3
to
28aa2b2
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
00be2cc
to
b099ce2
Compare
9f02485
to
d404317
Compare
4f9e0d8
to
3655301
Compare
3655301
to
80bd44a
Compare
fe4c5f6
to
4a7fb52
Compare
da89a99
to
4895dc8
Compare
📝 Summary of changesSummaryThis PR updates Go module dependencies in go.mod and go.sum to newer versions, including several direct and indirect dependencies. No application code changes are present, only dependency version bumps and removals/additions in the dependency lists. Walkthrough
Haiku
|
b309004
to
97af574
Compare
25f12c1
to
64e23cc
Compare
6d0f589
to
bbe9094
Compare
bbe9094
to
f19d7b0
Compare
f19d7b0
to
36f0ac0
Compare
This PR contains the following updates:
v0.6.0
->v0.6.7
0d21f29
->e94a7ec
v1.4.1
->v1.5.1
v2.0.0-alpha.33
->v2.0.0-alpha.37
v1.0.13
->v1.0.15
v2.0.0-alpha.23
->v2.0.0-alpha.25
v0.7.7
->v0.7.8
v0.4.10
->v0.4.12
v1.8.1
->v1.9.1
v1.9.0
->v1.10.0
fc7c04a
->5f3141c
fc7c04a
->5f3141c
fc7c04a
->5f3141c
v1.65.0
->v1.74.2
v1.34.2
->v1.36.7
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
beevik/etree (github.com/beevik/etree)
v1.5.1
Compare Source
Fixes
v1.5.0
Compare Source
Changes
Element
functionCreateChild
, which calls a continuation functionafter creating and adding a child element.
Fixes
ReadSettings
values. WhenAttrSingleQuote
is true,CanonicalAttrVal
is forced to be false.bitrise-io/go-steputils (github.com/bitrise-io/go-steputils/v2)
v2.0.0-alpha.37
Compare Source
v2.0.0-alpha.36
Compare Source
v2.0.0-alpha.35
Compare Source
v2.0.0-alpha.34
Compare Source
bitrise-io/go-utils (github.com/bitrise-io/go-utils)
v1.0.15
Compare Source
v1.0.14
Compare Source
hashicorp/go-retryablehttp (github.com/hashicorp/go-retryablehttp)
v0.7.8
Compare Source
pkg/xattr (github.com/pkg/xattr)
v0.4.12
Compare Source
What's Changed
Full Changelog: pkg/xattr@v0.4.11...v0.4.12
v0.4.11
Compare Source
What's Changed
Full Changelog: pkg/xattr@v0.4.10...v0.4.11
spf13/cobra (github.com/spf13/cobra)
v1.9.1
Compare Source
🐛 Fixes
Full Changelog: spf13/cobra@v1.9.0...v1.9.1
v1.9.0
Compare Source
✨ Features
🐛 Fixes
🤖 Completions
🧪 Testing
✍🏼 Documentation
🔧 Dependency upgrades
pflag
dependencies for v1.9.0 by @jpmcb in https://github.com/spf13/cobra/pull/2233Thank you to all of our amazing contributors and all the great work that's been going into the completions feature!!
👋🏼 New Contributors
Full Changelog: spf13/cobra@v1.8.1...v1.9.0
stretchr/testify (github.com/stretchr/testify)
v1.10.0
Compare Source
What's Changed
Functional Changes
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.9.0...v1.10.0
grpc/grpc-go (google.golang.org/grpc)
v1.74.2
: Release 1.74.2Compare Source
New Features
DialOptions
andServerOptions
(WithStaticStreamWindowSize
,WithStaticConnWindowSize
,StaticStreamWindowSize
,StaticConnWindowSize
) that force fixed window sizes for all HTTP/2 connections. By default, gRPC uses dynamic sizing of these windows based upon a BDP estimation algorithm. The existing options (WithInitialWindowSize
, etc) also disable BDP estimation, but this behavior will be changed in a following release. (#8283)API Changes
ExitIdle
method toBalancer
interface. Earlier, implementing this method was optional. (#8367)Behavior Changes
GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST
environment variable that allows disabling the least request balancer with xDS. Least request was made available by default with xDS in v1.72.0. (#8248)Bug Fixes
Attempt to set a bootstrap configuration...
when creating multiple directpath channels. (#8419)Performance Improvements
mem.Reader
objects. (#8360)Documentation
v1.74.1
: Release 1.74.1Compare Source
Version 1.74.1 retracts release v1.74.0 and itself. Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.2 is released.
v1.74.0
: Release 1.74.0Compare Source
Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.1 is released.
v1.73.0
: Release 1.73.0Compare Source
New Features
GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST=false
in your environment. (#8253)CallAuthority
Call Option that can be used to overwrite the http:authority
header on per-RPC basis. (#8068)List
method to gRPC Health service. (#8155)GRPC_EXPERIMENTAL_XDS_MTLS_SPIFFE=true
. (#8167, #8180, #8229, #8343)Bug Fixes
grpc-timeout
header is created. (#8312)grpc-timeout
header values are now rejected. This is consistent with the gRPC protocol spec. (#8290)Performance Improvements
Documentation
v1.72.2
: Release 1.72.2Compare Source
Bug Fixes
NO_PROXY
environment variable when connecting to locally-resolved addresses (case 2 from gRFC A1). (#8329)v1.72.1
: Release 1.72.1Compare Source
Bug Fixes
v1.72.0
: Release 1.72.0Compare Source
Dependencies
API Changes
AddressMapV2
with generics to ultimately replaceAddressMap
. DeprecateAddressMap
for deletion (#8187)New Features
grpc.xds_client.server_failure
counter metric on xDS client to record connectivity errors (#8203)maxAge
to exceed 5 minutes ifstaleAge
is set in the LB policy configuration (#8137)GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST
tofalse
(case insensitive).Bug Fixes
Behavior Changes
Documentation
v1.71.3
: Release 1.71.3Compare Source
Bug Fixes
NO_PROXY
environment variable when connecting to locally-resolved addresses (case 2 from gRFC A1). (#8329)v1.71.2
: Release 1.71.2Compare Source
Bug Fixes
v1.71.1
: Release 1.71.1Compare Source
Bug Fixes
TextMapPropagator
andTracerProvider
fromTraceOptions
instead of OpenTelemetry globals (#8166)NewAddress
API (#8149)v1.71.0
: Release 1.71.0Compare Source
API Changes
MetricsRecorder
method onBalancer.ClientConn
instead of the removedBalancer.BuildOptions.MetricsRecorder
field to obtain a metrics recorder. (#8027)balancer.ClientConn
implementations must now embed a delegate implementation. This allows grpc-go to add new methods to the interface and remain backward compatible. (#8026)New Features
GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS=false
. (#8134)DisableAutoReconnect
option will not attempt to callExitIdle
automatically on their children when the children report idle. (#8052)Bug Fixes
grpc.NewClient
so the target is resolved by the proxy as expected. (#7881)WithLocalDNSResolution()
dial option to explicitly force target resolution on the client instead. (#7881)UNAVAILABLE
when the EDS resource is missing or contains no endpoints (#8070)maxReceiveMessageSize
isMaxInt
(#7918)Documentation
grpc.NewClient
andClientConn.CanonicalTarget
by providing examples. (#8078)v1.70.0
: Release 1.70.0Compare Source
Behavior Changes
New Features
GRPC_EXPERIMENTAL_XDS_FALLBACK
tofalse
. (#7949)Bug Fixes
Performance
Documentation
v1.69.4
: Release 1.69.4Compare Source
Bug Fixes
Documentation
v1.69.2
: Release 1.69.2[Compare Source](https://r
Configuration
📅 Schedule: Branch creation - "on Monday at 04:00" (UTC), Automerge - "at 10am on Monday except on 25th of December in 2023 and 1st of January 2024 and 1st of April 2024 and 20th of May 2024 and 19th of August 2024" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.