Skip to content

Commit

Permalink
Release 0.1.2 (#36)
Browse files Browse the repository at this point in the history
* Release 0.1.2

* Bump version

* Revert change
  • Loading branch information
jfantinhardesty authored Jul 23, 2024
1 parent 8c7eaaa commit bb5976c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Cloudfuse Changelog #
# Nx-Lyve-Cloud-Plugin Changelog #

## **0.1.2** ##

July 23 2024
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 ###

- [#35](https://github.com/Seagate/nx-lyve-cloud-plugin/pull/35) Fix regex for secret and access keys
- [#34](https://github.com/Seagate/nx-lyve-cloud-plugin/pull/34) Allow retrying mount if settings are the same but cloudfuse is not mounted
- [#30](https://github.com/Seagate/nx-lyve-cloud-plugin/pull/30) Select driver letter to mount based on available letters, not just Z:

## **0.1.1** ##

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.1.1
VERSION 0.1.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.1.1",
"version": "0.1.2",
"vendor": "Seagate Technology",
"engineSettingsModel": )json" +
kEngineSettingsModel + R"json(
Expand Down

0 comments on commit bb5976c

Please sign in to comment.