Skip to content

Commit

Permalink
v1.7.0 (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodprocessor authored Nov 6, 2024
1 parent 2041061 commit 258c019
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Cloudfuse Changelog #

## **1.7.0** ##

November 6th 2024
This version is based on [blobfuse2 2.3.2](https://github.com/Azure/azure-storage-fuse/releases/tag/blobfuse2-2.3.2) (upstream).

### Changes ###

- [#358](https://github.com/Seagate/cloudfuse/pull/358) Use Lyve Cloud bucket size by default for StatFs

### Bug Fixes ###

- [#358](https://github.com/Seagate/cloudfuse/pull/358) Fix StatFs used capacity math bug in file cache

## **1.6.1** ##

October 31st 2024
Expand Down
2 changes: 1 addition & 1 deletion build/windows_installer_build.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
; https://jrsoftware.org/ishelp/index.php

#define MyAppName "Cloudfuse"
#define MyAppVersion "1.6.1"
#define MyAppVersion "1.7.0"
#define MyAppPublisher "SEAGATE TECHNOLOGY LLC"
#define MyAppURL "https://github.com/Seagate/cloudfuse"
#define MyAppExeName "cloudfuseGUI.exe"
Expand Down
2 changes: 1 addition & 1 deletion build/windows_installer_build_no_gui.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
; https://jrsoftware.org/ishelp/index.php

#define MyAppName "Cloudfuse"
#define MyAppVersion "1.6.1"
#define MyAppVersion "1.7.0"
#define MyAppPublisher "SEAGATE TECHNOLOGY LLC"
#define MyAppURL "https://github.com/Seagate/cloudfuse"
#define MyAppExeCLIName "cloudfuse.exe"
Expand Down
2 changes: 1 addition & 1 deletion common/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import (

// Standard config default values
const (
cloudfuseVersion_ = "1.6.1"
cloudfuseVersion_ = "1.7.0"

DefaultMaxLogFileSize = 512
DefaultLogFileCount = 10
Expand Down

0 comments on commit 258c019

Please sign in to comment.