Skip to content
Snippets Groups Projects
Commit 2a173ab3 authored by Arnaud Charleroy's avatar Arnaud Charleroy
Browse files

Merge branch 'feature/valentin/1.4.1' into 'main'

Update default version to 1.4.1

See merge request !11
parents 73b030ec 957e2037
No related branches found
No related tags found
1 merge request!11Update default version to 1.4.1
......@@ -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
......
......@@ -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)
......
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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment