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/sdc/requirements.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kubernetes/sdc/requirements.yaml') diff --git a/kubernetes/sdc/requirements.yaml b/kubernetes/sdc/requirements.yaml index aac3d46c2a..7ed88c50cc 100644 --- a/kubernetes/sdc/requirements.yaml +++ b/kubernetes/sdc/requirements.yaml @@ -15,22 +15,22 @@ dependencies: - name: sdc-be - version: ~7.x-0 + version: ~8.x-0 repository: 'file://components/sdc-be' - name: sdc-cs - version: ~7.x-0 + version: ~8.x-0 repository: 'file://components/sdc-cs' - name: sdc-fe - version: ~7.x-0 + version: ~8.x-0 repository: 'file://components/sdc-fe' - name: sdc-onboarding-be - version: ~7.x-0 + version: ~8.x-0 repository: 'file://components/sdc-onboarding-be' - name: sdc-wfd-be - version: ~7.x-0 + version: ~8.x-0 repository: 'file://components/sdc-wfd-be' condition: sdc-wfd.enabled - name: sdc-wfd-fe - version: ~7.x-0 + version: ~8.x-0 repository: 'file://components/sdc-wfd-fe' - condition: sdc-wfd.enabled \ No newline at end of file + condition: sdc-wfd.enabled -- cgit 1.2.3-korg