From 6131270b1df68461ee5a9f18afb4daf9eede883b Mon Sep 17 00:00:00 2001 From: PCoder Date: Mon, 25 May 2020 11:44:07 +0530 Subject: [PATCH] Update Changelog for 2.10.7 --- Changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog b/Changelog index 00d84edf..5068197e 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,13 @@ +2.10.7: 2020-05-25 + * Bugfix: Handle VM templates deleted in OpenNebula but VM instances still existing (MR!736) + Notes for deployment: + When deploying define a UPDATED_TEMPLATES string represented dictionary value in .env +``` + # Represents Template Ids that were + # deleted and the new template Id to look for the template + # definition + UPDATED_TEMPLATES="{1: 100}" +``` 2.10.6: 2020-03-25 * Bugfix: Handle Nonetype for discount's name (MR!735) 2.10.5: 2020-03-17