-
-
Notifications
You must be signed in to change notification settings - Fork 720
backports: for v1.11.2 #11881
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
Merged
talos-bot
merged 13 commits into
siderolabs:release-1.11
from
shanduur:backports/v1.11.2
Sep 25, 2025
Merged
backports: for v1.11.2 #11881
talos-bot
merged 13 commits into
siderolabs:release-1.11
from
shanduur:backports/v1.11.2
Sep 25, 2025
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
e4524a9
to
f8db930
Compare
See https://github.com/opencontainers/runc/releases/tag/v1.3.1 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit feeb0d3)
Fixes siderolabs#11780 Couple of changes: * clear connection refused before apply config with reboot (no-op CRI patch test) * improve log output in volume tests * drop locking in vgcreate, as it seems to conflict with background disk scans (by Talos or udevd) Co-authored-by: Noel Georgi <git@frezbo.dev> Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 8b64f68)
6cec6e1
to
d6b0aa3
Compare
smira
reviewed
Sep 24, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 let's wait for Noel's fix
And I think it needs a |
789e5ab
to
162475a
Compare
dsseng
approved these changes
Sep 24, 2025
See https://github.com/kubernetes/kubernetes/releases/v1.34.1 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit d57882b)
We test for labels immediately after volume status is ready, but we should instead wait a bit for labels to be discovered. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit f85f82f)
Make sure processes are only launched into freshly-created cgroups with all limits set when they are restarted. This also allows processes to restart after cgroup being killed via the cgroup.kill mechanism. Fixes siderolabs#11785 Signed-off-by: Dmitrii Sharshakov <dmitry.sharshakov@siderolabs.com> (cherry picked from commit 69ab076)
Fixes siderolabs#11826 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 2d57fa0)
Use correct order to determine SideroV1KeysDirPath: * Use env variable `SIDEROV1_KEYS_DIR` * If not set, use cli flag`--siderov1-keys-dir` * If empty, use default dir `$HOME/.talos/keys` Signed-off-by: Oguz Kilcan <oguz.kilcan@siderolabs.com> (cherry picked from commit 07acb3b)
Pass in `GITHUB_TOKEN` to imager always. Signed-off-by: Noel Georgi <git@frezbo.dev> (cherry picked from commit d30fdcd)
Under higher load, when many workers try to re-join, trustd might consume more memory. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 51db527)
Update component updates in the release.toml Signed-off-by: Mateusz Urbanek <mateusz.urbanek@siderolabs.com>
162475a
to
733832a
Compare
Update pkgs to next release version Signed-off-by: Mateusz Urbanek <mateusz.urbanek@siderolabs.com>
Refactor efivarfs and add tests. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> Signed-off-by: Noel Georgi <git@frezbo.dev> (cherry picked from commit ea4ed16)
Rekres to use new runner groups. Signed-off-by: Noel Georgi <git@frezbo.dev> (cherry picked from commit ce9bc32)
733832a
to
a6d2f65
Compare
|
|
/m |
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.
📦 Updates
v1.11.0-21-gf95c679
(backports: for v1.11.2 pkgs#1336)↩️ Backports
Signed-off-by: Mateusz Urbanek mateusz.urbanek@siderolabs.com