-
Notifications
You must be signed in to change notification settings - Fork 213
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
feat: upgrade blobfuse version to v2.2.0 #4031
Conversation
Pull Request Test Coverage Report for Build 7751174577
💛 - Coveralls |
@@ -34,7 +34,7 @@ installDeps() { | |||
local OSVERSION | |||
OSVERSION=$(grep DISTRIB_RELEASE /etc/*-release| cut -f 2 -d "=") | |||
BLOBFUSE_VERSION="1.4.5" | |||
BLOBFUSE2_VERSION="2.1.2" | |||
BLOBFUSE2_VERSION="2.2.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you test this on AKS with this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, I have tested this change in CSI driver repo on Ubuntu 22.04: kubernetes-sigs/blob-csi-driver#1235
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR LGTM. Please assure that the change is validated with AKS E2E tests. Thanks for the PR.
What type of PR is this?
/kind feature
What this PR does / why we need it:
feat: upgrade blobfuse version to v2.2.0
Which issue(s) this PR fixes:
Fixes #
Requirements:
Special notes for your reviewer:
Release note: