From 502aaea5232f4f16816238a2767348e182ca23f6 Mon Sep 17 00:00:00 2001 From: Michael Habinsky Date: Tue, 22 Oct 2024 11:42:55 -0600 Subject: [PATCH] v0.2.2 (#59) --- CHANGELOG.md | 13 +++++++++++-- src/CMakeLists.txt | 2 +- src/plugin/settings/plugin.cpp | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afa8015..0456c38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 ### diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b741b0b..7b9ff06 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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 diff --git a/src/plugin/settings/plugin.cpp b/src/plugin/settings/plugin.cpp index 2e8a149..d921271 100644 --- a/src/plugin/settings/plugin.cpp +++ b/src/plugin/settings/plugin.cpp @@ -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(