Skip to content

Conversation

@shanduur
Copy link
Member

@shanduur shanduur commented Nov 17, 2025

  • chore: run rekres
  • chore: update talos to v1.12.0-beta.0

Closes siderolabs/talos#12183

Run rekres to regenerate configs.

Signed-off-by: Mateusz Urbanek <[email protected]>
@shanduur shanduur marked this pull request as ready for review November 17, 2025 12:53
@talos-bot talos-bot moved this to In Review in Planning Nov 17, 2025
@shanduur shanduur force-pushed the chore-v1.12.0-beta.0 branch 4 times, most recently from b348b78 to 43ee484 Compare November 17, 2025 13:25
@shanduur shanduur marked this pull request as draft November 17, 2025 13:38
@shanduur shanduur force-pushed the chore-v1.12.0-beta.0 branch 2 times, most recently from bef85c8 to bf2c097 Compare November 18, 2025 10:13
@shanduur shanduur marked this pull request as ready for review November 18, 2025 10:18
@shanduur shanduur force-pushed the chore-v1.12.0-beta.0 branch 9 times, most recently from 5ae9619 to 32858ee Compare November 18, 2025 14:33
assert.Equal(t, "192.168.0.0/16,fdaa:bbbb:cccc:15::/64", strings.Join(provider.Cluster().Network().ServiceCIDRs(), ","))
})

t.Run("ConfigPatches", func(t *testing.T) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will always fail, as v1.12.0 is always multi-config (we always have HostnameConfig generated).

if scope.Config.Spec.Hostname.Source == v1alpha3.HostnameSourceMachineName {
data.RawV1Alpha1().MachineConfig.MachineNetwork.NetworkHostname = scope.ConfigOwner.GetName()
if parseErr == nil && talosVersion.GreaterThanEqual(semver.MustParse("1.12.0-beta.0")) {
patches = append(patches, fmt.Sprintf("apiVersion: v1alpha1\nkind: HostnameConfig\nauto: off\nhostname: %s", scope.ConfigOwner.GetName()))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can't we use NewHostNameConfig and use string from it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right! Fixed.

@github-project-automation github-project-automation bot moved this from In Review to Approved in Planning Nov 18, 2025
Update talos to v1.12.0-beta.0

Signed-off-by: Mateusz Urbanek <[email protected]>
@shanduur shanduur force-pushed the chore-v1.12.0-beta.0 branch from 32858ee to 8141779 Compare November 18, 2025 15:12
@shanduur
Copy link
Member Author

/m

@talos-bot talos-bot merged commit 8141779 into siderolabs:main Nov 18, 2025
15 checks passed
@github-project-automation github-project-automation bot moved this from Approved to Done in Planning Nov 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

update CABPT for 1.12.0-beta.0

3 participants