1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-18 07:52:23 +01:00

updates changelog with instructions about synchro of projects with Openlab Projects, to fix potential corrupted projects

This commit is contained in:
Nicolas Florentin 2022-04-20 15:30:23 +02:00
parent 432bcdd521
commit 9344f499ef

View File

@ -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