Skip to content
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

Bump to Kubernetes 1.30 #1210

Merged
merged 6 commits into from
May 13, 2024
Merged

Conversation

jsafrane
Copy link
Contributor

@jsafrane jsafrane commented May 13, 2024

What type of PR is this?
/kind feature

What this PR does / why we need it:
Update to go 1.22.3, Kubernetes 1.30, csi-lib-utils 0.18, provisioner lib v10 and the latest release-tools. Remove logcheck from this repo and use the one from release-tools.

  • csi-lib-utils requires context in few calls
  • new feature gate franework checks that feature gates are not set in parallel tests.
  • sig-storage-lib-external-provisioner/v10 does not have global metrics now, give them to the provisioner by provisionerOptions
  • klog/v2 had issues parsing cmdline options in the e2e tests?!

Fixes CVE-2024-24788.

Does this PR introduce a user-facing change?:

Updated Kubernetes deps to v1.30

adb3af9df Merge pull request kubernetes-csi#252 from bells17/update-go-version
b82ee3888 Merge pull request kubernetes-csi#253 from bells17/fix-typo
c31745621 Fix typo
0a7850561 Bump to Go 1.22.3
edd89ad58 Merge pull request kubernetes-csi#251 from jsafrane/add-logcheck
043fd0991 Add test-logcheck target
d7535ae0c Merge pull request kubernetes-csi#250 from jsafrane/go-1.22
b52e7ad35 Update go to 1.22.2
14fdb6f66 Merge pull request kubernetes-csi#247 from msau42/prow
9b4352e9f Update release playbook
c7bb972cc Fix release notes script to use fixed tags
463a0e9f5 Add script to update specific go modules

git-subtree-dir: release-tools
git-subtree-split: adb3af9dfa3ed4d1a922cd839bb48e0b73918617
And csi-lib-utils and go to the latest releases.
- csi-lib-utils requires context in few calls
- new feature gate franework checks that feature gates are not set in
  parallel tests.
Update the metrics registration to v10 - there are no global metrics now,
give them to the provisioner by `provisionerOptions`.
@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. kind/feature Categorizes issue or PR as related to a new feature. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels May 13, 2024
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 13, 2024
@jsafrane jsafrane force-pushed the bump-1.30 branch 2 times, most recently from be5cf82 to eccbc9b Compare May 13, 2024 12:32
@xing-yang
Copy link
Contributor

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 13, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jsafrane, 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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit dd20b66 into kubernetes-csi:master May 13, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants