From d47f0a2709ec908dc804720196046750dc4601b8 Mon Sep 17 00:00:00 2001 From: Michael Habinsky Date: Wed, 8 May 2024 13:30:00 -0600 Subject: [PATCH] Update Changelog and roll to 1.2.0 (#204) --- CHANGELOG.md | 14 ++++++++++++++ build/windows_installer_build.iss | 2 +- common/types.go | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 341eedea3..287d06728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Cloudfuse Changelog # +## **1.2.0** ## + +May 7th 2024 +This version is based on [blobfuse2 2.2.1](https://github.com/Azure/azure-storage-fuse/releases/tag/blobfuse2-2.2.1) (upstream). + +### Changes ### + +- [#197](https://github.com/Seagate/cloudfuse/pull/197) Disable symlinks by default +- [#188](https://github.com/Seagate/cloudfuse/pull/188) Update file size when writing to a file + +### Bug Fixes ### + +- [#199](https://github.com/Seagate/cloudfuse/pull/199) Make Cloudfuse CLI run on other flavors and version of Linux - tested on CentOS + ## **1.1.3** ## April 10th 2024 diff --git a/build/windows_installer_build.iss b/build/windows_installer_build.iss index a03e3899f..0616be7eb 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.1.3" +#define MyAppVersion "1.2.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 817543f83..c345ca369 100644 --- a/common/types.go +++ b/common/types.go @@ -40,7 +40,7 @@ import ( // Standard config default values const ( - cloudfuseVersion_ = "1.1.3" + cloudfuseVersion_ = "1.2.0" DefaultMaxLogFileSize = 512 DefaultLogFileCount = 10