Bump kine to v0.14.10 for NATS conformance fixes#13441
Merged
brandond merged 2 commits intok3s-io:mainfrom Jan 9, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #13441 +/- ##
=======================================
Coverage 21.45% 21.46%
=======================================
Files 190 190
Lines 15480 15480
=======================================
+ Hits 3322 3323 +1
+ Misses 11705 11704 -1
Partials 453 453
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
thomasferrandiz
previously approved these changes
Jan 8, 2026
dereknola
previously approved these changes
Jan 8, 2026
6889ac4
Includes the long-awaited fixes from * k3s-io/kine#549 Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
dereknola
reviewed
Jan 9, 2026
f621bed to
a0b7dbb
Compare
* Move cleanup earlier, to prevent running out of space when restoring caches * Consistently use local setup-go action to avoid saving cache on PR runs * Update local setup-go action Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
dereknola
approved these changes
Jan 9, 2026
vitorsavian
approved these changes
Jan 9, 2026
This was referenced Jan 9, 2026
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.
Proposed Changes
Includes the long-awaited fixes from NATS Driver Conformance Updates kine#549
Consistently use local setup-go action to avoid writing back to cache from PR CI
Updates local setup-go action to latest action versions; adds go version input; no longer hardcodes latest release branch
Types of Changes
version bump
Verification
Check kine version in go.mod
Testing
Linked Issues
User-Facing Change
Further Comments