From b6c7b9b1275da8bbfb09dbf2136e7bb775181b56 Mon Sep 17 00:00:00 2001 From: nickboldt Date: Thu, 7 Oct 2021 10:34:37 -0300 Subject: [PATCH] fix: CRW-2345 add mappings for DEV_WORKSPACE_CONTROLLER_VERSION for 2.13+, aligned to v0.9.0 Change-Id: I78ed576d08b16d25f3bd64566975af943c907db1 Signed-off-by: nickboldt --- dependencies/job-config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dependencies/job-config.json b/dependencies/job-config.json index a8e9f9218..6d2646098 100644 --- a/dependencies/job-config.json +++ b/dependencies/job-config.json @@ -1080,6 +1080,10 @@ "2.13": "next", "2.x": "next" }, + "DEV_WORKSPACE_CONTROLLER_VERSION": { + "2.13": "v0.9.0", + "2.x": "v0.9.0" + }, "DEV_HEADER_REWRITE_TRAEFIK_PLUGIN": { "2.11": "v0.1.2", "2.12": "v0.1.2",