From 9344f499ef2d7c6fe64155da65fdeef5a0c25aef Mon Sep 17 00:00:00 2001 From: Nicolas Florentin Date: Wed, 20 Apr 2022 15:30:23 +0200 Subject: [PATCH] updates changelog with instructions about synchro of projects with Openlab Projects, to fix potential corrupted projects --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e2474c3..578ec1241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog Fab-manager - Fix a security issue: updated async to 2.6.4 to fix [CVE-2021-43138](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43138) +- Fix a bug on OpenLab Projects, if you are using OpenLab Projects, please follow the following TODO DEPLOY +- [TODO DEPLOY] `rails runner 'Project.all.each { |pr| pr.openlab_create }'` +- [TODO DEPLOY] wait 1 minute +- [TODO DEPLOY] `rails runner 'Project.all.each { |pr| pr.openlab_update }'` ## v5.3.11 2022 April 15