summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2014-06-19 14:20:08 -0400
committerMicah Anderson <micah@leap.se>2014-06-19 14:20:08 -0400
commitc62c9c2e63cfc82fc57f321609e407cfeabd9cdf (patch)
treea3d77dd1b06fed8dcf25032ddd154b8fb6963a68 /README.md
parent9198af78956972a01aaf85e19753c5c9e62ea018 (diff)
update known issues to remove service separation issue that was solved,
and bump the version number to 0.5.2. Change-Id: Ie75018bf11583d14dab148732d58d6d50f88dd42 Note: this didn't make it into the tag
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index 297c2720..5477c3ea 100644
--- a/README.md
+++ b/README.md
@@ -33,17 +33,12 @@ Visit https://leap.se/en/docs/get-involved/communication for details on how to c
Known issues
============
-The following issues are known to be there in 0.5.1:
+The following issues are known to be there in 0.5.2:
CouchDB Sync
------------
You can't deploy new couchdb nodes after one or more have been deployed. Make *sure* that you configure and deploy all your couchdb nodes when first creating your provider. The problem is that we dont not have a clean way of adding couch nodes after initial creation of the databases, so any nodes added after result in improperly synchronized data. See Bug [#5601](https://leap.se/code/issues/5601) for more information.
-Service separation
-------------------
-
-. You can't deploy all services to one single node. You need at least to seperate the mx and the webapp node. The reason is because they both use haproxy to query the couch db, and haproxy still doesn't have a way to split up its config files in a .d directory (see: https://leap.se/code/issues/3839)
-
User setup and ssh
------------------