upgrade kind from 0.23.0 to 0.25.0#481
Merged
nabuskey merged 3 commits intocnoe-io:mainfrom Jan 28, 2025
Merged
Conversation
0.25.0 contains a fix for running kind in codespaces without introducing many breaking changes Signed-off-by: Caleb Boylan <calebboylan@gmail.com>
Contributor
Author
|
I see that we override the default k8s node image and set it to 1.30.3. Do we want to update that as part of the kind upgrade to be inline with what kind defaults to? We could upgrade to the latest 1.31 patch (1.31.5). |
Collaborator
|
Yeah we should keep our default value with the kind version we use. We also need to test Codespace works because we had to create a workaround for it specifically due to kind version we were using. #419 Thank you for this PR! |
Signed-off-by: Caleb Boylan <calebboylan@gmail.com>
c1baaf8 to
35d52f7
Compare
Signed-off-by: Caleb Boylan <calebboylan@gmail.com>
543aa60 to
c1634d1
Compare
Contributor
Author
codespaces seems to work for me with the latest commit that upgrades the default node to 1.31.4 . @nabuskey is this a sufficient test? Based on the workaround I assume it didnt get this far before. |
nabuskey
approved these changes
Jan 28, 2025
Collaborator
nabuskey
left a comment
There was a problem hiding this comment.
Looks great. Thank you very much!
cmoulliard
pushed a commit
to ch007m/fork-idpbuilder
that referenced
this pull request
Mar 13, 2025
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.
0.25.0 contains a fix for running kind in codespaces without introducing many breaking changes.
The only breaking changes between 0.23.0 and 0.25.0 are changes to the default k8s node image (1.30.0 -> 1.31.2). We could upgrade to 0.26.0 but it's not necessary for the fix mentioned in #420 .
Fixes #420