From e41494ad1b5a5a15b876987c998e55ce05a9e6af Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Fri, 20 Oct 2023 08:55:11 +0200 Subject: [PATCH] config: remove compose_v1_version This param was unused Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- hugo.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/hugo.yaml b/hugo.yaml index 3ec30fc2e6..bfd05aeb4c 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -92,7 +92,6 @@ params: latest_engine_api_version: "1.43" docker_ce_version: "24.0.6" - compose_v1_version: "1.29.2" compose_version: "v2.23.0" compose_file_v3: "3.8" compose_file_v2: "2.4"