Skip to content

Instantly share code, notes, and snippets.

@jerith
Created February 5, 2016 11:21
Show Gist options
  • Select an option

  • Save jerith/2b4488d2a46a5d67d946 to your computer and use it in GitHub Desktop.

Select an option

Save jerith/2b4488d2a46a5d67d946 to your computer and use it in GitHub Desktop.
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..54c7051
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,11 @@
+## 0.1.1 - 2016-02-05
+
+### Fixes
+* `gluster_peer` and `gluster_volume` now autorequire `Package[gluster-server]`.
+* `gluster_volume` now autorequires the parent directories of any bricks on the
+ current node.
+
+## 0.1.0 - 2016-02-04
+**Initial release**
+* `gluster_peer` resource to configure cluster peers
+* `gluster_volume` resource to create volumes
diff --git a/metadata.json b/metadata.json
index b79797c..ff9780a 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "praekeltfoundation-gluster",
- "version": "0.1.0",
+ "version": "0.1.1",
"author": "Jeremy Thurgood",
"summary": "Basic module to manage Gluster",
"license": "BSD-3-Clause",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment