From 8cedcb6bcdf3aed186419ac160b3d87a15ddba25 Mon Sep 17 00:00:00 2001 From: Ihor Aleksandrychiev Date: Fri, 10 Jul 2026 17:16:55 +0300 Subject: [PATCH] Reverted masterfiles module back to 3.27.1 Ticket: ENT-14253 Signed-off-by: Ihor Aleksandrychiev --- cfbs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cfbs.json b/cfbs.json index 77be98c..5ecc986 100644 --- a/cfbs.json +++ b/cfbs.json @@ -1192,10 +1192,10 @@ "tags": ["supported", "base"], "repo": "https://github.com/cfengine/masterfiles", "by": "https://github.com/cfengine", - "version": "3.28.0", - "commit": "e3ce18b0f05409a7dad5a977d1d7551907feb027", + "version": "3.27.1", + "commit": "15d8ca2ca951db3ddf197b90c9dea6ef75f5fa89", "steps": [ - "run EXPLICIT_VERSION=3.28.0 EXPLICIT_RELEASE=1 ./prepare.sh -y", + "run EXPLICIT_VERSION=3.27.1 EXPLICIT_RELEASE=1 ./prepare.sh -y", "copy ./ ./" ] },