From 51cbc599aec3d3dc9d73cc78927e5d14f0594620 Mon Sep 17 00:00:00 2001 From: James Fantin-Hardesty <24646452+jfantinhardesty@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:15:18 -0700 Subject: [PATCH] release 0.3.2 --- CHANGELOG.md | 10 ++++++++++ src/CMakeLists.txt | 2 +- src/plugin/settings/plugin.cpp | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ead9bb..aadcff8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Nx-Lyve-Cloud-Plugin Changelog # +## **0.3.2** ## + +November 18th 2024 +This release is packaged with Cloudfuse [v1.7.1](https://github.com/Seagate/cloudfuse/releases/tag/v1.7.1). +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. + +### Bug Fixes ### + +- [#63](https://github.com/Seagate/nx-lyve-cloud-plugin/pull/63) Improve template config error handling + ## **0.3.1** ## November 8th 2024 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c42f234..4877b39 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -9,7 +9,7 @@ endif() project( cloudfuse_plugin - VERSION 0.3.1 + VERSION 0.3.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 8c15aa7..2acff03 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.3.1", + "version": "0.3.2", "vendor": "Seagate Technology", "engineSettingsModel": )json" + kEngineSettingsModel + R"json(