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

Updated version,GO and CSI spec #1153

Merged
merged 4 commits into from
May 6, 2024
Merged

Conversation

hemalathagajendran
Copy link
Member

Please check the type of change your PR introduces:

  • Bugfix
  • Feature Enhancement
  • Test Automation
  • Code Refactoring (no functional changes, no api changes)
  • Build related changes
  • Community Operator listing
  • Other (please describe): GO, CSI Spec and version update

How risky is this change?

  • Small, isolated change
  • Medium, requires regression testing
  • Large, requires functional and regression testing

Signed-off-by: hemalathagajendran <hemalatha.gajendran@ibm.com>
Signed-off-by: hemalathagajendran <hemalatha.gajendran@ibm.com>
Signed-off-by: hemalathagajendran <hemalatha.gajendran@ibm.com>
@hemalathagajendran hemalathagajendran marked this pull request as ready for review May 3, 2024 13:32
@hemalathagajendran hemalathagajendran requested review from deeghuge, amdabhad, Jainbrt, badri-pathak and saurabhwani5 and removed request for amdabhad May 3, 2024 13:32
@Jainbrt
Copy link
Member

Jainbrt commented May 3, 2024

@hemalathagajendran I hope we have one pass of regression on the images ?

@@ -23,6 +25,8 @@ github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5y
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=
github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
Copy link
Member

Choose a reason for hiding this comment

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

should we not cleanup the older one from this file ?

Copy link
Member Author

Choose a reason for hiding this comment

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

As discussed this could be addressed in different PR as "go mod tidy" doesn't work after 1.20. Options should be explored.

@@ -1,6 +1,6 @@
module github.com/IBM/ibm-spectrum-scale-csi/operator

go 1.20
go 1.22

Copy link
Member

Choose a reason for hiding this comment

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

can we upgrade google.golang.org/protobuf and golang.org/x/net to latest available version too ?

Copy link
Member Author

Choose a reason for hiding this comment

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

As discussed this could be addressed in different PR as "go mod tidy" doesn't work after 1.20. Options should be explored.

@Jainbrt
Copy link
Member

Jainbrt commented May 3, 2024

@hemalathagajendran also do we want to have practice to use locked down UBI such as to 9.4-949 latest

@badri-pathak
Copy link
Member

@hemalathagajendran One separate PR will be required for csi-driver version change in operator once this PR gets merge.

@hemalathagajendran
Copy link
Member Author

@hemalathagajendran also do we want to have practice to use locked down UBI such as to 9.4-949 latest

I was also thinking on same note but CNSA team has to confirm on it. Let me check with them.

@hemalathagajendran
Copy link
Member Author

@hemalathagajendran One separate PR will be required for csi-driver version change in operator once this PR gets merge.

yes

@hemalathagajendran
Copy link
Member Author

@hemalathagajendran I hope we have one pass of regression on the images ?

Yes one pass of regression is done.

@Jainbrt Jainbrt merged commit 8e11a4d into IBM:dev May 6, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants