Skip to content

Commit

Permalink
v0.2.2 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodprocessor authored Oct 22, 2024
1 parent 6007dea commit 502aaea
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Nx-Lyve-Cloud-Plugin Changelog #

## **0.2.2** ##

October 22 2024
This release is packaged with Cloudfuse [v1.6.0](https://github.com/Seagate/cloudfuse/releases/tag/v1.6.0).
This release includes all features planned for the 1.0.0 release of the nx-lyve-cloud-plugin, which will be released after additional bug fixes and testing.

### Changes ###

- [#57](https://github.com/Seagate/nx-lyve-cloud-plugin/pull/57) Add advanced option to set bucket capacity

## **0.2.1** ##

August 29 2024
Expand All @@ -11,8 +21,7 @@ This release includes all features planned for the 1.0.0 release of the nx-lyve-
- [#47](https://github.com/Seagate/nx-lyve-cloud-plugin/pull/47) Allow config template to be modified by user
- [#52](https://github.com/Seagate/nx-lyve-cloud-plugin/pull/52) Provide status feedback directly in settings UI
- [#45](https://github.com/Seagate/nx-lyve-cloud-plugin/pull/45) Write cloudfuse log output to a file (~/.cloudfuse/cloudfuse.log) instead of syslog
- [#50](https://github.com/Seagate/nx-lyve-cloud-plugin/pull/50) Write plugin log output to a
file (nx_ini/mediaserver_stderr.log)
- [#50](https://github.com/Seagate/nx-lyve-cloud-plugin/pull/50) Write plugin log output to a file (nx_ini/mediaserver_stderr.log)

### Bug Fixes ###

Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif()

project(
cloudfuse_plugin
VERSION 0.2.1
VERSION 0.2.2
DESCRIPTION "VMS Plugin for Lyve Cloud"
HOMEPAGE_URL "https://github.com/Seagate/nx-lyve-cloud-plugin"
LANGUAGES CXX
Expand Down
2 changes: 1 addition & 1 deletion src/plugin/settings/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ std::string Plugin::manifestString() const
instanceId() + R"json(",
"name": "Lyve Cloud Backup Storage",
"description": "Connect a cloud storage container as a backup location.",
"version": "0.2.1",
"version": "0.2.2",
"vendor": "Seagate Technology",
"engineSettingsModel": )json" +
kEngineSettingsModel + R"json(
Expand Down

0 comments on commit 502aaea

Please sign in to comment.