Skip to content

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.6.0 age adoption passing confidence require minor
github.com/bitrise-io/go-steputils/v2 v2.0.0-alpha.37 -> v2.0.0-alpha.39 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.27 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.10.1 age adoption passing confidence require minor
github.com/stretchr/testify v1.9.0 -> v1.11.1 age adoption passing confidence require minor
google.golang.org/genproto/googleapis/api fc7c04a -> ef028d9 age adoption passing confidence require digest
google.golang.org/genproto/googleapis/bytestream fc7c04a -> ef028d9 age adoption passing confidence require digest
google.golang.org/genproto/googleapis/rpc fc7c04a -> ef028d9 age adoption passing confidence require digest
google.golang.org/grpc v1.65.0 -> v1.75.0 age adoption passing confidence require minor
google.golang.org/protobuf v1.34.2 -> v1.36.8 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.6.0

Compare Source

Changes

  • Added new iterator versions of existing functions that return slices of Element pointers: ChildElementsSeq, SelectElementsSeq, FindElementsSeq, and FindElementsPathSeq.
  • Improved performance of functions that return a single element.
  • Because of its use of iterators, this package now requires go 1.23 or later.

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.39

Compare Source

v2.0.0-alpha.38

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.10.1

Compare Source

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

Compare Source

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: #​2303 (comment)

✨ Features
🐛 Fix
🪠 Testing
📝 Docs

New Contributors

Full Changelog: spf13/cobra@v1.9.1...v1.9.2

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.11.1

Compare Source

This release fixes #​1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

Compare Source

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.10.0...v1.11.0

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.75.0: Release 1.75.0

Compare Source

Behavior Changes

  • xds: Remove support for GRPC_EXPERIMENTAL_XDS_FALLBACK environment variable. Fallback support can no longer be disabled. (#​8482)
  • stats: Introduce DelayedPickComplete event, a type alias of PickerUpdated. (#​8465)
    • This (combined) event will now be emitted only once per call, when a transport is successfully selected for the attempt.
    • OpenTelemetry metrics will no longer have multiple "Delayed LB pick complete" events in Go, matching other gRPC languages.
    • A future release will delete the PickerUpdated symbol.
  • credentials: Properly apply grpc.WithAuthority as the highest-priority option for setting authority, above the setting in the credentials themselves. (#​8488)
    • Now that this WithAuthority is available, the credentials should not be used to override the authority.
  • round_robin: Randomize the order in which addresses are connected to in order to spread out initial RPC load between clients. (#​8438)
  • server: Return status code INTERNAL when a client sends more than one request in unary and server streaming RPC. (#​8385)
    • This is a behavior change but also a bug fix to bring gRPC-Go in line with the gRPC spec.

New Features

  • dns: Add an environment variable (GRPC_ENABLE_TXT_SERVICE_CONFIG) to provide a way to disable TXT lookups in the DNS resolver (by setting it to false). By default, TXT lookups are enabled, as they were previously. (#​8377)

Bug Fixes

  • xds: Fix regression preventing empty node IDs in xDS bootstrap configuration. (#​8476)
  • xds: Fix possible panic when certain invalid resources are encountered. (#​8412)
  • xdsclient: Fix a rare panic caused by processing a response from a closed server. (#​8389)
  • stats: Fix metric unit formatting by enclosing non-standard units like call and endpoint in curly braces to comply with UCUM and gRPC OpenTelemetry guidelines. (#​8481)
  • xds: Fix possible panic when clusters are removed from the xds configuration. (#​8428)
  • xdsclient: Fix a race causing "resource doesn not exist" when rapidly subscribing and unsubscribing to the same resource. (#​8369)
  • client: When determining the authority, properly percent-encode (if needed, which is unlikely) when the target string omits the hostname and only specifies a port (grpc.NewClient(":<port-number-or-name>")). (#​8488)

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: Re


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.41.0
golang.org/x/sys v0.31.0 -> v0.33.0
golang.org/x/text v0.23.0 -> v0.26.0

@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 2 times, most recently from f19d7b0 to 36f0ac0 Compare August 12, 2025 08:48
@renovate renovate bot force-pushed the renovate/go-modules branch 6 times, most recently from 525f0ff to 62c9770 Compare August 25, 2025 19:48
@renovate renovate bot force-pushed the renovate/go-modules branch from 62c9770 to 671bbac Compare August 26, 2025 18:50
Copy link
Contributor Author

renovate bot commented Aug 26, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: module google.golang.org/genproto/googleapis/[email protected] requires go >= 1.24.0; switching to go1.24.7
go: downloading go1.24.7 (linux/amd64)
go: download go1.24.7: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

@renovate renovate bot force-pushed the renovate/go-modules branch 4 times, most recently from 94998de to ebedb46 Compare September 2, 2025 14:12
@renovate renovate bot force-pushed the renovate/go-modules branch from ebedb46 to 08f28ee Compare September 4, 2025 11:59
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