Skip to content

Commit

Permalink
Roll to version 1.1.3 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodprocessor authored Apr 11, 2024
1 parent dc86244 commit 5621e19
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 12 deletions.
34 changes: 24 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
# Cloudfuse Changelog #

## **1.1.3** ##

April 10th 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 ###

- [#159](https://github.com/Seagate/cloudfuse/pull/159) Add instructions to install Cloudfuse as a service on Linux using systemd

### Bug Fixes ###

- [#167](https://github.com/Seagate/cloudfuse/pull/167) GUI: Fix bug where GUI can not find Cloudfuse CLI
- [#181](https://github.com/Seagate/cloudfuse/pull/181) Fix: Renaming a directory leaves behind an empty source directory in file cache

## **1.1.2** ##

March 14th 2024
March 14th 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 ###
Expand All @@ -23,7 +37,7 @@ This version is based on [blobfuse2 2.2.1](https://github.com/Azure/azure-storag

## **1.1.1** ##

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

### Bug Fixes ###
Expand All @@ -32,7 +46,7 @@ This version is based on [blobfuse2 2.2.0](https://github.com/Azure/azure-storag

## **1.1.0** ##

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

### Changes ###
Expand All @@ -43,7 +57,7 @@ This version is based on [blobfuse2 2.2.0](https://github.com/Azure/azure-storag

## **1.0.1** ##

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

### Bug Fixes ###
Expand All @@ -53,7 +67,7 @@ This version is based on [blobfuse2 2.1.2](https://github.com/Azure/azure-storag

## **1.0.0** ##

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

### Changes ###
Expand All @@ -72,7 +86,7 @@ This version is based on [blobfuse2 2.1.2](https://github.com/Azure/azure-storag

## **0.3.0** ##

December 20th 2023
December 20th 2023
This version is based on [blobfuse2 2.1.2](https://github.com/Azure/azure-storage-fuse/releases/tag/blobfuse2-2.1.2) (upstream).

### Changes ###
Expand All @@ -92,7 +106,7 @@ This version is based on [blobfuse2 2.1.2](https://github.com/Azure/azure-storag

## **0.2.1** ##

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

### Changes ###
Expand All @@ -105,7 +119,7 @@ This version is based on [blobfuse2 2.1.2](https://github.com/Azure/azure-storag

## **0.2.0** ##

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

### Features ###
Expand All @@ -121,8 +135,8 @@ This version is based on [blobfuse2 2.1.0](https://github.com/Azure/azure-storag

## **0.1.0** ##

October 19th 2023
This release includes all features planned for the 1.0.0 release of cloudfuse, which will be released after additional bug fixes.
October 19th 2023
This release includes all features planned for the 1.0.0 release of cloudfuse, which will be released after additional bug fixes.
This version is based on [blobfuse2 2.1.0](https://github.com/Azure/azure-storage-fuse/releases/tag/blobfuse2-2.1.0) (upstream).

### Features ###
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.1.2"
#define MyAppVersion "1.1.3"
#define MyAppPublisher "SEAGATE TECHNOLOGY LLC"
#define MyAppURL "https://github.com/Seagate/cloudfuse"
#define MyAppExeName "cloudfuseGUI.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.1.2"
cloudfuseVersion_ = "1.1.3"

DefaultMaxLogFileSize = 512
DefaultLogFileCount = 10
Expand Down

0 comments on commit 5621e19

Please sign in to comment.