-
Notifications
You must be signed in to change notification settings - Fork 7
chore: update dependencies #41
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/dependencies
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Author
|
af62f3c to
c544f8b
Compare
9ae3a2c to
68b5eba
Compare
4748695 to
7a9613d
Compare
eb466c8 to
95488dc
Compare
2a14ada to
58afe8c
Compare
9853a05 to
1df2f4e
Compare
c1679d6 to
e6d78f4
Compare
ce8db57 to
914a291
Compare
390b108 to
20c4d70
Compare
e4b9137 to
fef3c0f
Compare
fef3c0f to
9f515ef
Compare
d3a897a to
77365a0
Compare
e3ca0dd to
f4ed013
Compare
f4ed013 to
f7c34bf
Compare
f09a32b to
3001fd9
Compare
f07dd37 to
03d9520
Compare
341ae9f to
91426bd
Compare
206da1c to
e7b3f54
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
e7b3f54 to
2f6c480
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
9971854→b5d41d4v1.4.2→v2.2.0v0.5.0→v0.5.179df5c4→ba97887v0.1.6→v0.1.8v0.1.13→v0.1.14v0.9.0→v1.0.3v1.4.7→v1.5.1v1.12.1→v1.12.3v0.0.0-20220527175918-f17b0f05cf2c→v2.4.0v0.40.0→v0.41.0v0.35.0→v0.35.1v0.35.0→v0.35.1v0.35.0→v0.35.1v0.35.0→v0.35.1v0.35.0→v0.35.1v0.35.0→v0.35.1v0.35.0→v0.35.1v1.5.2→v11.0.0+incompatiblev0.35.0→v0.35.1v0.35.0→v0.35.1v0.35.0→v0.35.1v0.35.0→v0.35.1v0.35.0→v0.35.1v0.35.0→v0.35.1v0.35.0→v0.35.1v0.35.0→v0.35.1v0.35.0→v0.35.1v0.35.0→v0.35.1v0.35.0→v0.35.1v0.35.0→v0.35.1v0.35.0→v0.35.1v0.35.0→v0.35.1v0.35.0→v0.35.1v0.35.0→v0.35.1v0.35.0→v0.35.1v1.35.0→v1.35.1v0.35.0→v0.35.1v0.35.0→v0.35.1v0.35.0→v0.35.1v0.35.0→v0.35.1Release Notes
jsimonetti/rtnetlink (github.com/jsimonetti/rtnetlink)
v2.2.0Compare Source
Please be aware that a (longstanding) bug was fixed in the Receive method of an rtnetlink Conn.
This might require additional changes on your end if you inadvertently used this bugs behavior.
What's Changed
New Contributors
Full Changelog: jsimonetti/rtnetlink@v2.1.1...v2.2.0
v2.1.1Compare Source
What's Changed
New Contributors
Full Changelog: jsimonetti/rtnetlink@v2.1.0...v2.1.1
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
v2.0.2Compare Source
The rtnetlink.NetNS implementation had some quirks. This was changed to be more compatible with existing namespace libraries.
Unfortunately this is backwards incompatible, but really belongs to this version.
What's Changed
Full Changelog: jsimonetti/rtnetlink@v2.0.1...v2.0.2
v2.0.1Compare Source
v2.0.0 had wrong module path
What's Changed
Full Changelog: jsimonetti/rtnetlink@v2.0.0...v2.0.1
v2.0.0Compare Source
This release introduces the concept of drivers for use in
rtnetlink.LinkInfowhich is a backwards incompatible change.These drivers allow for setting driver specific link attributes. This means the
LinkInfo.DataandLinkInfo.SlaveDatafields are no longer of type[]byte, but are of typeLinkDriver.At this time, initial drivers are available for Bond, Veth and NetKit.
If you use the byte slices of
LinkInfo.DataandLinkInfo.SlaveDatayou can now use the defaultLinkDatadriver or the appropriate driver (if available in this package). Please consider contributing your driver should you use other types.This release also renames the
Preferedfield of thertnetlink.CacheInfostruct toPreferredto fix a long outstanding typo. This is also backwards incompatible.What's Changed
New Contributors
Full Changelog: jsimonetti/rtnetlink@v1.4.2...v2.0.0
mdlayher/ethtool (github.com/mdlayher/ethtool)
v0.5.1Compare Source
What's Changed
Full Changelog: mdlayher/ethtool@v0.5.0...v0.5.1
siderolabs/discovery-api (github.com/siderolabs/discovery-api)
v0.1.8Compare Source
discovery-api 0.1.8 (2026-02-11)
Welcome to the v0.1.8 release of discovery-api!
Please try out the release binaries and report any issues at
https://github.com/talos-systems/discovery-api/issues.
Contributors
Changes
10 commits
9c06846feat: change the way excluded addresses are specifiedf71a14afeat: add advertised filters to discovery data64513a6feat: rekres, regenerate proto files005e92cchore: rekres and regene1dc7bbchore: rekres, update dependencies5e3db3cchore: app optional ControlPlane dataac75538chore: regen the proto definitions with vtprotobuf v0.4.05b0c5e7chore: rename to siderolabs, rekres, etcdb279effeat: initial set of APIs and generated filesac52a37chore: initial commitChanges since v0.1.7
1 commit
9c06846feat: change the way excluded addresses are specifiedDependency Changes
This release has no dependency changes
v0.1.7Compare Source
discovery-api 0.1.7 (2026-02-11)
Welcome to the v0.1.7 release of discovery-api!
Please try out the release binaries and report any issues at
https://github.com/talos-systems/discovery-api/issues.
Contributors
Changes
9 commits
f71a14afeat: add advertised filters to discovery data64513a6feat: rekres, regenerate proto files005e92cchore: rekres and regene1dc7bbchore: rekres, update dependencies5e3db3cchore: app optional ControlPlane dataac75538chore: regen the proto definitions with vtprotobuf v0.4.05b0c5e7chore: rename to siderolabs, rekres, etcdb279effeat: initial set of APIs and generated filesac52a37chore: initial commitChanges since v0.1.6
1 commit
f71a14afeat: add advertised filters to discovery dataDependency Changes
This release has no dependency changes
siderolabs/discovery-client (github.com/siderolabs/discovery-client)
v0.1.14Compare Source
discovery-client 0.1.14 (2026-02-11)
Welcome to the v0.1.14 release of discovery-client!
Please try out the release binaries and report any issues at
https://github.com/talos-systems/discovery-client/issues.
Contributors
Changes
19 commits
0a4c6fdchore: update dependencies and rekres0bffa6ffix: allow TLS config to be passed as a function09c6687chore: fix project name in release.toml71b0c6dfix: add FIPS-140-3 strict complianceb3632c4feat: support extra dial options in the clientb74fb90fix: allow custom TLS config for the clientca662d2feat: export default GRPC dial options for the client7a767fachore: bump Go, deps and rekresf4095a1chore: bump discovery API to v0.1.4fbb1ceafix: keepalive interval calculationff8f4befix: enable gRPC keepalives9ba5f03chore: app optional ControlPlane data269a832chore: rekres, update discovery apia5c19c6feat: provide public IP discovered from the server230f317fix: reconnect the client on update failureac5ab32feat: support deleting an affiliate27a5beechore: rekresa9a5e9bfeat: initial client code98eb999chore: initial commitChanges since v0.1.13
1 commit
0a4c6fdchore: update dependencies and rekresDependency Changes
This release has no dependency changes
siderolabs/image-factory (github.com/siderolabs/image-factory)
v1.0.3Compare Source
image-factory 1.0.3 (2026-02-09)
Welcome to the v1.0.3 release of image-factory!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/image-factory/issues.
Contributors
Changes
9 commits
f0c7a7brelease(v1.0.3): prepare releasedd92631docs: correct path to hack/copy-artifacts.shddc1a83fix: update Talos to fix rpi_5 buildb3d07e5docs: remove redundant Kubernetes version prerequisite9666795fix: values.schema.json8a8da46feat: adjust security context for user namespace modebc631dcfix: values.schema.json8ea6fe9feat: add user namespace support with Kubernetes version validation324c464fix: skip initializing TUF if keyless signing is disabledChanges from siderolabs/talos
7 commits
2628eb2ecfix: typo with rpi_5 profile named5ebcd7cafix: stop building talosctl debug on Windows8b85c7c63chore: update depsd905035b5fix: swap volume configuration for min/max sized43a01ccbfeat: implementtalosctl debug34a31c979feat: add mount options support for existing volumes1bf95eed1feat: improve dashboard uptime displayDependency Changes
2628eb22628eb2Previous release can be found at v1.0.2
v1.0.2Compare Source
Welcome to the v1.0.3 release of image-factory!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/image-factory/issues.
Contributors
Changes
8 commits
dd92631docs: correct path to hack/copy-artifacts.shddc1a83fix: update Talos to fix rpi_5 buildb3d07e5docs: remove redundant Kubernetes version prerequisite9666795fix: values.schema.json8a8da46feat: adjust security context for user namespace modebc631dc](https://redirect.github.com/siderolabs/imaConfiguration
📅 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.