From 557628a23bf7e1f841b392324687799bc7064d54 Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Wed, 24 Mar 2021 14:59:16 +0100 Subject: [DOC][COMMON] Prepare Honolulu release Updating the documentation and bumping version to 8.0.0 Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux Change-Id: I6f942f1466fed64264c44fb8fc0e1ffc93a98f18 --- kubernetes/common/elasticsearch/requirements.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kubernetes/common/elasticsearch/requirements.yaml') diff --git a/kubernetes/common/elasticsearch/requirements.yaml b/kubernetes/common/elasticsearch/requirements.yaml index 15379e40d7..e25256933f 100644 --- a/kubernetes/common/elasticsearch/requirements.yaml +++ b/kubernetes/common/elasticsearch/requirements.yaml @@ -14,22 +14,22 @@ dependencies: - name: common - version: ~7.x-0 + version: ~8.x-0 repository: 'file://../common' - name: master - version: ~7.x-0 + version: ~8.x-0 repository: 'file://components/master' - name: data - version: ~7.x-0 + version: ~8.x-0 repository: 'file://components/data' condition: elasticsearch.data.enabled,data.enabled - name: curator - version: ~7.x-0 + version: ~8.x-0 repository: 'file://components/curator' condition: elasticsearch.curator.enabled,curator.enabled - name: certInitializer - version: ~7.x-0 + version: ~8.x-0 repository: 'file://../certInitializer' - name: repositoryGenerator - version: ~7.x-0 + version: ~8.x-0 repository: 'file://../repositoryGenerator' -- cgit 1.2.3-korg