cloud-provider-vsphere
cloud-provider-vsphere copied to clipboard
:seedling: Bump the kubernetes group in /test/e2e with 3 updates
Bumps the kubernetes group in /test/e2e with 3 updates: k8s.io/api, k8s.io/apimachinery and k8s.io/client-go.
Updates k8s.io/api from 0.29.3 to 0.30.0
Commits
fb932d2Update dependencies to v0.30.0 tagd014286Merge remote-tracking branch 'origin/master' into release-1.30581c1b8Update x/net for CVE-2023-4528835ca1f4Merge pull request #123932 from pohly/dra-api-resource-model-renameb048bd8Merge pull request #123909 from AkihiroSuda/fix-123906f06d24adra api: NodeResourceModel -> ResourceModel30e3187api: NodeStatus: rename RuntimeClasses to RuntimeHandlers96558b9Merge pull request #123792 from mimowo/propose-api-comments-fix089c7caMerge pull request #123180 from AkihiroSuda/rrob50824dapi: KEP-3857: Recursive Read-only (RRO) mounts- Additional commits viewable in compare view
Updates k8s.io/apimachinery from 0.29.3 to 0.30.0
Commits
37988e5Merge remote-tracking branch 'origin/master' into release-1.30c857a38Update x/net for CVE-2023-452880407311followup to allow special characters25164f7Merge pull request #123435 from tallclair/apparmor-gacbfe0a1Merge pull request #123758 from liggitt/protobump21d26b6Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf v1.33.00c29f84Merge pull request #123385 from HirazawaUi/allow-special-characters60d24f2Merge pull request #123708 from p0lyn0mial/upstream-const-watchlist-bookmark-...513d23aapimachinery/meta/types.go: define InitialEventsAnnotationKey const67cb3a8Merge pull request #123413 from seans3/tunneling-spdy-websockets- Additional commits viewable in compare view
Updates k8s.io/client-go from 0.29.3 to 0.30.0
Commits
3aa4577Update dependencies to v0.30.0 tag2df4de1Merge remote-tracking branch 'origin/master' into release-1.30ade2ae2Update x/net for CVE-2023-45288b4632b7Merge pull request #123932 from pohly/dra-api-resource-model-rename4467b1eMerge pull request #123909 from AkihiroSuda/fix-123906650f392dra api: NodeResourceModel -> ResourceModel00e4609api: NodeStatus: rename RuntimeClasses to RuntimeHandlers7ebe0eaMerge pull request #123180 from AkihiroSuda/rro3be09aaapi: KEP-3857: Recursive Read-only (RRO) mounts110b75bMerge pull request #123344 from nilekhc/svm-controller- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Hi @dependabot[bot]. Thanks for your PR.
I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
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.
/hold
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: dependabot[bot] Once this PR has been reviewed and has the lgtm label, please assign christianang for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| pull-cloud-provider-vsphere-e2e-test | c9a2d8edf1635e1713fcb9eda53bd81be7de599d | link | false | /test pull-cloud-provider-vsphere-e2e-test |
| pull-cloud-provider-vsphere-e2e-test-on-latest-k8s-version | c9a2d8edf1635e1713fcb9eda53bd81be7de599d | link | false | /test pull-cloud-provider-vsphere-e2e-test-on-latest-k8s-version |
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.
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-sigs/prow repository. I understand the commands that are listed here.
heyo @XudongLiuHarold do you still want to hold off on the k8s library bumps?
heyo @XudongLiuHarold do you still want to hold off on the k8s library bumps?
Hey @sunjayBhatia ! Last time I check this, it has some go dependencies compatibility issue to do the bump.
- cluster API & capv need to be upgraded to support k8s 1.30
- helm.sh & CAPI both use
github.com/docker/dockerwhich versions are not incompatible with each other.
That's why I am holding the bump, now I am busy with the registry migration, so planned to take a look after that work is done.
Will be really grateful if you are willing to take a look :)
heyo @XudongLiuHarold do you still want to hold off on the k8s library bumps?
Hey @sunjayBhatia ! Last time I check this, it has some go dependencies compatibility issue to do the bump.
- cluster API & capv need to be upgraded to support k8s 1.30
- helm.sh & CAPI both use
github.com/docker/dockerwhich versions are not incompatible with each other.That's why I am holding the bump, now I am busy with the registry migration, so planned to take a look after that work is done.
Will be really grateful if you are willing to take a look :)
sounds good i'll start taking a look!
Superseded by #1035.