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

backports: for v1.9.1 #10051

Merged
merged 14 commits into from
Dec 26, 2024
Merged

backports: for v1.9.1 #10051

merged 14 commits into from
Dec 26, 2024

Conversation

smira and others added 14 commits December 26, 2024 16:12
See siderolabs/go-blockdevice#119

Signed-off-by: Andrey Smirnov <[email protected]>
(cherry picked from commit 8003536)
Fix query function used by CLI to match the time syncer behavior.

Signed-off-by: Dmitry Sharshakov <[email protected]>
(cherry picked from commit cee6c60)
Support gcr.io auth for cache and image gen.

Signed-off-by: Noel Georgi <[email protected]>
(cherry picked from commit f756043)
Fixes siderolabs#10000

Fixes siderolabs#10001

Signed-off-by: Andrey Smirnov <[email protected]>
(cherry picked from commit 4c32616)
This was introduced in 1.9 cycle.

Fixes siderolabs#9998

Signed-off-by: Andrey Smirnov <[email protected]>
(cherry picked from commit fb36753)
To be backported to Talos 1.9.1.

Signed-off-by: Andrey Smirnov <[email protected]>
(cherry picked from commit 73c82e3)
Create a dummy SELinux file_contexts file to mitigate the warning. We do not rely on libselinux for labeling, so empty file suffices.

Signed-off-by: Dmitry Sharshakov <[email protected]>
(cherry picked from commit bd85bd5)
This still allows running install on 1 GiB hardware.

Fixes siderolabs#10024

Signed-off-by: Andrey Smirnov <[email protected]>
(cherry picked from commit 82ea44a)
Search domain should be domain name of the hostname, not the FQDN.

Bug introduced in siderolabs#9844

Signed-off-by: Andrey Smirnov <[email protected]>
(cherry picked from commit 5f3acd0)
Pulls in siderolabs/go-blockdevice#120

Signed-off-by: Andrey Smirnov <[email protected]>
(cherry picked from commit 5dc15e8)
1. Don't set max cgroups limit if race mode is enabled (only in test
   mode). When e.g. apid/trustd are built with race detector on, they
   consume 10x the memory.
2. Fix a data race in `talosctl support` when showing UI progress.
3. Fix an issue pulling `kubeconfig` in `talosctl support` - pull from
   endpoints (controlplanes) without setting any nodes.

Fixes siderolabs#10036

Signed-off-by: Andrey Smirnov <[email protected]>
(cherry picked from commit b72bda0)
This should improve watch reliability, as it was failing on channel
being closed.

Fixes siderolabs#10039

Signed-off-by: Andrey Smirnov <[email protected]>
(cherry picked from commit 27233cf)
Fixes siderolabs#10040

Sometimes etcd after 'server stoppped' error actually removes a member,
so the next attempt returns member not found, ignore it, as our goal was
to remove a member.

Signed-off-by: Andrey Smirnov <[email protected]>
(cherry picked from commit f98efb3)
@smira
Copy link
Member Author

smira commented Dec 26, 2024

/m

@talos-bot talos-bot merged commit e702542 into siderolabs:release-1.9 Dec 26, 2024
46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment