From ea341497708a7fd1369f2bb28285c156104d0094 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Konrad=20Ba=C5=84ka?= Date: Tue, 10 Mar 2020 17:59:12 +0100 Subject: [PATCH] Update git submodules MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * Update docs/submodules/multicloud/k8s.git from branch 'master' to 251c38778c0c499cae61383720dd8b053b16b87e - Handle uncommon format of proper tar archive Provide proper handling of tar archives containing "current directory", but stored in format: ``` . file2.txt dir1/ dir1/file1.txt ``` instead of typical: ``` ./ ./file2.txt ./dir1/ ./dir1/file1.txt ``` Issue-ID: MULTICLOUD-1025 Signed-off-by: Konrad Bańka Change-Id: Ideffd019255a9f2d029527066e5a6a03d45a2d7b --- docs/submodules/multicloud/k8s.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/multicloud/k8s.git b/docs/submodules/multicloud/k8s.git index 42c5cef60..251c38778 160000 --- a/docs/submodules/multicloud/k8s.git +++ b/docs/submodules/multicloud/k8s.git @@ -1 +1 @@ -Subproject commit 42c5cef605d1bade236d64c2d73a062f3f935456 +Subproject commit 251c38778c0c499cae61383720dd8b053b16b87e -- 2.16.6