Skip to content

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
cloud.google.com/go/longrunning v0.6.0 -> v0.6.7 age adoption passing confidence require patch
github.com/bazelbuild/remote-apis 0d21f29 -> e94a7ec age adoption passing confidence require digest
github.com/beevik/etree v1.4.1 -> v1.5.1 age adoption passing confidence require minor
github.com/bitrise-io/go-steputils/v2 v2.0.0-alpha.33 -> v2.0.0-alpha.37 age adoption passing confidence require patch
github.com/bitrise-io/go-utils v1.0.13 -> v1.0.15 age adoption passing confidence require patch
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.23 -> v2.0.0-alpha.25 age adoption passing confidence require patch
github.com/hashicorp/go-retryablehttp v0.7.7 -> v0.7.8 age adoption passing confidence require patch
github.com/pkg/xattr v0.4.10 -> v0.4.12 age adoption passing confidence require patch
github.com/spf13/cobra v1.8.1 -> v1.9.1 age adoption passing confidence require minor
github.com/stretchr/testify v1.9.0 -> v1.10.0 age adoption passing confidence require minor
google.golang.org/genproto/googleapis/api fc7c04a -> 5f3141c age adoption passing confidence require digest
google.golang.org/genproto/googleapis/bytestream fc7c04a -> 5f3141c age adoption passing confidence require digest
google.golang.org/genproto/googleapis/rpc fc7c04a -> 5f3141c age adoption passing confidence require digest
google.golang.org/grpc v1.65.0 -> v1.74.2 age adoption passing confidence require minor
google.golang.org/protobuf v1.34.2 -> v1.36.7 age adoption passing confidence require minor

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

  • Fixed a bug in InsertChildAt.

v1.5.0

Compare Source

Changes

  • Added Element function CreateChild, which calls a continuation function
    after creating and adding a child element.

Fixes

  • Removed a potential conflict between two ReadSettings values. When
    AttrSingleQuote 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


Thank 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.2

Compare Source

