diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fdf41e8a839215a18f4d969f38a910d4495c874..48618da059b9bfcceaa65d0c2df9ba7c16299433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.4.1] - 2025-01-23 + +- Update Opensilex version to 1.4.1 + - See the [1.4.0 version changelog](https://github.com/OpenSILEX/opensilex/releases/tag/1.4.0) + - See the [1.4.1 version changelog](https://github.com/OpenSILEX/opensilex/releases/tag/1.4.1) +- Update Opensilex docker base image from `9.0.89-jre11-temurin-jammy` + to `tomcat:9.0.98-jre17-temurin-noble` +- Update RDF4J docker from 3.7.7 to 5.0.3 ## [1.3.3] - 2024-07-25 diff --git a/README.md b/README.md index a13629729e58f1b02cbe64ee1c1db491ea147dc2..770330efd8855d747eda272cf3f40b549bcd1614 100644 --- a/README.md +++ b/README.md @@ -77,9 +77,9 @@ Following commands should work from everywhere in your system without errors: - Mandatory softwares : - - RDF4J - 3.7.7 + - RDF4J - 5.0.3 - MongoDB - 5.0.28 - - OpenSILEX - 1.3.3 + - OpenSILEX - 1.4.1 - Other managements softwares : - mongo-express (A web based gui for mongo) - 1.0.2-20 @@ -91,14 +91,14 @@ If you want to contibute to the project by declaring a bug or submit a new fonct ## Installation steps -This docker version is related to <a href="https://github.com/OpenSILEX/opensilex/releases/tag/1.3.3" target="_blank">1.3.3 OpenSILEX version</a> +This docker version is related to <a href="https://github.com/OpenSILEX/opensilex/releases/tag/1.4.1" target="_blank">1.4.1 OpenSILEX version</a> ### Fresh new install (compose v2) Clone the repository to in order to get the project. ```bash -git clone --branch 1.3.3 https://forgemia.inra.fr/OpenSILEX/opensilex-docker-compose +git clone --branch 1.4.1 https://forgemia.inra.fr/OpenSILEX/opensilex-docker-compose cd opensilex-docker-compose ``` @@ -263,7 +263,7 @@ First, go to the previous directory and get the actual version of the repository ```bash # Go inside opensilex-docker-compose directory -git checkout 1.3.3 +git checkout 1.4.1 ``` #### From previous version 1.0.0-rc+5.2 (compose v2) diff --git a/opensilex-build-step.docker b/opensilex-build-step.docker index 28de36cf8278e174afc406d324c3276a1419d629..0979423cc3a40e2cfa81954b77ca6c7bb5eb9687 100644 --- a/opensilex-build-step.docker +++ b/opensilex-build-step.docker @@ -1,4 +1,4 @@ -FROM tomcat:9.0.89-jre11-temurin-jammy +FROM tomcat:9.0.98-jre17-temurin-noble ARG OPENSILEX_RELEASE_TAG=$OPENSILEX_RELEASE_TAG ARG INTERNAL_DATA_DIRECTORY=$INTERNAL_DATA_DIRECTORY diff --git a/opensilex.env b/opensilex.env index 510ba276813243905b7c8d4cc3f2ab718af29ed4..8c70acd9c2c409cdeec53a5ee9c439a9911cbaab 100644 --- a/opensilex.env +++ b/opensilex.env @@ -35,8 +35,8 @@ OPENSILEX_START_CMD=./bin/opensilex.sh server start --host=localhost --port=8081 # VERSIONS HAPROXY_IMAGE_VERSION=3.0.3 -OPENSILEX_RELEASE_TAG=1.3.3 -RDF4J_IMAGE_VERSION=3.7.7 +OPENSILEX_RELEASE_TAG=1.4.1 +RDF4J_IMAGE_VERSION=5.0.3 MONGO_IMAGE_VERSION=5.0.28 #Mongo express MONGO_EXPRESS_IMAGE_VERSION=1.0.2-20-alpine3.19