diff --git a/_config.yml b/_config.yml index 491de3309..92ffa1327 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ remote_theme: ELIXIR-Belgium/elixir-toolkit-theme@4.1.0 -current_seek_version: "1.16.1" +current_seek_version: "1.16.2" current_docker_tag: "1.16" plugins: diff --git a/tech/releases/index.md b/tech/releases/index.md index 5ae0bb795..4a4cf3927 100644 --- a/tech/releases/index.md +++ b/tech/releases/index.md @@ -9,6 +9,19 @@ Please see [Getting FAIRDOM-SEEK](/get-seek) for details about installing SEEK. If you have any comments or feedback about a release, then please [Contact Us](/contacting-us). +## Version 1.16.2 + +Release date: _3rd April 2025_ + +A patch release that includes some important bug fixes and improvements, in particular: + +* Updated to use Ruby 3.1.7 as the default. +* Fix an issue with being able to create Samples for Sample Types that aren't visible. +* Added support to simulate [Morpheus](https://morpheus.gitlab.io/) models directly from the browser. +* Fix to filtering SOPs in the dynamic table of DataHub. + +For a full list, see [closed issues for 1.16.2](https://github.com/seek4science/seek/milestone/28?closed=1) + ## Version 1.16.1 Release date: _4th March 2025_ diff --git a/tech/upgrading.md b/tech/upgrading.md index 0089ed14c..136a292c3 100644 --- a/tech/upgrading.md +++ b/tech/upgrading.md @@ -70,17 +70,17 @@ If you have an existing installation linked to our GitHub, you can fetch the files with: git fetch - git checkout v1.16.1 + git checkout v1.16.2 #### Updating using the tarball You can download the file from - You can + You can unpack this file using: - tar zxvf seek-1.16.1.tar.gz + tar zxvf seek-1.16.2.tar.gz mv seek seek-previous - mv seek-1.16.1 seek + mv seek-1.16.2 seek cd seek/ and then copy across your existing filestore and database configuration file @@ -100,7 +100,7 @@ Then the other dependencies can be installed ### Upgrading Ruby -It is necessary to upgrade to Ruby 3.1.4. If you are using [RVM](https://rvm.io/) (according to the [Installation Guide](install) )you should be prompted to install during the standard installation steps that follow. +It is necessary to upgrade to Ruby 3.1.7. If you are using [RVM](https://rvm.io/) (according to the [Installation Guide](install) )you should be prompted to install during the standard installation steps that follow. If you are not prompted you can install with the command: rvm install $(cat .ruby-version)