-
Notifications
You must be signed in to change notification settings - Fork 545
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
rebase: bump k8s.io/kubernetes from 1.26.2 to 1.27.2 #3848
Conversation
f8bf365
to
620e8c3
Compare
620e8c3
to
1a15ef6
Compare
This PR is now rather large, too many files were changed under |
Hitting the following error when building
Will update to Go 1.20.4 in an additional commit. |
This now hits golangci/golangci-lint#3107. Need to update golangci-lint too. |
05ff3e8
to
7b01ec1
Compare
/test ci/centos/mini-e2e-helm/k8s-1.27 |
There is still some golangci-lint deprecation notice that needs to be addressed. |
Bumps [k8s.io/kubernetes](https://github.com/kubernetes/kubernetes) from 1.26.2 to 1.27.2. - [Release notes](https://github.com/kubernetes/kubernetes/releases) - [Commits](kubernetes/kubernetes@v1.26.2...v1.27.2) --- updated-dependencies: - dependency-name: k8s.io/kubernetes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Niels de Vos <ndevos@ibm.com>
There is no release for sigs.k8s.io/controller-runtime that supports Kubernetes v1.27. The main branch has all the required modifications, so we can use that for the time being. Signed-off-by: Niels de Vos <ndevos@ibm.com>
There was a `replace` statement in `go.mod` that prevented Ginkgo from updating. Kubernetes 1.27 requires a new Ginkgo version. Signed-off-by: Niels de Vos <ndevos@ibm.com>
replaced ErrWaitTimeout with Interrupted Signed-off-by: riya-singhal31 <rsinghal@redhat.com>
Many Kubernetes test framework functions now require a context to be passed. Use `context.TODO()` for this, just like is done for some of the functions already. Signed-off-by: Niels de Vos <ndevos@ibm.com>
…meout() Kubernetes 1.27 deprecates `PollImmediate()`, and golangci-lint complains about the usage of the deprecated function. Signed-off-by: Niels de Vos <ndevos@ibm.com>
7b01ec1
to
ac877e4
Compare
/test ci/centos/k8s-e2e-external-storage/1.24 |
/test ci/centos/k8s-e2e-external-storage/1.25 |
/test ci/centos/k8s-e2e-external-storage/1.26 |
/test ci/centos/k8s-e2e-external-storage/1.27 |
/retest ci/centos/mini-e2e-helm/k8s-1.27 |
There are many locations where a new context is created. These can be reduced when subsequent calls re-use a previously created context object. Signed-off-by: Niels de Vos <ndevos@ibm.com>
/retest ci/centos/mini-e2e-helm/k8s-1.27 |
I think this job fails because Go was not updated in the cached container-image that is used in the CI. |
The images have not been pushed since a while it seems... There is an error while pushing, but I have not been able to identify the cause. Credentials in the Secret that is used work, so there is something else broken...
|
@Mergifyio rebase |
✅ Nothing to do for rebase action |
/test ci/centos/k8s-e2e-external-storage/1.24 |
/test ci/centos/k8s-e2e-external-storage/1.25 |
/test ci/centos/k8s-e2e-external-storage/1.26 |
/test ci/centos/k8s-e2e-external-storage/1.27 |
/test ci/centos/mini-e2e-helm/k8s-1.24 |
/test ci/centos/mini-e2e-helm/k8s-1.25 |
/test ci/centos/mini-e2e-helm/k8s-1.26 |
/test ci/centos/mini-e2e-helm/k8s-1.27 |
/test ci/centos/mini-e2e/k8s-1.24 |
/test ci/centos/mini-e2e/k8s-1.25 |
/test ci/centos/mini-e2e/k8s-1.26 |
/test ci/centos/mini-e2e/k8s-1.27 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/upgrade-tests-rbd |
@Mergifyio queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 439918c |
Bumps k8s.io/kubernetes from 1.26.2 to 1.27.2.
Release notes
Sourced from k8s.io/kubernetes's releases.
... (truncated)
Commits
7f6f68f
Release commit for Kubernetes v1.27.22555e0f
Merge pull request #117980seans3/automated-cherry-pick-of-#117954
2eccb77
OpenAPI V3 invalid document checks74a7d8a
Merge pull request #117918seans3/automated-cherry-pick-of-#117768
#1177...4c39cdc
Merge pull request #117815kerthcet/automated-cherry-pick-of-#117802
d1289c7
Merge pull request #117719 from swatisehgal/devicemgr-recovery-1.27c605065
Merge pull request #117825Huang-Wei/automated-cherry-pick-of-#117677
c806df2
Merge pull request #117271 from jkh52/release-1.27359bed0
Merge pull request #117905SataQiu/automated-cherry-pick-of-#117861
642ea89
update for feedbackYou can trigger a rebase of this PR by commenting
@dependabot rebase
.Depends-on: #3879
Closes: #3752
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)