From 546d3f0393e607666035f3dc22ffe525cf070027 Mon Sep 17 00:00:00 2001 From: Nicolas Maillat Date: Wed, 17 Jul 2024 17:47:22 +0200 Subject: [PATCH] Release of 4.1.9 version (#4533) * Update .env * Update CHANGELOG.md 4.1.9 --- .env | 2 +- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/.env b/.env index c34015c019..04b50a5b90 100644 --- a/.env +++ b/.env @@ -143,7 +143,7 @@ PHRASEANET_DOCKER_REGISTRY=local # Docker images tag. # @run -PHRASEANET_DOCKER_TAG=4.1.8 +PHRASEANET_DOCKER_TAG=4.1.9 # Stack Name # An optionnal Name for the stack diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b385d77d5..acd2ae9f2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # CHANGELOG +## 4.1.9 + +### Update instructions + +- Migration patch: + - Migration script for configuration file + + `bin/setup system:upgrade`, ran by setup container with Docker if env `PHRASEANET_UPGRADE=1 ` + +### Version summary + - Fix for Verisign PDF + - Expiring right to core + - New Api endpoint admin + +### Stack (docker compose and helm) + + - No change + +## What's Changed +* PHRAS-4083_searchraw-limit-offset-to-result by @jygaulier in https://github.com/alchemy-fr/Phraseanet/pull/4528 +* PHRAS-4082: Github action - Check the push image method by @aynsix in https://github.com/alchemy-fr/Phraseanet/pull/4530 +* PHRAS-4086_pdftotext-exception by @jygaulier in https://github.com/alchemy-fr/Phraseanet/pull/4532 +* PHRAS-4078_ExpiringRight-to-core by @jygaulier in https://github.com/alchemy-fr/Phraseanet/pull/4526 +* PHRAS-4085_data-volumes-api by @jygaulier in https://github.com/alchemy-fr/Phraseanet/pull/4529 + + +**Full Changelog**: https://github.com/alchemy-fr/Phraseanet/compare/4.1.8...4.1.9 + +___ ## 4.1.8 ### Update instructions