From 6c3ba29160f733b7555b2d760c35b54110eee929 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Konrad=20Ba=C5=84ka?= Date: Wed, 12 May 2021 18:45:26 +0200 Subject: [PATCH] Add k8splugin releases file for 0.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Releasing image containing Helm3 migration commit, that also fixes issue with healthcheck API linked below. Additionaly it contains DeletePropagationPolicy fix. Issue-ID: MULTICLOUD-1295 Issue-ID: MULTICLOUD-1338 Issue-ID: MULTICLOUD-1348 Signed-off-by: Konrad Bańka Change-Id: Iac2774fee966054667d6b89504e815d446481362 --- releases/0.8.2-container.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releases/0.8.2-container.yaml diff --git a/releases/0.8.2-container.yaml b/releases/0.8.2-container.yaml new file mode 100644 index 00000000..82cd391c --- /dev/null +++ b/releases/0.8.2-container.yaml @@ -0,0 +1,8 @@ +distribution_type: 'container' +container_release_tag: '0.8.2' +project: 'multicloud-k8s' +log_dir: 'multicloud-k8s-honolulu-docker-golang-shell-daily/28/' +ref: 1f1a909349d0e53d3b3764fad9fe7781a70fc73d +containers: + - name: 'multicloud/k8s' + version: '0.8.2-SNAPSHOT' -- 2.16.6