From 956b3090769fe8a45023344268eecddc09ed862d Mon Sep 17 00:00:00 2001 From: ashruti-msft <137055338+ashruti-msft@users.noreply.github.com> Date: Tue, 5 Sep 2023 08:57:06 +0530 Subject: [PATCH] Upgrade blobfuse2 2.0.5 -> 2.1.0 (#6144) This (v2.1.0) release of blobfuse2 introduces support for ARM64 Co-authored-by: Muhammad Falak R Wani --- SPECS/blobfuse2/blobfuse2.signatures.json | 4 ++-- SPECS/blobfuse2/blobfuse2.spec | 7 +++++-- cgmanifest.json | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/SPECS/blobfuse2/blobfuse2.signatures.json b/SPECS/blobfuse2/blobfuse2.signatures.json index 0f2399ee2f..67debd0879 100644 --- a/SPECS/blobfuse2/blobfuse2.signatures.json +++ b/SPECS/blobfuse2/blobfuse2.signatures.json @@ -1,6 +1,6 @@ { "Signatures": { - "blobfuse2-2.0.5.tar.gz": "1087c93a659703ec24932a493ed07e3310d9f5b35cca3407633e1fe547c58bfe", - "blobfuse2-2.0.5-vendor.tar.gz": "7ba38c067119024a95354e5356a6f654d426b1f441544b64b61303362786ad89" + "blobfuse2-2.1.0.tar.gz": "cf51a427d32083a49721d92b35e7fdb76c8f1887b14c0e0e7a5744c470b1653e", + "blobfuse2-2.1.0-vendor.tar.gz": "338bd84bd65012b408330077e163ddab2c5362b379e50263e589500ec6d283a2" } } \ No newline at end of file diff --git a/SPECS/blobfuse2/blobfuse2.spec b/SPECS/blobfuse2/blobfuse2.spec index 541a810a2e..cf99848b9b 100644 --- a/SPECS/blobfuse2/blobfuse2.spec +++ b/SPECS/blobfuse2/blobfuse2.spec @@ -1,13 +1,13 @@ %global debug_package %{nil} %define our_gopath %{_topdir}/.gopath -%define blobfuse2_version 2.0.5 +%define blobfuse2_version 2.1.0 %define blobfuse2_health_monitor bfusemon Summary: FUSE adapter - Azure Storage Name: blobfuse2 Version: %{blobfuse2_version} -Release: 2%{?dist} +Release: 1%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Mariner @@ -80,6 +80,9 @@ install -D -m 0644 ./setup/blobfuse2-logrotate %{buildroot}%{_sysconfdir}/logrot %{_sysconfdir}/logrotate.d/blobfuse2 %changelog +* Mon Sep 04 2023 Anubhuti Shruti - 2.1.0-1 +- Bump version to 2.1.0 + * Mon Aug 07 2023 CBL-Mariner Servicing Account - 2.0.5-2 - Bump release to rebuild with go 1.19.12 diff --git a/cgmanifest.json b/cgmanifest.json index 228370e53c..efed2b5216 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -1147,8 +1147,8 @@ "type": "other", "other": { "name": "blobfuse2", - "version": "2.0.5", - "downloadUrl": "https://github.com/Azure/azure-storage-fuse/archive/blobfuse2-2.0.5.tar.gz" + "version": "2.1.0", + "downloadUrl": "https://github.com/Azure/azure-storage-fuse/archive/blobfuse2-2.1.0.tar.gz" } } },