From fb3627cd61821258e19e7c35264d284a54782f5e Mon Sep 17 00:00:00 2001 From: Michael Habinsky Date: Wed, 3 Jul 2024 11:32:49 -0600 Subject: [PATCH] Roll to 2.3.0 and update changelog (#272) --- CHANGELOG.md | 12 ++++++++++++ build/windows_installer_build.iss | 2 +- common/types.go | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3278a337..9e8cf064d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Cloudfuse Changelog # +## **1.3.0** ## + +July 3rd 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 ### + +- [#219](https://github.com/Seagate/cloudfuse/pull/219) Improve performance with Windows Explorer +- [#212](https://github.com/Seagate/cloudfuse/pull/212) Detect region from endpoint by default +- [#237](https://github.com/Seagate/cloudfuse/pull/237) Allow empty bucket-name and default to the first accessible s3 bucket +- [#238](https://github.com/Seagate/cloudfuse/pull/238) Use base64 encoding for config passphrase + ## **1.2.0** ## May 7th 2024 diff --git a/build/windows_installer_build.iss b/build/windows_installer_build.iss index 0616be7eb..99aa40304 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.2.0" +#define MyAppVersion "1.3.0" #define MyAppPublisher "SEAGATE TECHNOLOGY LLC" #define MyAppURL "https://github.com/Seagate/cloudfuse" #define MyAppExeName "cloudfuseGUI.exe" diff --git a/common/types.go b/common/types.go index 41f7e8857..3af1d260c 100644 --- a/common/types.go +++ b/common/types.go @@ -40,7 +40,7 @@ import ( // Standard config default values const ( - cloudfuseVersion_ = "1.2.0" + cloudfuseVersion_ = "1.3.0" DefaultMaxLogFileSize = 512 DefaultLogFileCount = 10