Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump omero-py to 5.8.2 and omero-web to 5.8.1 #282

Merged
merged 2 commits into from
Oct 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ansible/group_vars/omero-hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
idr_omero_server_release: 5.6.0
omero_server_checkupgrade_comparator: '!='

idr_omero_web_release: 5.8.0
idr_omero_web_release: 5.8.1
# omero-web depends on omero-py but may not pin the latest release
omero_web_python_addons:
- omero-py==5.8.0
- omero-py==5.8.2
# ome.omero_server role installs omero-py but this may not be the latest release
# TODO: This is an internal role variable, replace when we have a proper way
# https://github.com/ome/ansible-role-omero-server/blob/3.1.0/defaults/main.yml#L89
_omero_py_version: ==5.8.0
_omero_py_version: ==5.8.2

# The IDR OMERO server uses a custom IDR build
idr_bf_components:
Expand Down