Release 1.5.4 (#931)

* Bump version
* Update release notes
* Make it possible to configure registration of Service in Consul via env variables
This commit is contained in:
Alexander Kukushkin
2019-01-15 12:14:19 +01:00
committed by GitHub
parent 71dae6a905
commit 381a5b80d2
8 changed files with 73 additions and 4 deletions
+1
View File
@@ -51,6 +51,7 @@ class TestConfig(unittest.TestCase):
'PATRONI_ETCD_CERT': '/cert',
'PATRONI_ETCD_KEY': '/key',
'PATRONI_CONSUL_HOST': '127.0.0.1:8500',
'PATRONI_CONSUL_REGISTER_SERVICE': 'on',
'PATRONI_KUBERNETES_LABELS': 'a:b:c',
'PATRONI_KUBERNETES_SCOPE_LABEL': 'a',
'PATRONI_KUBERNETES_PORTS': '[{"name": "postgresql"}]',