diff --git a/HISTORY.rst b/HISTORY.rst index 3528ce31f..4801a359a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,9 +2,9 @@ History / Changelog =================== ------------------ -HEAD (unreleased) ------------------ +------- +v0.23.0 +------- End-User Summary ================ diff --git a/README.rst b/README.rst index 90aaf97c4..6c09bcf9e 100644 --- a/README.rst +++ b/README.rst @@ -70,5 +70,5 @@ VarFish Data Release Compatibility Table ===================== ============ ============== VarFish DB Downloader Data Release VarFish Server ===================== ============ ============== -v0.2 20201006 <= v0.22.1 +v0.2 20201006 <= v0.23 ===================== ============ ============== diff --git a/docs_manual/admin_upgrade.rst b/docs_manual/admin_upgrade.rst index 2f5c7f993..7ac74145d 100644 --- a/docs_manual/admin_upgrade.rst +++ b/docs_manual/admin_upgrade.rst @@ -6,20 +6,16 @@ Upgrade Varfish Installation This section contains upgrade instructions for upgrading your VarFish Server installation using `VarFish Docker Compose `__. -------------------------------------- -v0.22.1 to v0.23.0 (work in progress) -------------------------------------- - -.. warning:: - - Version v0.23.0 has not been released yet. - We can only provide support once v0.23.0 has been officially released. +------------------ +v0.22.1 to v0.23.0 +------------------ **Summary** - The Docker Compose installer now provides support for setting up CADD score annotation via `cadd-rest-api `__. -- The environment variable ``FIELD_ENCRYPTION_KEY`` **should** be setup properly. +- The environment variable ``FIELD_ENCRYPTION_KEY`` **should** be setup properly by the user. - Two new celery queues are needed: ``maintenance`` and ``export``. +- To enable the new and optional feature for uploading variants to SPANR you have to set the environment variable ``VARFISH_ENABLE_SPANR_SUBMISSION`` to ``1``. Detailed Instructions =====================