Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

remote_theme: ELIXIR-Belgium/[email protected]

current_seek_version: "1.16.1"
current_seek_version: "1.16.2"
current_docker_tag: "1.16"

plugins:
Expand Down
13 changes: 13 additions & 0 deletions tech/releases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down
10 changes: 5 additions & 5 deletions tech/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://github.com/seek4science/seek/archive/v1.16.1.tar.gz> You can
<https://github.com/seek4science/seek/archive/v1.16.2.tar.gz> 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
Expand All @@ -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)
Expand Down