Skip to content

Conversation

@replicated-ci-ec
Copy link
Collaborator

Automated changes by the cron-makefile-dependencies GitHub action

K0S_VERSION_1_33 = v1.33.6+k0s.0
K0S_VERSION_1_32 = v1.32.10+k0s.0
K0S_VERSION_1_31 = v1.31.12+k0s.0
K0S_VERSION_1_31 = v1.31.14+k0s.0
Copy link

Choose a reason for hiding this comment

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

Bug: K0s version override and check incompatible with update

The K0S_VERSION_1_31 was updated from v1.31.12+k0s.0 to v1.31.14+k0s.0, but the override logic and validation checks at the bottom of versions.mk still reference the old version. The check-k0s-version target will fail because it expects any v1.31 version to be exactly v1.31.12+k0s.0-ec.0. The ifeq conditions on lines 43 and 51 that trigger the EC override and binary source will also no longer match, making builds with K0S_MINOR_VERSION=31 fail.

Additional Locations (2)

Fix in Cursor Fix in Web

@replicated-ci-ec replicated-ci-ec force-pushed the automation/update-makefile branch 4 times, most recently from 53e5634 to 9f1f361 Compare December 17, 2025 00:27
@replicated-ci-ec replicated-ci-ec force-pushed the automation/update-makefile branch from 9f1f361 to 9b7f6ec Compare December 18, 2025 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants