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

chore: remove csi-lib-iscsi vendor #253

Merged
merged 2 commits into from
Feb 6, 2024

Conversation

andyzhangx
Copy link
Member

What type of PR is this?
/kind cleanup

What this PR does / why we need it:
chore: remove csi-lib-iscsi vendor

there's a plan to move https://github.com/kubernetes-csi/csi-lib-iscsi to be part of https://github.com/kubernetes-csi/csi-driver-iscsi, csi-lib-iscsi repo will be deprecated in the near future

This PR addresses this work item

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:
cc @xing-yang @msau42 @humblec

Does this PR introduce a user-facing change?:

none

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Feb 3, 2024
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Feb 3, 2024
pkg/iscsilib/iscsiadm.go Dismissed Show dismissed Hide dismissed
@humblec
Copy link
Contributor

humblec commented Feb 5, 2024

Thanks @andyzhangx .. just to mention there are some direct consumers of that library, so archival of that should go some cadence.. regardless getting it as part of this driver is a good first step!

@andyzhangx
Copy link
Member Author

Thanks @andyzhangx .. just to mention there are some direct consumers of that library, so archival of that should go some cadence.. regardless getting it as part of this driver is a good first step!

@humblec do you have the repo link of those direct consumers of this library?

@humblec
Copy link
Contributor

humblec commented Feb 5, 2024

Thanks @andyzhangx .. just to mention there are some direct consumers of that library, so archival of that should go some cadence.. regardless getting it as part of this driver is a good first step!

@humblec do you have the repo link of those direct consumers of this library?

https://github.com/Seagate is one of the big consumer of that library and making its way to their CSI driver.

@humblec
Copy link
Contributor

humblec commented Feb 5, 2024

may be a couple of commits here can be squashed.. rest looks fine to me . thanks !

@xing-yang
Copy link
Contributor

It looks like https://github.com/Seagate forked the csi-lib-iscsi repo.

@xing-yang
Copy link
Contributor

Looks good to me. Please squash the commits.

- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ^1.19
Copy link
Contributor

Choose a reason for hiding this comment

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

@andyzhangx do we need to try on 1.20 at least?

Copy link
Member Author

Choose a reason for hiding this comment

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

that's minimum golang requirement, it's actully using 1.21 now:

Successfully set up Go version ^1.19
/opt/hostedtoolcache/go/1.21.6/x64/bin/go env GOMODCACHE
/opt/hostedtoolcache/go/1.21.6/x64/bin/go env GOCACHE
/home/runner/go/pkg/mod
/home/runner/.cache/go-build
Warning: Restore cache failed: Dependencies file is not found in /home/runner/work/csi-driver-iscsi/csi-driver-iscsi. Supported file pattern: go.sum
go version go1.21.6 linux/amd64

@humblec
Copy link
Contributor

humblec commented Feb 5, 2024

minor comment otherwise it looks good to me..

@andyzhangx
Copy link
Member Author

minor comment otherwise it looks good to me..

@humblec I have squashed to 2 commits now, 1 for lib movement and another for golint change commit, could you approve? thanks.

@humblec
Copy link
Contributor

humblec commented Feb 6, 2024

/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 Feb 6, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andyzhangx, humblec

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 b72a8e0 into kubernetes-csi:master Feb 6, 2024
14 checks passed
humblec added a commit to humblec/csi-driver-iscsi that referenced this pull request May 24, 2024
4967685 Merge pull request kubernetes-csi#254 from bells17/add-github-actions
d9bd160 Update skip list in codespell GitHub Action
adb3af9 Merge pull request kubernetes-csi#252 from bells17/update-go-version
f5aebfc Add GitHub Actions workflows
b82ee38 Merge pull request kubernetes-csi#253 from bells17/fix-typo
c317456 Fix typo
0a78505 Bump to Go 1.22.3
edd89ad Merge pull request kubernetes-csi#251 from jsafrane/add-logcheck
043fd09 Add test-logcheck target
d7535ae Merge pull request kubernetes-csi#250 from jsafrane/go-1.22
b52e7ad Update go to 1.22.2
14fdb6f Merge pull request kubernetes-csi#247 from msau42/prow
dc4d0ae Merge pull request kubernetes-csi#249 from jsafrane/use-go-version
e681b17 Use .go-version to get Kubernetes go version
9b4352e Update release playbook
c7bb972 Fix release notes script to use fixed tags
463a0e9 Add script to update specific go modules

git-subtree-dir: release-tools
git-subtree-split: 4967685
TerryHowe pushed a commit to TerryHowe/csi-driver-iscsi that referenced this pull request Oct 17, 2024
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. release-note-none Denotes a PR that doesn't merit a release note. 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.

4 participants