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 k8s dependencies to 1.22 and go to 1.16 #496

Merged
merged 1 commit into from
Aug 25, 2021

Conversation

nicolehanjing
Copy link
Member

@nicolehanjing nicolehanjing commented Aug 18, 2021

What this PR does / why we need it:
Bump k8s dependencies to 1.22 and go to 1.16
The merge is blocked by a kubebuilder issue:
Fix kubebuilder installation in workflow.
Caused by kubernetes-sigs/kubebuilder#2311
Fix was found here: https://github.com/operator-framework/operator-lifecycle-manager/pull/2335/files

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

Special notes for your reviewer:

Release note:

Bump k8s dependencies to 1.22 and go to 1.16

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Aug 18, 2021
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 18, 2021
@nicolehanjing
Copy link
Member Author

@andrewsykim @lubronzhan can you give it a review when you get a chance? Thanks!

Copy link
Contributor

@lubronzhan lubronzhan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 24, 2021
Copy link
Member

@andrewsykim andrewsykim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nicolehanjing this PR looks good overall, can we create a release-1.21 branch off of master first before merging this?

go.mod Outdated
k8s.io/api v0.22.0
k8s.io/apiextensions-apiserver v0.22.0 // indirect
k8s.io/apimachinery v0.22.0
k8s.io/client-go v0.22.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think 1.22.1 just came out, wondering if we should use that.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah yes, let me update that

@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 24, 2021
@nicolehanjing nicolehanjing force-pushed the bump-go-version branch 5 times, most recently from b199bfd to b68ed0c Compare August 24, 2021 20:52
@nicolehanjing
Copy link
Member Author

/test pull-cloud-provider-vsphere-unit-test

@nicolehanjing nicolehanjing force-pushed the bump-go-version branch 3 times, most recently from a0f7e94 to dc0fbe2 Compare August 24, 2021 22:21
Makefile Outdated
curl -L https://go.kubebuilder.io/dl/2.3.1/${GOOS}/${GOARCH} | tar -xz -C /tmp/
mv /tmp/kubebuilder_2.3.1_${GOOS}_${GOARCH} /usr/local/kubebuilder
curl -L https://github.com/kubernetes-sigs/kubebuilder/releases/download/v2.3.1/kubebuilder_2.3.1_${os}_${arch}.tar.gz | tar -xz -C /tmp/
sudo mv /tmp/kubebuilder_master_${GOOS}_${GOARCH} /usr/local/kubebuilder
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nicolehanjing
Copy link
Member Author

@nicolehanjing this PR looks good overall, can we create a release-1.21 branch off of master first before merging this?

I created a release-1.21 branch just now - I should create this branch when cutting the release, but probably my git remote setting was not right so the release branch didn't get pushed

@lubronzhan
Copy link
Contributor

/lgtm

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lubronzhan, nicolehanjing

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:
  • OWNERS [lubronzhan,nicolehanjing]

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 added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 25, 2021
@k8s-ci-robot k8s-ci-robot merged commit afebb9e into kubernetes:master Aug 25, 2021
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. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants