-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
✨ v1.29: Prepare quickstart, capd and tests for the new release including kind bump #9872
Conversation
Skipping CI for Draft Pull Request. |
cbdb8cf
to
0c5d8ca
Compare
/test help |
@chrischdi: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test pull-cluster-api-e2e-full-main |
/assign @sbueringer |
/test pull-cluster-api-e2e-full-main |
/test pull-cluster-api-e2e-full-main |
/lgtm /hold Feel free to merge once CI is green and the commits are squashed one way or another :) (Please track the follow-ups of bumping the remaining places to 1.29 somewhere on the issue) |
LGTM label has been added. Git tree hash: e7dc20d64186e1eaed610f099b559e68704fac92
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test pull-cluster-api-e2e-full-main |
2539650
to
d23bb93
Compare
/lgtm Just squashed |
@chrischdi: you cannot LGTM your own PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Final verification after rebase: /test pull-cluster-api-e2e-full-main |
/test pull-cluster-api-e2e-full-main |
/lgtm |
LGTM label has been added. Git tree hash: 298656b2aa87536adc4923fda0efea03ecef921b
|
/test pull-cluster-api-e2e-full-main |
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 pending two questions
@@ -144,7 +144,7 @@ var _ = Describe("When testing clusterctl upgrades (v1.6=>current)", func() { | |||
InitWithBinary: fmt.Sprintf(clusterctlDownloadURL, stableRelease), | |||
InitWithProvidersContract: "v1beta1", | |||
// Note: Both InitWithKubernetesVersion and WorkloadKubernetesVersion should be the highest mgmt cluster version supported by the source Cluster API version. | |||
InitWithKubernetesVersion: "v1.28.0", | |||
InitWithKubernetesVersion: "v1.29.0", |
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.
q: should we change also WorkloadKubernetesVersion? (same below)
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.
We have to wait until 1.6.1. before that it won't work as 1.6 doesn't have a mapping for the 1.29 image
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.
(xref last task in #9578 (comment))
COREDNS_VERSION_UPGRADE_TO: "v1.10.1" | ||
KUBERNETES_VERSION_MANAGEMENT: "v1.29.0" | ||
KUBERNETES_VERSION: "v1.29.0" | ||
KUBERNETES_VERSION_UPGRADE_FROM: "v1.28.0" |
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.
Q: should be use v1.28.4 instead? (it is ok to do this as a follow up)
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.
There seems to be no kind image for it
/test pull-cluster-api-e2e-full-main |
/hold cancel |
What this PR does / why we need it:
Modify quickstart and CAPD to use the new Kubernetes release:
test/*
: search for occurrences of the previous Kubernetes versionTiltfile
InitWithKubernetesVersion
andWorkloadKubernetesVersion
inclusterctl_upgrade_test.go
TODO's:
TODO(chrischdi)
's to set proper SHA's to the new imageFollow-up
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Part of #9578
/area testing