diff --git a/SPECS/blobfuse2/blobfuse2.signatures.json b/SPECS/blobfuse2/blobfuse2.signatures.json index 4ea508fa30a..648421af8f9 100644 --- a/SPECS/blobfuse2/blobfuse2.signatures.json +++ b/SPECS/blobfuse2/blobfuse2.signatures.json @@ -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", + "blobfuse2-2.2.1-vendor.tar.gz": "84229241b170316438aa408ae38216e01c54fffdbe50b59ae3b5ab1b4f7122c6" } } \ No newline at end of file diff --git a/SPECS/blobfuse2/blobfuse2.spec b/SPECS/blobfuse2/blobfuse2.spec index f23a77ee669..562380d631b 100644 --- a/SPECS/blobfuse2/blobfuse2.spec +++ b/SPECS/blobfuse2/blobfuse2.spec @@ -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 @@ -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 - 2.2.1-1 +- Bump version to 2.2.1 + * Fri Feb 02 2024 CBL-Mariner Servicing Account - 2.1.2-2 - Bump release to rebuild with go 1.21.6 diff --git a/cgmanifest.json b/cgmanifest.json index 323cd564247..f72f20d5adb 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -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" } } },