summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-01-14 20:49:04 +0100
committermh <mh@immerda.ch>2013-01-14 20:49:04 +0100
commita7d70747b8c17969a18c94939e03df4aabfee6b7 (patch)
tree9d516ce5fe3ce8ac8602d0cc01d82ed6010ac296
parentaa67866aa732b99e8ba545d4a545e2ec19fef9fd (diff)
notes about upgrading to 0.0.8
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 97a81c7..339153d 100644
--- a/README.md
+++ b/README.md
@@ -125,6 +125,15 @@ to address.
Simply build and install the gem.
+## Update & Changes
+
+### to 0.0.8
+
+1. be sure to update as well the moneta gem, trocla now uses the official moneta releases and supports current avaiable versions.
+1. Options for moneta's backends have changed. For example, if you are using the yaml-backend you will likely need to change the adapter option `:path:` to `:file:` to match moneta's new API.
+1. SECURITY: Previous versions of trocla used quite a simple random generator. Especially in combination with the puppet `fqdn_rand` function, you likely have very predictable random passwords and I recommend you to regenerate all randomly generated passwords! Now!
+1. We now support reading passwords from files, which means that you can now also easily add multi-line passwords. Have a look at the documentation above.
+
## Contributing to trocla
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet