From f86e647962c1c67d7b11fc2d4600c3e0aa517e7c Mon Sep 17 00:00:00 2001 From: Michael Habinsky Date: Wed, 28 Aug 2024 15:32:34 -0600 Subject: [PATCH] Roll to v1.5.0 and update Changelog (#311) --- 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 8cee087f8..38674653f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Cloudfuse Changelog # +## **1.5.0** ## + +August 28th 2024 +This version is based on [blobfuse2 2.3.0](https://github.com/Azure/azure-storage-fuse/releases/tag/blobfuse2-2.3.0) (upstream). + +### Changes ### + +- [#307](https://github.com/Seagate/cloudfuse/pull/307) Allow all users to write to the mount by default (Windows only) +- [#309](https://github.com/Seagate/cloudfuse/pull/309) Uninstaller now removes WinFSP (Windows only) + ## **1.4.0** ## August 7th 2024 diff --git a/build/windows_installer_build.iss b/build/windows_installer_build.iss index bc0d4e353..1eb94d2b7 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.4.0" +#define MyAppVersion "1.5.0" #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 392720808..ed19a9429 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.4.0" +#define MyAppVersion "1.5.0" #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 0220d7d0c..bee22e40c 100644 --- a/common/types.go +++ b/common/types.go @@ -40,7 +40,7 @@ import ( // Standard config default values const ( - cloudfuseVersion_ = "1.4.0" + cloudfuseVersion_ = "1.5.0" DefaultMaxLogFileSize = 512 DefaultLogFileCount = 10