Skip to content

Commit

Permalink
v0.3.0 based on cloudfuse v1.7.0 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodprocessor authored Nov 7, 2024
1 parent 502aaea commit 6ebbb07
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Nx-Lyve-Cloud-Plugin Changelog #

## **0.3.0** ##

November 6th 2024
This release is packaged with Cloudfuse [v1.7.0](https://github.com/Seagate/cloudfuse/releases/tag/v1.7.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.

## **0.2.2** ##

October 22 2024
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.2
VERSION 0.3.0
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.2",
"version": "0.3.0",
"vendor": "Seagate Technology",
"engineSettingsModel": )json" +
kEngineSettingsModel + R"json(
Expand Down

0 comments on commit 6ebbb07

Please sign in to comment.