Skip to content
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

Update all non-major dependencies #60

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
alpine final minor 3.20 -> 3.21 age adoption passing confidence
github.com/nats-io/nats.go require minor v1.37.0 -> v1.39.1 age adoption passing confidence
github.com/onsi/ginkgo/v2 require minor v2.20.2 -> v2.22.2 age adoption passing confidence
github.com/onsi/gomega require minor v1.34.2 -> v1.36.2 age adoption passing confidence
github.com/prometheus/client_golang require minor v1.20.5 -> v1.21.0 age adoption passing confidence
github.com/redis/go-redis/v9 require patch v9.7.0 -> v9.7.1 age adoption passing confidence
github.com/redis/rueidis require patch v1.0.47 -> v1.0.55 age adoption passing confidence
github.com/redis/rueidis/rueidiscompat require patch v1.0.47 -> v1.0.55 age adoption passing confidence
github.com/samber/lo require minor v1.47.0 -> v1.49.1 age adoption passing confidence
github.com/samber/slog-multi require minor v1.2.3 -> v1.4.0 age adoption passing confidence
github.com/samber/slog-sampling require patch v1.5.1 -> v1.5.4 age adoption passing confidence
github.com/spf13/cobra require minor v1.8.1 -> v1.9.1 age adoption passing confidence
github.com/testcontainers/testcontainers-go require minor v0.34.0 -> v0.35.0 age adoption passing confidence
go.etcd.io/etcd/client/v3 require patch v3.5.16 -> v3.5.18 age adoption passing confidence
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc require minor v0.56.0 -> v0.59.0 age adoption passing confidence
go.opentelemetry.io/otel require minor v1.31.0 -> v1.34.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/prometheus require minor v0.53.0 -> v0.56.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/stdout/stdouttrace require minor v1.31.0 -> v1.34.0 age adoption passing confidence
go.opentelemetry.io/otel/metric require minor v1.31.0 -> v1.34.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk require minor v1.31.0 -> v1.34.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk/metric require minor v1.31.0 -> v1.34.0 age adoption passing confidence
go.opentelemetry.io/otel/trace require minor v1.31.0 -> v1.34.0 age adoption passing confidence
golang stage patch 1.23.2-alpine3.19 -> 1.23.4-alpine3.19 age adoption passing confidence
golang.org/x/sync require minor v0.8.0 -> v0.11.0 age adoption passing confidence
google.golang.org/grpc require minor v1.67.1 -> v1.70.0 age adoption passing confidence
google.golang.org/grpc replace minor v1.67.1 -> v1.70.0 age adoption passing confidence
google.golang.org/protobuf require minor v1.35.1 -> v1.36.5 age adoption passing confidence

Release Notes

nats-io/nats.go (github.com/nats-io/nats.go)

v1.39.1

Compare Source

Changelog

Fixed
  • KeyValue:
