From fe3349ade729e4604d6926b72d0b23eb9a25a05b Mon Sep 17 00:00:00 2001 From: James Fantin-Hardesty <24646452+jfantinhardesty@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:25:40 -0700 Subject: [PATCH] Release cloudfuse 1.7.2 (#386) --- CHANGELOG.md | 10 ++++++++++ build/windows_installer_build.iss | 2 +- build/windows_installer_build_no_gui.iss | 2 +- common/types.go | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ef98eee4..afd1f9f9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Cloudfuse Changelog # +## **1.7.2** ## + +December 11th 2024 +This version is based on [blobfuse2 2.3.2](https://github.com/Azure/azure-storage-fuse/releases/tag/blobfuse2-2.3.2) (upstream). + +### Bug Fixes ### + +- [#379](https://github.com/Seagate/cloudfuse/pull/379) Fix race conditions in file cache +- [#370](https://github.com/Seagate/cloudfuse/pull/370) Fix writing file with append flag + ## **1.7.1** ## November 8th 2024 diff --git a/build/windows_installer_build.iss b/build/windows_installer_build.iss index 448e61e70..f223cc27e 100644 --- a/build/windows_installer_build.iss +++ b/build/windows_installer_build.iss @@ -3,7 +3,7 @@ ; https://jrsoftware.org/ishelp/index.php #define MyAppName "Cloudfuse" -#define MyAppVersion "1.7.1" +#define MyAppVersion "1.7.2" #define MyAppPublisher "SEAGATE TECHNOLOGY LLC" #define MyAppURL "https://github.com/Seagate/cloudfuse" #define MyAppExeName "cloudfuseGUI.exe" diff --git a/build/windows_installer_build_no_gui.iss b/build/windows_installer_build_no_gui.iss index fc07be90c..b6b0a5c4c 100644 --- a/build/windows_installer_build_no_gui.iss +++ b/build/windows_installer_build_no_gui.iss @@ -3,7 +3,7 @@ ; https://jrsoftware.org/ishelp/index.php #define MyAppName "Cloudfuse" -#define MyAppVersion "1.7.1" +#define MyAppVersion "1.7.2" #define MyAppPublisher "SEAGATE TECHNOLOGY LLC" #define MyAppURL "https://github.com/Seagate/cloudfuse" #define MyAppExeCLIName "cloudfuse.exe" diff --git a/common/types.go b/common/types.go index 8987e8818..f23dbfbbd 100644 --- a/common/types.go +++ b/common/types.go @@ -40,7 +40,7 @@ import ( // Standard config default values const ( - cloudfuseVersion_ = "1.7.1" + cloudfuseVersion_ = "1.7.2" DefaultMaxLogFileSize = 512 DefaultLogFileCount = 10