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 <falakreyaz@gmail.com>
This commit is contained in:
ashruti-msft 2023-09-05 08:57:06 +05:30 committed by GitHub
parent 2c710a1ee9
commit 956b309076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 6 deletions

View File

@ -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"
}
}

View File

@ -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 <ashruti@microsoft.com> - 2.1.0-1
- Bump version to 2.1.0
* Mon Aug 07 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.0.5-2
- Bump release to rebuild with go 1.19.12

View File

@ -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"
}
}
},