Improved
  • Remove stale experimental comment in Service API (#​1805)
Complete Changes

v1.39.0

Compare Source

Changelog

Overview

This release bumps the minimal go version in go.mod to 1.22.

Added
  • JetStream:
    • Added PullMaxMessagesWithBytesLimit option for Consume and Messages (#​1789)
    • Added Metadata to OrderedConsumerConfig. Thanks @​mwain for the contribution (#​1737)
    • Added JetStream.Options() and JetStream.Conn() methods to JetStream interface (#​1792)
  • KeyValue:
    • Added ListKeysFiltered for listing keys with multiple filters. Thanks @​somratdutta for the contribution (#​1711)
Fixed
  • JetStream:
    • Fixed invalid heartbeat timer for Consumer.Messages() (#​1786)
  • ObjectStore:
    • Fixed invalid error being returned from DeleteObjectStore (#​1762)
  • WebSockets:
    • Fixed protocol parsing errors with websocket compression and PONGs. Thanks @​rsafonseca for the contribution (#​1790)
  • Core NATS:
    • Protect against possible nil pointer panic (#​1771)
Changed
Improved
  • Fixed typo in JetStream docs. Thanks @​davydog187 for the contribution (#​1758)
  • Improved documentation of JetStream Consume and Messages options (#​1770)
  • Removed obsolete build tags (#​1787)
Complete Changes

v1.38.0

Compare Source

Changelog

Added
  • Core NATS:
    • Added UserInfoHandler for dynamically setting user/password (#​1713)
    • Added PermissionErrOnSubscribe option, causing SubscribeSync to return nats.ErrPermissionViolation on NextMsg() if there was a permission error (#​1728)
    • Added Msgs() method on Subscription, returning an iterator (iter.Seq2[*nats.Msg, error]) for the subscription. This method is only available for go version >=1.23 (#​1728)
  • KeyValue:
  • Added WatchFiltered method to watch for updates with multiple filters (#​1739)
Fixed
  • Core NATS:
  • JetStream:
    • Fixed PublishAsync not closing done and stall channels after failed retries (#​1719)
    • Set valid fetch sequence in ordered consumer's Fetch() and Next() after timeout (#​1705)
    • Do not overwrite ordered consumer deliver policy if start time is set (#​1742)
    • Fixed race condition in MessageBatch (#​1743)
  • Legacy JetStream:
    • Fixed race condition in MessageBatch (#​1743)
Changed
  • Legacy Jetstream:
Improved
Complete Changes
onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.22.2

Compare Source

What's Changed

Full Changelog: onsi/ginkgo@v2.22.1...v2.22.2

v2.22.1

Compare Source

2.22.1

Fixes

Fix CSV encoding

Maintenance
  • ensure *.test files are gitignored so we don't accidentally commit compiled tests again [c88c634]
  • remove golang.org/x/net/context in favour of stdlib context [4df44bf]

v2.22.0

Compare Source

2.22.0

Features
  • Add label to serial nodes [0fcaa08]

This allows serial tests to be filtered using the label-filter

Maintenance

Various doc fixes

v2.21.0

Compare Source

2.21.0

Features
  • add support for GINKGO_TIME_FORMAT [a69eb39]
  • add GINKGO_NO_COLOR to disable colors via environment variables [bcab9c8]
Fixes
  • increase threshold in timeline matcher [e548367]
  • Fix the document by replacing SpecsThatWillBeRun with SpecsThatWillRun
    [c2c4d3c]
Maintenance
  • bump various dependencies [7e65a00]
onsi/gomega (github.com/onsi/gomega)

v1.36.2

Compare Source

Maintenance

v1.36.1

Compare Source

1.36.1

Fixes

v1.36.0

Compare Source

1.36.0

Features
  • new: make collection-related matchers Go 1.23 iterator aware [4c964c6]
Maintenance
  • Replace min/max helpers with built-in min/max [ece6872]
  • Fix some typos in docs [8e924d7]

v1.35.1

Compare Source

1.35.1

Fixes
  • Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext [ca36da1]

v1.35.0

Compare Source

1.35.0

Features
  • You can now call EnforceDefaultTimeoutsWhenUsingContexts() to have Eventually honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265]
  • You can call StopTrying(message).Successfully() to abort a Consistently early without failure [eeca931]
Fixes
  • Stop memoizing the result of HaveField to avoid unexpected errors when used with async assertions. [3bdbc4e]
Maintenance
prometheus/client_golang (github.com/prometheus/client_golang)

v1.21.0: / 2025-02-19

Compare Source

⚠️ This release contains potential breaking change if you upgrade github.com/prometheus/common to 0.62+ together with client_golang (and depend on the strict, legacy validation for the label names). New common version changes model.NameValidationScheme global variable, which relaxes the validation of label names and metric name, allowing all UTF-8 characters. Typically, this should not break any user, unless your test or usage expects strict certain names to panic/fail on client_golang metric registration, gathering or scrape. In case of problems change model.NameValidationScheme to old model.LegacyValidation value in your project init function. ⚠️

  • [BUGFIX] gocollector: Fix help message for runtime/metric metrics. #​1583
  • [BUGFIX] prometheus: Fix Desc.String() method for no labels case. #​1687
  • [PERF] prometheus: Optimize popular prometheus.BuildFQName function; now up to 30% faster. #​1665
  • [PERF] prometheus: Optimize Inc, Add and Observe cumulative metrics; now up to 50% faster under high concurrent contention. #​1661
  • [CHANGE] Upgrade prometheus/common to 0.62.0 which changes model.NameValidationScheme global variable. #​1712
  • [CHANGE] Add support for Go 1.23. #​1602
  • [FEATURE] process_collector: Add support for Darwin systems. #​1600 #​1616 #​1625 #​1675 #​1715
  • [FEATURE] api: Add ability to invoke CloseIdleConnections on api.Client using api.Client.(CloseIdler).CloseIdleConnections() casting. #​1513
  • [FEATURE] promhttp: Add promhttp.HandlerOpts.EnableOpenMetricsTextCreatedSamples option to create OpenMetrics _created lines. Not recommended unless you want to use opt-in Created Timestamp feature. Community works on OpenMetrics 2.0 format that should make those lines obsolete (they increase cardinality significantly). #​1408
  • [FEATURE] prometheus: Add NewConstNativeHistogram function. #​1654
All commits * Merge release-1.20 to main by @​bwplotka in https://github.com/prometheus/client_golang/pull/1582 * gocollector: Tiny fix for help message with runtime/metrics source. by @​bwplotka in https://github.com/prometheus/client_golang/pull/1583 * ci: bump dagger to the latest version by @​marcosnils in https://github.com/prometheus/client_golang/pull/1588 * Merge release-1.20 back to main by @​ArthurSens in https://github.com/prometheus/client_golang/pull/1593 * Update linting by @​SuperQ in https://github.com/prometheus/client_golang/pull/1603 * Update supported Go versions by @​SuperQ in https://github.com/prometheus/client_golang/pull/1602 * build(deps): bump golang.org/x/sys from 0.22.0 to 0.24.0 by @​dependabot in https://github.com/prometheus/client_golang/pull/1611 * build(deps): bump github.com/prometheus/common from 0.55.0 to 0.57.0 by @​dependabot in https://github.com/prometheus/client_golang/pull/1612 * changed the name of all variables with min/max name by @​parthlaw in https://github.com/prometheus/client_golang/pull/1606 * Update Dagger and build. by @​SuperQ in https://github.com/prometheus/client_golang/pull/1610 * build(deps): bump github/codeql-action from 3.25.15 to 3.26.6 in the github-actions group across 1 directory by @​dependabot in https://github.com/prometheus/client_golang/pull/1614 * examples: Improved GoCollector example. by @​bwplotka in https://github.com/prometheus/client_golang/pull/1589 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1615 * process_collector: fill in most statistics on macOS by @​mharbison72 in https://github.com/prometheus/client_golang/pull/1600 * ⚡ http client defer CloseIdleConnections by @​cuisongliu in https://github.com/prometheus/client_golang/pull/1513 * Set allow-utf-8 in Format during tests to avoid escaping. by @​ywwg in https://github.com/prometheus/client_golang/pull/1618 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1622 * Merge Release 1.20 back to main by @​ArthurSens in https://github.com/prometheus/client_golang/pull/1627 * examples: Add custom labels example by @​ying-jeanne in https://github.com/prometheus/client_golang/pull/1626 * Refactor default runtime metrics tests for Go collector so that default runtime metric set autogenerates by @​vesari in https://github.com/prometheus/client_golang/pull/1631 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1628 * process_xxx_memory statistics for macOS (cgo) by @​mharbison72 in https://github.com/prometheus/client_golang/pull/1616 * build(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.10 by @​dependabot in https://github.com/prometheus/client_golang/pull/1633 * build(deps): bump golang.org/x/sys from 0.24.0 to 0.25.0 by @​dependabot in https://github.com/prometheus/client_golang/pull/1632 * process_collector: Add Platform-Specific Describe for processCollector by @​ying-jeanne in https://github.com/prometheus/client_golang/pull/1625 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1635 * build(deps): bump the github-actions group with 4 updates by @​dependabot in https://github.com/prometheus/client_golang/pull/1634 * Optionally print OM created lines by @​ArthurSens in https://github.com/prometheus/client_golang/pull/1408 * process_collector: merge wasip1 and js into a single implementation by @​ying-jeanne in https://github.com/prometheus/client_golang/pull/1644 * Merge release 1.20 to main by @​bwplotka in https://github.com/prometheus/client_golang/pull/1647 * Add Arianna as maintainer 💪 by @​ArthurSens in https://github.com/prometheus/client_golang/pull/1651 * test add headers round tripper by @​Manask322 in https://github.com/prometheus/client_golang/pull/1657 * build(deps): bump github.com/klauspost/compress from 1.17.10 to 1.17.11 by @​dependabot in https://github.com/prometheus/client_golang/pull/1668 * build(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0 by @​dependabot in https://github.com/prometheus/client_golang/pull/1669 * build(deps): bump github.com/prometheus/common from 0.59.1 to 0.60.1 by @​dependabot in https://github.com/prometheus/client_golang/pull/1667 * build(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @​dependabot in https://github.com/prometheus/client_golang/pull/1670 * Optimize BuildFQName function by @​jkroepke in https://github.com/prometheus/client_golang/pull/1665 * fix: use injected now() instead of time.Now() in summary methods by @​imorph in https://github.com/prometheus/client_golang/pull/1672 * process_collector: avoid a compiler warning on macOS (fixes #​1660) by @​mharbison72 in https://github.com/prometheus/client_golang/pull/1675 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1674 * build(deps): bump the github-actions group across 1 directory with 3 updates by @​dependabot in https://github.com/prometheus/client_golang/pull/1678 * [chore]: enable perfsprint linter by @​mmorel-35 in https://github.com/prometheus/client_golang/pull/1676 * Duplicate of #​1662 by @​imorph in https://github.com/prometheus/client_golang/pull/1673 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1679 * chore: enable usestdlibvars linter by @​mmorel-35 in https://github.com/prometheus/client_golang/pull/1680 * Add: exponential backoff for CAS operations on floats by @​imorph in https://github.com/prometheus/client_golang/pull/1661 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1683 * [1617] Add ConstnativeHistogram by @​shivanthzen in https://github.com/prometheus/client_golang/pull/1654 * fix: replace fmt.Errorf with errors.New by @​kakkoyun in https://github.com/prometheus/client_golang/pull/1689 * Add codeowners by @​kakkoyun in https://github.com/prometheus/client_golang/pull/1688 * fix: add very small delay between observations in `TestHistogramAtomicObserve` by @​imorph in https://github.com/prometheus/client_golang/pull/1691 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1692 * Fix: handle nil variableLabels in Desc.String() method and add tests for nil label values by @​kakkoyun in https://github.com/prometheus/client_golang/pull/1687 * examples: Follow best practices and established naming conventions by @​lilic in https://github.com/prometheus/client_golang/pull/1650 * setup OSSF Scorecard workflow by @​mmorel-35 in https://github.com/prometheus/client_golang/pull/1432 * build(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2 by @​dependabot in https://github.com/prometheus/client_golang/pull/1697 * build(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0 by @​dependabot in https://github.com/prometheus/client_golang/pull/1696 * build(deps): bump the github-actions group with 5 updates by @​dependabot in https://github.com/prometheus/client_golang/pull/1695 * update links to openmetrics to reference the v1.0.0 release by @​dashpole in https://github.com/prometheus/client_golang/pull/1699 * build(deps): bump google.golang.org/protobuf from 1.35.2 to 1.36.1 by @​dependabot in https://github.com/prometheus/client_golang/pull/1706 * build(deps): bump golang.org/x/sys from 0.27.0 to 0.28.0 by @​dependabot in https://github.com/prometheus/client_golang/pull/1705 * build(deps): bump the github-actions group with 5 updates by @​dependabot in https://github.com/prometheus/client_golang/pull/1707 * build(deps): bump github.com/prometheus/common from 0.60.1 to 0.61.0 by @​dependabot in https://github.com/prometheus/client_golang/pull/1704 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1703 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1708 * Upgrade to prometheus/common 0.62.0 with breaking change by @​bwplotka in https://github.com/prometheus/client_golang/pull/1712 * build(deps): bump golang.org/x/net from 0.26.0 to 0.33.0 in /tutorials/whatsup by @​dependabot in https://github.com/prometheus/client_golang/pull/1713 * docs: Add RELEASE.md for the release process by @​kakkoyun in https://github.com/prometheus/client_golang/pull/1690 * tutorials/whatsup: Updated deps by @​bwplotka in https://github.com/prometheus/client_golang/pull/1716 * process collector: Fixed pedantic registry failures on darwin with cgo. by @​bwplotka in https://github.com/prometheus/client_golang/pull/1715 * Revert "ci: daggerize test and lint pipelines (#​1534)" by @​bwplotka in https://github.com/prometheus/client_golang/pull/1717 * Cut 1.21.0-rc.0 by @​bwplotka in https://github.com/prometheus/client_golang/pull/1718 * Cut 1.21 by @​bwplotka in https://github.com/prometheus/client_golang/pull/1737

New Contributors

Full Changelog: prometheus/client_golang@v1.20.5...v1.21.0

redis/go-redis (github.com/redis/go-redis/v9)

v9.7.1

Compare Source

Changes

  • Recognize byte slice for key argument in cluster client hash slot computation (#​3049)
  • fix(search&aggregate):fix error overwrite and typo #​3220 (#​3224)
  • fix: linter configuration (#​3279)
  • fix(search): if ft.aggregate use limit when limitoffset is zero (#​3275)
  • Reinstate read-only lock on hooks access in dialHook to fix data race (#​3225)
  • fix: flaky ClientKillByFilter test (#​3268)
  • chore: fix some comments (#​3226)
  • fix(aggregate, search): ft.aggregate bugfixes (#​3263)
  • fix: add unstableresp3 to cluster client (#​3266)
  • Fix race condition in clusterNodes.Addrs() (#​3219)
  • SortByWithCount FTSearchOptions fix (#​3201)
  • Eliminate redundant dial mutex causing unbounded connection queue contention (#​3088)
  • Add guidance on unstable RESP3 support for RediSearch commands to README (#​3177)

🚀 New Features

  • Add guidance on unstable RESP3 support for RediSearch commands to README (#​3177)

🐛 Bug Fixes

  • fix(search): if ft.aggregate use limit when limitoffset is zero (#​3275)
  • fix: add unstableresp3 to cluster client (#​3266)
  • fix(aggregate, search): ft.aggregate bugfixes (#​3263)
  • SortByWithCount FTSearchOptions fix (#​3201)
  • Recognize byte slice for key argument in cluster client hash slot computation (#​3049)

Contributors

We'd like to thank all the contributors who worked on this release!

@​ofekshenawa, @​Cgol9, @​LINKIWI, @​shawnwgit, @​zhuhaicity, @​bitsark, @​vladvildanov, @​ndyakov

Full Changelog: redis/go-redis@v9.7.0...v9.7.1

redis/rueidis (github.com/redis/rueidis)

v1.0.55: 1.0.55

Compare Source

Changes
  • perf: make new connections concurrently in connection pools, improving the performance of DisableAutoPipelining, Dedicated, and blocking commands (#​761)
  • feat: add ToPipe to command builders, allowing specific commands to be still auto-pipelined when DisableAutoPipelining is true (#​773)
  • feat: add FunctionStats to rueidiscompat (#​772)
  • feat: add LCS to rueidiscompat (#​767)
  • feat: add SlowLogGet to rueidiscompat (#​762)
  • feat: add ACLList to rueidiscompat (#​758)
  • feat: add ACLCatArgs to rueidiscompat (#​754)
  • feat: add ClusterLinks to rueidiscompat (#​755)
  • feat: add ACLCat to rueidiscompat (#​748)
  • feat: add ACLDelUser to rueidiscompat (#​747)
  • feat: add ACLLogReset to rueidiscompat (#​745)
  • feat: add ACLSetUser to rueidiscompat (#​746)
  • feat: add ACLLog to rueidiscompat (#​744)
  • fix: wrong limit and offset of FTAggregateWithArgs, FTSearchWithArgs in rueidiscompat (#​766)
Contributors

We'd like to thank all the contributors who worked on this release!

@​Brijeshthummar02, @​CheyuWu, @​Rancho-7, @​SoulPancake, @​arbha1erao, @​astorig, @​blueBlue0102, @​hcc429, @​kendriyavid, @​liuzhaohui, @​rueian, @​tarunprabhu11, @​unknowntpo and @​win5923

v1.0.54: 1.0.54

Compare Source

Changes

  • feat: update go version to 1.22
  • feat: add IFEQ option to SET command for Valkey 8.1
  • feat: support availability zone (AZ) affinity routing for Valkey 8.1
  • feat: support rueidisaside on Redis < 7 with the new UseLuaLock option
  • perf: reduce allocations in rueidisprob operations
  • perf: better field alignments

Contributors

We'd like to thank all the contributors who worked on this release!

@​SoulPancake, @​boramalper, @​guibes, @​nesty92, @​proost, @​px86 and @​rueian

v1.0.53: 1.0.53

Compare Source

Changes

  • feat: Add typed cache-aside client to rueidisaside.
  • feat: Add sliding window bloom filter to rueidisprob.
  • feat: Parse skip_verify param in the ParseURL.
  • feat: Support valkey URL scheme in the ParseURL.
  • fix: ignore LOADING and BUSY errors to prevent panic with SUNSUBSCRIBE.
  • fix: prevent acquiring broken connections from connection pools.

Contributors

We'd like to thank all the contributors who worked on this release!

@​HurSungYun, @​dntam00, @​jouir, @​korECM, @​nesty92 and @​rueian

v1.0.52: 1.0.52

[Compare Source](https://redirect.github.com/redis/rueidis/compare/v1.0.51...v1.0.5


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.

👻 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/all-minor-patch branch from b723200 to 96b9995 Compare October 28, 2024 00:32
@renovate renovate bot changed the title Update all non-major dependencies to v1.0.48 Update all non-major dependencies Oct 28, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 96b9995 to c7cc203 Compare October 29, 2024 22:52
Copy link
Contributor Author

renovate bot commented Oct 29, 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):

  • 19 additional dependencies were updated

Details:

Package Change
github.com/google/go-cmp v0.6.0 -> v0.7.0
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 -> v0.0.0-20250208200701-d0013a598941
github.com/klauspost/compress v1.17.9 -> v1.17.11
github.com/nats-io/nkeys v0.4.7 -> v0.4.9
github.com/prometheus/common v0.60.0 -> v0.62.0
github.com/samber/slog-common v0.15.2 -> v0.18.1
github.com/spf13/pflag v1.0.5 -> v1.0.6
github.com/stretchr/testify v1.9.0 -> v1.10.0
go.etcd.io/etcd/api/v3 v3.5.16 -> v3.5.18
go.etcd.io/etcd/client/pkg/v3 v3.5.16 -> v3.5.18
golang.org/x/crypto v0.28.0 -> v0.33.0
golang.org/x/mod v0.20.0 -> v0.23.0
golang.org/x/net v0.30.0 -> v0.35.0
golang.org/x/sys v0.26.0 -> v0.30.0
golang.org/x/term v0.25.0 -> v0.29.0
golang.org/x/text v0.19.0 -> v0.22.0
golang.org/x/tools v0.24.0 -> v0.30.0
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 -> v0.0.0-20241202173237-19429a94021a
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 -> v0.0.0-20250115164207-1a7da9e5054f

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f05e9d3 to 2b87fd4 Compare November 7, 2024 18:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from ec30e49 to 9b8e418 Compare November 14, 2024 09:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7ec2c96 to e8711bc Compare November 25, 2024 14:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 8482681 to 4069680 Compare December 4, 2024 23:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f9ecbc5 to 1e35a5e Compare December 12, 2024 21:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from cd780c7 to 141ebe2 Compare December 17, 2024 14:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a6ed30b to d6139fb Compare December 30, 2024 20:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 35caa40 to 1f697eb Compare January 2, 2025 17:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ace7fb7 to 09f151f Compare January 13, 2025 21:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 372ca00 to 02b75b6 Compare January 19, 2025 09:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 40edd0b to d373719 Compare January 28, 2025 14:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 1b9e8eb to 47f9fa0 Compare February 6, 2025 13:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 48d4a41 to 990bc1f Compare February 21, 2025 18:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 990bc1f to 03160fa Compare February 23, 2025 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants