chore: backports for v1.11.4#12140
Merged
talos-bot merged 12 commits intosiderolabs:release-1.11from Nov 5, 2025
Merged
Conversation
The problem is that ports 50000 and 50001 are part of the ephemeral port range, so they might be occupied by outgoing connections before `apid`/`trustd` has a chance to bind to it. So ensure these two ports are always excluded from the ephemeral port range. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 4adcda0)
Otherwise we push latest from `release-*` branches which makes it confusing and broken, as it jumps between versions. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 77d8cc7)
Use `image-signer` to sign images. Signed-off-by: Noel Georgi <git@frezbo.dev> (cherry picked from commit 7e498fa)
Fixes siderolabs#12052 Don't pull amd64 libraries into arm64. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 28fd239)
Set a global timeout for SideroLink Provision API calls to ensure we can retry failures. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 4c09528)
Allows for NVIDIA kernel modules to load on arm arch Signed-off-by: Justin Garrison <justin.garrison@siderolabs.com> Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit e3cbc92)
When the buffer Writer is request, code unconditionally started all senders (in our case, this was always JSON network senders). This resulted in log duplication on service restart - each time service is started, the senders goroutine was recreated. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 75e4c4a)
This is a fix for the wrong fix in siderolabs#11204, which was wrong in two ways: * the ldflags -X override had a wrong variable name, so it had no effect * but the above even if it worked, only covered "mamangement" part of things, while `wgctrl-go` which configures things still has a hardcoded location of `/var/run/`. So the fix is two ways: * replace the location where the socket is created properly * use updated forked wgctrl-go which looks in both locations This keeps all fixes of siderolabs#11204 - `talosctl cluster create` siderolink agent works properly with `wg` on the host, and Talos uses proper location. Before the fix the location was actually `/var/run` and it randomly failed depending on the race condition of Talos booting up and managing `/var`. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit d69305a)
a07a8fd to
84fdcd1
Compare
Update selected dependencies. Signed-off-by: Mateusz Urbanek <mateusz.urbanek@siderolabs.com>
Use the `image-signer` cli since we cannot pass in docker login credentials saved in keychain to `docker` container. Signed-off-by: Noel Georgi <git@frezbo.dev> (cherry picked from commit ee5fee7)
Fixes siderolabs#12097 This is same change as siderolabs#12134, but adapted to release-1.11 code around platform network config. Revert "fix: provide nocloud metadata with missing network config" This reverts commit 0fbb0b0. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
a33cabf to
ac27129
Compare
Closed
7 tasks
This commit just copy/paste merges the VolumeConfig and UserVolumeConfig controllers, which addresses the race between system volume and user volume config creation. Signed-off-by: Laura Brehm <laurabrehm@hey.com>
smira
approved these changes
Nov 5, 2025
Member
|
/m |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.