From 1036360e2981a2fded550a5ae40adbd927f15f7d Mon Sep 17 00:00:00 2001 From: Tony Fahrion Date: Thu, 25 Jan 2018 18:14:17 +0100 Subject: [PATCH] [incubator/patroni] updates etcd dependency to latest version 0.3.6 (#3399) * [incubator/patroni] updates etcd dependency to latest version 0.3.6 This is just to keep dependencies recent and to escape deprecations from the etcd chart. * [incubator/patroni] bump version to 0.5.1 --- incubator/patroni/Chart.yaml | 2 +- incubator/patroni/requirements.lock | 13 ++++--------- incubator/patroni/requirements.yaml | 2 +- 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/incubator/patroni/Chart.yaml b/incubator/patroni/Chart.yaml index f605754165..bc27ff29c9 100644 --- a/incubator/patroni/Chart.yaml +++ b/incubator/patroni/Chart.yaml @@ -1,6 +1,6 @@ name: patroni description: 'Highly available elephant herd: HA PostgreSQL cluster.' -version: 0.5 +version: 0.5.1 appVersion: 1.2-p17 home: https://github.com/zalando/patroni sources: diff --git a/incubator/patroni/requirements.lock b/incubator/patroni/requirements.lock index 87c4ee6f3d..1e198ba02b 100644 --- a/incubator/patroni/requirements.lock +++ b/incubator/patroni/requirements.lock @@ -1,14 +1,9 @@ dependencies: - name: etcd repository: https://kubernetes-charts-incubator.storage.googleapis.com/ - tags: null - version: 0.2.1 -- condition: "" - enabled: false - import-values: null - name: zookeeper + version: 0.3.6 +- name: zookeeper repository: https://kubernetes-charts-incubator.storage.googleapis.com/ - tags: null version: 0.2.2 -digest: sha256:eb2ad7cb8f0f4dbf1e6b9a79e3a408a814240a4579d77f4b35b87029b8b04b2c -generated: 2017-10-23T12:09:56.47159975+01:00 \ No newline at end of file +digest: sha256:af5cb9f406a215c54c5b34cfa19091f80ef73a453ee53017767eab5c319e9f51 +generated: 2018-01-22T14:04:57.901835+01:00 diff --git a/incubator/patroni/requirements.yaml b/incubator/patroni/requirements.yaml index 0e1328f608..74c663b5b5 100644 --- a/incubator/patroni/requirements.yaml +++ b/incubator/patroni/requirements.yaml @@ -1,6 +1,6 @@ dependencies: - name: etcd - version: 0.2.1 + version: 0.3.6 repository: https://kubernetes-charts-incubator.storage.googleapis.com/ condition: Etcd.DeployChart - name: zookeeper