From 957e2037cd341230f2018c679da7f6685a252b63 Mon Sep 17 00:00:00 2001
From: Valentin Rigolle <valentin.rigolle@inrae.fr>
Date: Thu, 23 Jan 2025 14:03:13 +0100
Subject: [PATCH] Update default version to 1.4.1

---
 CHANGELOG.md                |  8 ++++++++
 README.md                   | 10 +++++-----
 opensilex-build-step.docker |  2 +-
 opensilex.env               |  4 ++--
 4 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9fdf41e..48618da 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 a136297..770330e 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 28de36c..0979423 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 510ba27..8c70acd 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
-- 
GitLab