Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 1.36 KB

CHANGES.md

File metadata and controls

33 lines (23 loc) · 1.36 KB

Changes in Version 4

Summary of breaking changes

  • Python 2 support is now dropped
  • omero_web_python_requirements_ice_package is now a nested dictionary to support multiple versions per distribution

Removed variables

  • omero_web_python3: the role only installs OMERO.web with Python 3

Changes in Version 3

Summary of breaking changes

  • Default to installing and running under Python 3.6. Set omero_web_python3: false to use Python 2.7.
  • /opt/omero/web/OMERO.web/ is a directory not a symlink.
  • The virtualenv path is /opt/omero/web/venv3 and does not include system-site-packages.
  • Home directory of omero_web_system_user is changed from /opt/omero/web to /opt/omero/web/OMERO.web/var. This increases security by restricting the directories that are writeable by omero_web_system_user.
  • The omero-web-apps role has been merged into this role.
  • omero_web_release does not support latest, only present and full versions.

Removed variables

  • omero_web_ice_version: This is now an internal variable and must always be 3.6.

Changes in Version 2

Removed variables

  • omero_web_upgrade: This variable is now an internal variable. Upgrades are automatically executed depending on the value of omero_web_release which can be set to present, latest or a fixed version.