New Features

  • grpc: introduce new DialOptions and ServerOptions (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

  • balancer: add ExitIdle method to Balancer interface. Earlier, implementing this method was optional. (#​8367)

Behavior Changes

  • xds: Remove the 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)
  • server: allow 0s grpc-timeout header values, which older gRPC-Java versions could send. This restores the behavior of grpc-go before v1.73.0. (#​8439)

Bug Fixes

  • googledirectpath: avoid logging the error message Attempt to set a bootstrap configuration... when creating multiple directpath channels. (#​8419)

Performance Improvements

  • transport: reduce heap allocations by pooling objects and avoiding method-to-closure conversions. (#​8361)
  • transport: reduce heap allocations by re-using mem.Reader objects. (#​8360)

Documentation

  • examples: add examples to demonstrate enabling experimental metrics using the OpenTelemetry plugin. (#​8388)

v1.74.1: Release 1.74.1

Compare 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.0

Compare 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.0

Compare Source

New Features

  • balancer/ringhash: move LB policy from xds/internal to exported path to facilitate use without xds (#​8249)
  • xds: enable least request LB policy by default. It can be disabled by setting GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST=false in your environment. (#​8253)
  • grpc: add a CallAuthority Call Option that can be used to overwrite the http :authority header on per-RPC basis. (#​8068)
  • stats/opentelemetry: add trace event for name resolution delay. (#​8074)
  • health: added List method to gRPC Health service. (#​8155)
  • ringhash: implement features from gRFC A76. (#​8159)
  • xds: add functionality to support SPIFFE Bundle Maps as roots of trust in XDS which can be enabled by setting GRPC_EXPERIMENTAL_XDS_MTLS_SPIFFE=true. (#​8167, #​8180, #​8229, #​8343)

Bug Fixes

  • xds: locality ID metric label is changed to make it consistent with gRFC A78. (#​8256)
  • client: fail RPCs on the client when using extremely short contexts that expire before the grpc-timeout header is created. (#​8312)
  • server: non-positive grpc-timeout header values are now rejected. This is consistent with the gRPC protocol spec. (#​8290)
  • xds: fix reported error string when LRS load reporting interval is invalid. (#​8224)

Performance Improvements

  • credentials/alts: improve read performance by optimizing buffer copies and allocations. (#​8271)
  • server: improve performance of RPC handling by avoid a status proto copy (#​8282)

Documentation

  • examples/features/opentelemetry: modify example to demonstrate tracing using OpenTelemtry plugin. (#​8056)

v1.72.2: Release 1.72.2

Compare Source

Bug Fixes

  • client: restore support for NO_PROXY environment variable when connecting to locally-resolved addresses (case 2 from gRFC A1). (#​8329)
  • balancer/least_request: fix panic on resolver errors. (#​8333)

v1.72.1: Release 1.72.1

Compare Source

Bug Fixes

  • client: HTTP Proxy connections are no longer attempted for addresses with non-TCP network types. (#​8215)
  • client: Fix bug that causes RPCs to fail with status INTERNAL instead of CANCELLED or DEADLINE_EXCEEDED when receiving a RST_STREAM frame in the middle of the gRPC message. (#​8289)

v1.72.0: Release 1.72.0

Compare Source

Dependencies

  • Minimum supported Go version is now 1.23 (#​8108)

API Changes

  • resolver: add experimental AddressMapV2 with generics to ultimately replace AddressMap. Deprecate AddressMap for deletion (#​8187)
  • resolver: convert EndpointMap in place to use generics (#​8189)

New Features

  • xds: add grpc.xds_client.server_failure counter metric on xDS client to record connectivity errors (#​8203)
  • balancer/rls: allow maxAge to exceed 5 minutes if staleAge is set in the LB policy configuration (#​8137)
  • ringhash: implement gRFC A76 improvements. (#​8159)
  • pickfirst: The new pick first LB policy is made the default. The new LB policy implements the Happy Eyeballs algorithm. To disable the new policy set the environment variable GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST to false (case insensitive).

Bug Fixes

  • xds: fix support for circuit breakers and load reporting in LOGICAL_DNS clusters (#​8169, #​8170)
  • xds/cds: improve RPC error messages when resources are not found (#​8122)
  • balancer/priority: fix race that could leak balancers and goroutines during shutdown (#​8095)
  • stats/opentelemetry: fix trace attributes message sequence numbers to start from 0 (#​8237)
  • balancer/pickfirstleaf: fix panic if deprecated Address.Metadata field is set to a non-comparable value by ignoring the field (#​8227)

Behavior Changes

  • transport: make servers send an HTTP/2 RST_STREAM frame to cancel a stream when the deadline expires (#​8071)

Documentation

v1.71.3: Release 1.71.3

Compare Source

Bug Fixes

  • client: restore support for NO_PROXY environment variable when connecting to locally-resolved addresses (case 2 from gRFC A1). (#​8329)
  • balancer/least_request: fix panic on resolver errors. (#​8333)

v1.71.2: Release 1.71.2

Compare Source

Bug Fixes

  • client: HTTP Proxy connections are no longer attempted for addresses with non-TCP network types. (#​8215)

v1.71.1: Release 1.71.1

Compare Source

Bug Fixes

  • grpc: fix a bug causing an extra Read from the compressor if a compressed message is the same size as the limit. This could result in a panic with the built-in gzip compressor (#​8178)
  • xds: restore the behavior of reading the bootstrap config before creating the first xDS client instead of at package init time (#​8164)
  • stats/opentelemetry: use TextMapPropagator and TracerProvider from TraceOptions instead of OpenTelemetry globals (#​8166)
  • client: fix races when an http proxy is configured that could lead to deadlocks or panics (#​8195)
  • client: fix bug causing RPC failures with message "no children to pick from" when using a custom resolver that calls the deprecated NewAddress API (#​8149)
  • wrr: fix slow processing of address updates that could result in problems including RPC failures for servers with a large number of backends (#​8179)

v1.71.0: Release 1.71.0

Compare Source

API Changes

  • balancer: Custom LB policies that record metrics must use the new MetricsRecorder method on Balancer.ClientConn instead of the removed Balancer.BuildOptions.MetricsRecorder field to obtain a metrics recorder. (#​8027)
  • balancer: 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)
  • balancer/endpointsharding: The constructor accepts the child balancer's builder and a struct with optional configuration. (#​8052)

New Features

  • xds: Add support for dualstack via the additional_addresses field in the Endpoint resource. To disable this feature, set the environment variable GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS=false. (#​8134)
  • stats/opentelemetry: Add experimental support for OpenTelemetry tracing. (#​7852)
  • xds/internal/xdsclient: Add counter metrics for valid and invalid resource updates. (#​8038)
  • balancer/leastrequest, roundrobin: Add dualstack support. (#​7969, #​7966)
  • balancer/endpointsharding: Balancers created with the new DisableAutoReconnect option will not attempt to call ExitIdle automatically on their children when the children report idle. (#​8052)

Bug Fixes

  • client: Fix support for proxies when using grpc.NewClient so the target is resolved by the proxy as expected. (#​7881)
    • Added WithLocalDNSResolution() dial option to explicitly force target resolution on the client instead. (#​7881)
  • weightedtarget: Return erroring picker when no targets are configured. (#​8070)
  • xds: Fail RPCs with UNAVAILABLE when the EDS resource is missing or contains no endpoints (#​8070)
  • xdsclient: Fix a bug where connectivity failures were reported to resource watchers before trying all listed servers. (#​8075)
  • grpc: Fix the number of bytes reported in the error message when encoded messages are larger than 4GB. (#​8033)
  • xds: Fixed a bug preventing tests from creating multiple servers or channels with different bootstrap configs. (#​8050)
  • grpc: Fix message length checks when compression is enabled and maxReceiveMessageSize is MaxInt (#​7918)

Documentation

  • client: Improve documentation of grpc.NewClient and ClientConn.CanonicalTarget by providing examples. (#​8078)
  • examples/features/dualstack: New example demonstrating usage of endpoints and dualstack functionality. (#​8098)

v1.70.0: Release 1.70.0

Compare Source

Behavior Changes

  • client: reject service configs containing an invalid retryPolicy in accordance with gRFCs A21 and A6. (#​7905)
    • Note that this is a potential breaking change for some users using an invalid configuration, but continuing to allow this behavior would violate our cross-language compatibility requirements.

New Features

  • xdsclient: fallback to a secondary management server (if specified in the bootstrap configuration) when the primary is down is enabled by default. Can be disabled by setting the environment variable GRPC_EXPERIMENTAL_XDS_FALLBACK to false. (#​7949)
  • experimental/credentials: experimental transport credentials are added which don't enforce ALPN. (#​7980)
    • These credentials will be removed in an upcoming grpc-go release. Users must not rely on these credentials directly. Instead, they should either vendor a specific version of gRPC or copy the relevant credentials into their own codebase if absolutely necessary.

Bug Fixes

  • xds: fix a possible deadlock that happens when both the client application and the xDS management server (responsible for configuring the client) are using the xds:/// scheme in their target URIs. (#​8011)

Performance

  • server: for unary requests, free raw request message data as soon as parsing is finished instead of waiting until the method handler returns. (#​7998)

Documentation

  • examples/features/gracefulstop: add example to demonstrate server graceful stop. (#​7865)

v1.69.4: Release 1.69.4

Compare Source

Bug Fixes

  • rbac: fix support for :path header matchers, which would previously never successfully match (#​7965).

Documentation

  • examples/features/csm_observability: update example client and server to use the helloworld service instead of echo service (#​7945).

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/go-modules branch from ecd336c to 9e81aec Compare August 26, 2024 21:20
@renovate renovate bot changed the title chore(deps): update go modules to 4ba0660 chore(deps): update go modules to f6391c0 Aug 26, 2024
@renovate renovate bot changed the title chore(deps): update go modules to f6391c0 chore(deps): update go modules to 7e3bb23 Aug 27, 2024
@renovate renovate bot force-pushed the renovate/go-modules branch from 9e81aec to b7893f2 Compare August 27, 2024 16:21
@renovate renovate bot changed the title chore(deps): update go modules to 7e3bb23 chore(deps): update go modules Aug 28, 2024
@renovate renovate bot force-pushed the renovate/go-modules branch 3 times, most recently from 35b2be7 to 75c5447 Compare September 3, 2024 16:11
@renovate renovate bot force-pushed the renovate/go-modules branch 6 times, most recently from 8f9a45f to 4675ad1 Compare September 16, 2024 19:55
@renovate renovate bot force-pushed the renovate/go-modules branch 2 times, most recently from 3d0f2ca to ec13e79 Compare September 20, 2024 07:41
@renovate renovate bot force-pushed the renovate/go-modules branch 4 times, most recently from dfb82d7 to 7350b79 Compare October 1, 2024 10:53
@renovate renovate bot force-pushed the renovate/go-modules branch 3 times, most recently from 4c84fa1 to bceec2c Compare October 7, 2024 18:36
@renovate renovate bot force-pushed the renovate/go-modules branch 2 times, most recently from a2f5704 to ccac8c3 Compare October 21, 2024 22:48
@renovate renovate bot force-pushed the renovate/go-modules branch from ccac8c3 to 28aa2b2 Compare October 24, 2024 00:16
Copy link
Contributor Author

renovate bot commented Oct 24, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
github.com/bmatcuk/doublestar/v4 v4.2.0 -> v4.6.1
github.com/spf13/pflag v1.0.5 -> v1.0.6
golang.org/x/net v0.38.0 -> v0.40.0
golang.org/x/sys v0.31.0 -> v0.33.0
golang.org/x/text v0.23.0 -> v0.25.0

@renovate renovate bot force-pushed the renovate/go-modules branch 3 times, most recently from 00be2cc to b099ce2 Compare May 26, 2025 14:38
@renovate renovate bot force-pushed the renovate/go-modules branch 3 times, most recently from 9f02485 to d404317 Compare June 4, 2025 15:11
@renovate renovate bot force-pushed the renovate/go-modules branch 2 times, most recently from 4f9e0d8 to 3655301 Compare June 7, 2025 20:00
@renovate renovate bot force-pushed the renovate/go-modules branch from 3655301 to 80bd44a Compare June 18, 2025 21:38
@renovate renovate bot force-pushed the renovate/go-modules branch 2 times, most recently from fe4c5f6 to 4a7fb52 Compare July 7, 2025 21:26
@renovate renovate bot force-pushed the renovate/go-modules branch 2 times, most recently from da89a99 to 4895dc8 Compare July 16, 2025 00:48
@bitrise-devs-bot
Copy link
Collaborator

bitrise-devs-bot commented Jul 16, 2025

📝 Summary of changes

Summary

This 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

File Summary
go.mod, go.sum Updated versions for cloud.google.com/go/longrunning, github.com/bazelbuild/remote-apis, github.com/beevik/etree, github.com/bitrise-io/go-steputils/v2, github.com/bitrise-io/go-utils, github.com/bitrise-io/go-utils/v2, github.com/hashicorp/go-retryablehttp, github.com/pkg/xattr, github.com/spf13/cobra, github.com/stretchr/testify, google.golang.org/genproto/googleapis/api, google.golang.org/genproto/googleapis/bytestream, google.golang.org/genproto/googleapis/rpc, google.golang.org/grpc, google.golang.org/protobuf, and several indirect dependencies. No issues found.

Haiku

Modules refreshed,
Dependency garden grows—
All is up to date. 🌱

@renovate renovate bot force-pushed the renovate/go-modules branch 6 times, most recently from b309004 to 97af574 Compare July 22, 2025 21:32
@renovate renovate bot force-pushed the renovate/go-modules branch 5 times, most recently from 25f12c1 to 64e23cc Compare July 31, 2025 03:54
@renovate renovate bot force-pushed the renovate/go-modules branch 2 times, most recently from 6d0f589 to bbe9094 Compare August 7, 2025 11:58
@renovate renovate bot force-pushed the renovate/go-modules branch from bbe9094 to f19d7b0 Compare August 11, 2025 19:05
@renovate renovate bot force-pushed the renovate/go-modules branch from f19d7b0 to 36f0ac0 Compare August 12, 2025 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant