-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #739 from jburel/openmicroscopy_5_6_12
Openmicroscopy 5.6.12
- Loading branch information
Showing
2 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ bf: | |
version: 7.3.1 | ||
|
||
omero: | ||
version: 5.6.11 | ||
version: 5.6.12 | ||
majorversion: 5.6 | ||
insight: | ||
version: 5.8.4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
layout: post | ||
title: Release of OMERO.server 5.6.12 | ||
intro-blurb: The OME team is pleased to announce the release of OMERO.server 5.6.12 | ||
--- | ||
|
||
Today we are releasing OMERO.server 5.6.12 which includes: | ||
|
||
- Handle archive status being populated. Related to https://github.com/ome/omero-web/pull/555 | ||
- Add more tests using the Tables service | ||
- an upgrade of Bio-Formats to version 7.3.1, see the [release announcement]({{ site.baseurl }}/2024/07/11/bio-formats-7-3-1.html). | ||
- an update of IceGrid templates to make OMERO.tables more configurable. | ||
|
||
|
||
**Note:** This upgrade will not invalidate the Bio-Formats Memoizer cache. Please | ||
see the upgrade guide for further information. This upgrade will require an upgrade of OMERO.py to 5.19.4 | ||
to ensure that the Tables service starts as expected. If OMERO.py is not upgraded, the Tables service will | ||
be marked as inactive. | ||
|
||
|
||
### Installing the Software: | ||
|
||
For full details of the changes included in the OMERO 5.6 series see the | ||
[OMERO 5.6.0]({{ site.baseurl }}/2020/01/15/omero-5-6-0.html) release | ||
announcement. Note that the present [list of supported versions](https://omero.readthedocs.io/en/v5.6.11/sysadmins/version-requirements.html) changed in the meantime. Full documentation for this release is available | ||
under <https://omero.readthedocs.io/en/v5.6.11/>. | ||
|
||
This release has been tested with | ||
[OMERO.py 5.19.4](https://pypi.org/project/omero-py/5.19.4/) and | ||
[OMERO.web 5.27.0](https://pypi.org/project/omero-web/5.27.0/). We | ||
recommend that you upgrade OMERO.py and OMERO.web accordingly on your deployments. | ||
|
||
Official Docker images are available as usual on Docker Hub with either | ||
the latest or the 5.6 tag. Both Docker images have been upgraded to Rocky Linux 9: | ||
|
||
* <https://hub.docker.com/r/openmicroscopy/omero-server> | ||
* <https://hub.docker.com/r/openmicroscopy/omero-web-standalone> | ||
|
||
|
||
You are invited to discuss this announcement on | ||
[the image.sc forum](https://forum.image.sc/tags/c/data-management/omero). | ||
|
||
All the best with your upgrades, | ||
|
||
The OME Team |