-
Notifications
You must be signed in to change notification settings - Fork 60
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
✨ update to cluster API 1.7.1 #1281
Merged
Merged
Conversation
This file contains 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
janiskemper
reviewed
Apr 29, 2024
kranurag7
force-pushed
the
kr/update-capi-to-1-7-1
branch
3 times, most recently
from
May 5, 2024 18:43
005cc59
to
42a4d7e
Compare
syself-bot
bot
added
area/hack
Changes made in the hack directory
area/templates
Changes made in the templates directory
area/test
Changes made in the test directory
labels
May 6, 2024
kranurag7
force-pushed
the
kr/update-capi-to-1-7-1
branch
2 times, most recently
from
May 7, 2024 10:49
70edbf8
to
e54f87c
Compare
guettli
reviewed
May 7, 2024
guettli
reviewed
May 7, 2024
templates/cluster-templates/bases/hetznerbaremetal-kcp-ubuntu.yaml
Outdated
Show resolved
Hide resolved
guettli
reviewed
May 7, 2024
guettli
reviewed
May 7, 2024
templates/node-image/1.28.9-ubuntu-22-04-containerd/scripts/kubernetes.sh
Outdated
Show resolved
Hide resolved
guettli
reviewed
May 7, 2024
templates/node-image/1.29.4-ubuntu-22-04-containerd/scripts/kubernetes.sh
Outdated
Show resolved
Hide resolved
guettli
reviewed
May 7, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked the source and found that in the Makefile.
export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.29.0
I guess 1.29.4 is needed here.
kranurag7
force-pushed
the
kr/update-capi-to-1-7-1
branch
from
May 7, 2024 14:33
35860bb
to
f1f7927
Compare
guettli
previously approved these changes
May 7, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
kranurag7
force-pushed
the
kr/update-capi-to-1-7-1
branch
2 times, most recently
from
May 7, 2024 19:30
0788ffc
to
5ed2c7c
Compare
- this commit updates golang dependencies to Cluster API 1.7.1 version. - this commit uses kind node image from fluxcd repo and we no longer kind image published on DockerHub at kindest/node. - updates cluster templates and node images. - this commit enables us to use 1.29.4 version while development using Tilt and kind setup.
kranurag7
force-pushed
the
kr/update-capi-to-1-7-1
branch
from
May 7, 2024 20:22
45874ef
to
44e61b8
Compare
janiskemper
approved these changes
May 7, 2024
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/hack
Changes made in the hack directory
area/templates
Changes made in the templates directory
area/test
Changes made in the test directory
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.
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
TODOs: