Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SPECS/blobfuse2/blobfuse2.signatures.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Signatures": {
"blobfuse2-2.1.2.tar.gz": "4605015d99c7ffac37ae464aa1d23c11ecd6218122acb06f1c46ac7bdced908e",
"blobfuse2-2.1.2-vendor.tar.gz": "84229241b170316438aa408ae38216e01c54fffdbe50b59ae3b5ab1b4f7122c6"
"blobfuse2-2.2.1.tar.gz": "10be3eea9932ddfa8876e69eb2e2ae7e0b01ce05cdec7f35b7b188933872874c",
Copy link
Member

@mfrw mfrw Apr 3, 2024

Choose a reason for hiding this comment

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

@mfrw on behalf of @ashruti-msft

"blobfuse2-2.2.1-vendor.tar.gz": "84229241b170316438aa408ae38216e01c54fffdbe50b59ae3b5ab1b4f7122c6"
}
}
5 changes: 4 additions & 1 deletion SPECS/blobfuse2/blobfuse2.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global debug_package %{nil}

%define our_gopath %{_topdir}/.gopath
%define blobfuse2_version 2.1.2
%define blobfuse2_version 2.2.1
%define blobfuse2_health_monitor bfusemon

Summary: FUSE adapter - Azure Storage
Expand Down Expand Up @@ -80,6 +80,9 @@ install -D -m 0644 ./setup/blobfuse2-logrotate %{buildroot}%{_sysconfdir}/logrot
%{_sysconfdir}/logrotate.d/blobfuse2

%changelog
* Wed April 3 2023 Anubhuti Shruti <[email protected]> - 2.2.1-1
- Bump version to 2.2.1

* Fri Feb 02 2024 CBL-Mariner Servicing Account <[email protected]> - 2.1.2-2
- Bump release to rebuild with go 1.21.6

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1147,8 +1147,8 @@
"type": "other",
"other": {
"name": "blobfuse2",
"version": "2.1.2",
"downloadUrl": "https://github.com/Azure/azure-storage-fuse/archive/blobfuse2-2.1.2.tar.gz"
"version": "2.2.1",
"downloadUrl": "https://github.com/Azure/azure-storage-fuse/archive/blobfuse2-2.2.1.tar.gz"
}
}
},
Expand Down