From 91770a5791164135adac9eded9d4ce7821a70479 Mon Sep 17 00:00:00 2001 From: Gigin George Date: Tue, 5 Oct 2021 20:27:56 +0530 Subject: [PATCH] Add UPGRADING.md --- UPGRADING.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 UPGRADING.md diff --git a/UPGRADING.md b/UPGRADING.md new file mode 100644 index 00000000000..d1cbacc000e --- /dev/null +++ b/UPGRADING.md @@ -0,0 +1,17 @@ +--- +id: upgrading +title: Upgrading Guide +sidebar_label: Upgrading +--- + +## Breaking changes + +These are a list of changes that should be accounted for when upgrading an existing installation of Care. If you +encounter any problems while following these instructions, please [create a new issue](https://github.com/coronasafe/care_fe/issues/new/choose) +on our Github repo. + +Breaking Changes before **September Minor Release v11.2** are not yet documented + +#### October Minor Release v11.3 + +Introduced Whitelabelling with .env files. Forks that have been whitelabelled will need to refactor to use the .env files instead. We recommend injecting the .env files on build to avoid conflicts in the future