chore: update dependencies #45
Open
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.
Update Request | Renovate Bot
This PR contains the following updates:
v9.1.0->v10.1.0v2.0.2->v2.1.00393e58->ba97887v0.8.4->v0.8.6v1.0.0->v1.0.1v1.10.0->v1.11.1v0.15.0->v0.17.0v0.33.0->v0.37.012269c2->f333402v1.69.4->v1.76.0v1.36.3->v1.36.10Release Notes
actions/stale (actions/stale)
v10.1.0Compare Source
What's Changed
only-issue-typesoption to filter issues by type by @Bibo-Joshi in #1255New Contributors
Full Changelog: actions/stale@v10...v10.1.0
v10.0.0Compare Source
What's Changed
Breaking Changes
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. Release Notes
Enhancement
Dependency Upgrades
Documentation changes
New Contributors
Full Changelog: actions/stale@v9...v10.0.0
jsimonetti/rtnetlink (github.com/jsimonetti/rtnetlink/v2)
v2.1.0Compare Source
What's Changed
Full Changelog: jsimonetti/rtnetlink@v2.0.5...v2.1.0
v2.0.5Compare Source
What's Changed
Full Changelog: jsimonetti/rtnetlink@v2.0.3...v2.0.5
v2.0.3Compare Source
What's Changed
New Contributors
Full Changelog: jsimonetti/rtnetlink@v2.0.2...v2.0.3
siderolabs/gen (github.com/siderolabs/gen)
v0.8.6Compare Source
gen 0.8.6 (2025-11-03)
Welcome to the v0.8.6 release of gen!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/gen/issues.
Contributors
Changes
27 commits
4c7388bchore: update Go modules, replace YAML library044d921feat: add xslices.Deduplicatedcb2b74feat: addpanicsafepackageb36ee43feat: makexyaml.CheckUnknownKeyspublic3e319e7feat: implementxyaml.UnmarshalStrict7c0324fchore: future-proof HashTrieMap5ae3afechore: update hashtriemap implementation from the latest upstreame847d2achore: add more utilities to xiterf3c5a2bchore: addEmptyandEmpty2iteratorsc53b90bchore: add packages xiter/xstrings/xbytes7654108chore: add hashtriemap implementation8485864chore: optimize maps.Values and maps.Keys238baf9chore: add typesafeSyncMapand bump stuffefca710chore: addFilterInPlacemethod to maps and update module36a3ae3feat: update modulef9f5805chore: bump rekres and add functions from expb968d21feat: addTryRecvandRecvWithContextfunctions476dfeafeat: add foreach and clear to lazymap214c1efchore: setslice.Filterresult slice cap to len8e89b1efeat: add GetOrCreate and GetOrCall methods7c7ccc3feat: introduce channel SendWithContextb3b6db8fix: fix Copy documentation and implementation521f737feat: add xerrors package which contains additions to the std errors726e066fix: rename tuples.go to pair.go and set proper package named8d7d25chore: minor additions338a650chore: add initial implementation and documentation4fd8667Initial commitChanges since v0.8.5
1 commit
4c7388bchore: update Go modules, replace YAML libraryDependency Changes
This release has no dependency changes
v0.8.5Compare Source
gen 0.8.5 (2025-07-21)
Welcome to the v0.8.5 release of gen!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/gen/issues.
Contributors
Changes
26 commits
044d921feat: add xslices.Deduplicatedcb2b74feat: addpanicsafepackageb36ee43feat: makexyaml.CheckUnknownKeyspublic3e319e7feat: implementxyaml.UnmarshalStrict7c0324fchore: future-proof HashTrieMap5ae3afechore: update hashtriemap implementation from the latest upstreame847d2achore: add more utilities to xiterf3c5a2bchore: addEmptyandEmpty2iteratorsc53b90bchore: add packages xiter/xstrings/xbytes7654108chore: add hashtriemap implementation8485864chore: optimize maps.Values and maps.Keys238baf9chore: add typesafeSyncMapand bump stuffefca710chore: addFilterInPlacemethod to maps and update module36a3ae3feat: update modulef9f5805chore: bump rekres and add functions from expb968d21feat: addTryRecvandRecvWithContextfunctions476dfeafeat: add foreach and clear to lazymap214c1efchore: setslice.Filterresult slice cap to len8e89b1efeat: add GetOrCreate and GetOrCall methods7c7ccc3feat: introduce channel SendWithContextb3b6db8fix: fix Copy documentation and implementation521f737feat: add xerrors package which contains additions to the std errors726e066fix: rename tuples.go to pair.go and set proper package named8d7d25chore: minor additions338a650chore: add initial implementation and documentation4fd8667Initial commitChanges since v0.8.4
1 commit
044d921feat: add xslices.DeduplicateDependency Changes
This release has no dependency changes
siderolabs/go-pointer (github.com/siderolabs/go-pointer)
v1.0.1Compare Source
go-pointer 1.0.1 (2025-03-12)
Welcome to the v1.0.1 release of go-pointer!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-pointer/issues.
Contributors
Changes
3 commits
347ee9bchore: rekres, update dependencies71ccdf0chore: implement main functionalityc1c3b23Initial commitChanges since v1.0.0
1 commit
347ee9bchore: rekres, update dependenciesDependency Changes
This release has no dependency changes
stretchr/testify (github.com/stretchr/testify)
v1.11.1Compare 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.0Compare 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
grpc/grpc-go (google.golang.org/grpc)
v1.76.0: Release 1.76.0Compare Source
Dependencies
Bug Fixes
INTERNALwhen a server sends zero response messages for a unary or client-streaming RPC. (#8523)INTERNALinstead ofUNKNOWNupon receiving http headers with status 1xx andEND_STREAMflag set. (#8518)IDLEstate on backend address change. (#8615)New Features
credentials/jwtpackage providing file-based JWT PerRPCCredentials (A97). (#8431)Performance Improvements
v1.75.1: Release 1.75.1Compare Source
Bug Fixes
v1.75.0: Release 1.75.0Compare Source
Behavior Changes
DelayedPickCompleteevent, a type alias ofPickerUpdated. (#8465)PickerUpdatedsymbol.grpc.WithAuthorityas the highest-priority option for setting authority, above the setting in the credentials themselves. (#8488)WithAuthorityis available, the credentials should not be used to override the authority.New Features
GRPC_ENABLE_TXT_SERVICE_CONFIG) to provide a way to disable TXT lookups in the DNS resolver (by setting it tofalse). By default, TXT lookups are enabled, as they were previously. (#8377)Bug Fixes
callandendpointin curly braces to comply with UCUM and gRPC OpenTelemetry guidelines. (#8481)grpc.NewClient(":<port-number-or-name>")). (#8488)v1.74.3: Release 1.74.3Compare Source
Bug Fixes
v1.74.2: Release 1.74.2Compare Source
New Features
DialOptionsandServerOptions(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
ExitIdlemethod toBalancerinterface. Earlier, implementing this method was optional. (#8367)Behavior Changes
GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUESTenvironment 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.Readerobjects. (#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.1: Release 1.73.1Compare Source
Bug Fixes
v1.73.0: Release 1.73.0Compare Source
New Features
GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST=falsein your environment. (#8253)CallAuthorityCall Option that can be used to overwrite the http:authorityheader on per-RPC basis. (#8068)Listmethod to gRPC Health service. (#8155)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.