-
Notifications
You must be signed in to change notification settings - Fork 339
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 dependency go modules for k8s v1.27.0-rc.0 and v1.27.0 #901
Update dependency go modules for k8s v1.27.0-rc.0 and v1.27.0 #901
Conversation
982e4d1
to
eb748ad
Compare
827e502
to
b1fef17
Compare
b105fed
to
a129b37
Compare
/test pull-kubernetes-csi-external-provisioner-unit |
32cc9b9
to
3655e2d
Compare
3655e2d
to
c4cc83c
Compare
This change seems related because it is setting feature flag for tests: |
The test failed with:
And then there is a change lately of the test setup: kubernetes/kubernetes@2f6c4f5 Not sure why this line is throwing nil pointer exception. @pohly Do you have any insight into this? |
Note that the e2e jobs will download Kubernetes at different release versions and build the e2e binaries. So PR above does not seem relevant
Looking at the test code, So I believe if the test case exits in the Now the question I cannot answer though is why updating k8s dependencies would trigger the error in the e2e tests which are not built from this repo. |
a39756f
to
6cb8c88
Compare
6613c3980 Merge pull request kubernetes-csi#223 from sunnylovestiramisu/update 0e7ae993d Update k8s image repo url 77e47cce8 Merge pull request kubernetes-csi#222 from xinydev/fix-dep-version 155854b09 Fix dep version mismatch 8f839056a Merge pull request kubernetes-csi#221 from sunnylovestiramisu/go-update 1d3f94dd5 Update go version to 1.20 to match k/k v1.27 e322ce5e5 Merge pull request kubernetes-csi#220 from andyzhangx/fix-golint-error b74a51209 test: fix golint error aa61bfd0c Merge pull request kubernetes-csi#218 from xing-yang/update_csi_driver 7563d1963 Update CSI_PROW_DRIVER_VERSION to v1.11.0 a2171bef0 Merge pull request kubernetes-csi#216 from msau42/process cb9878261 Merge pull request kubernetes-csi#217 from msau42/owners a11216e47 add new reviewers and remove inactive reviewers dd9867540 Add step for checking builds b66c08249 Merge pull request kubernetes-csi#214 from pohly/junit-fixes b9b6763bd filter-junit.go: fix loss of testcases when parsing Ginkgo v2 JUnit d4277839f filter-junit.go: preserve system error log 38e11468f prow.sh: publish individual JUnit files as separate artifacts git-subtree-dir: release-tools git-subtree-split: 6613c3980d1e418bebb7bc49d64c977cfff85671
6cb8c88
to
a402d74
Compare
go.mod
Outdated
k8s.io/component-base v0.26.1 | ||
k8s.io/component-helpers v0.26.1 | ||
k8s.io/csi-translation-lib v0.26.3 | ||
k8s.io/api v0.27.0-rc.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.
should we update to 0.27.0 now that it's available?
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.
Actually let me just add a new commit to the same pr for that.
a402d74
to
103cd95
Compare
/lgtm |
9f0ea9e
to
d7f013c
Compare
d7f013c
to
42ad8db
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gnufied, sunnylovestiramisu, xing-yang 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 |
Ran kubernetes-csi/csi-release-tools go-get-kubernetes.sh -p 1.27.0-rc.0
and
ran kubernetes-csi/csi-release-tools go-get-kubernetes.sh -p 1.27.0