You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-8Lines changed: 16 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,25 @@
13
13
14
14
### Stack (Docker Compose and Helm)
15
15
16
-
- RabbitMQ image version can be set in .env and bumped to 4.1.0
17
-
- Introducing a stack_management script for Linux and Macos performing a clean stop of db container
16
+
- The RabbitMQ image version can be set in the .env file and updated to 4.1.0-management.
17
+
- Introducing a stack_management script, a shortcut for the stack only for Linux and macOS hosts.
18
+
- The Minimum required Docker and Docker compose version are now `docker >=27.3.1` and `compose >= 2.30.3`
19
+
- Defining Elasticsearch ulimits.
18
20
19
21
### Version Summary
20
-
21
-
To do
22
-
22
+
23
+
- New API routes for retrieving a story from records.
24
+
- Bug fix on story title.
25
+
- ImageMagick policies are applied in the fpm container
26
+
23
27
## What's Changed
24
-
25
-
* PHRAS-4151_stories-reference-in-api by @jygaulier in https://github.com/alchemy-fr/Phraseanet/pull/4602
26
-
* PHRAS-4153: Rabbitmq : Update rabbitmq to 4.1.0 to fix CVE-2025-32433 by @aynsix in https://github.com/alchemy-fr/Phraseanet/pull/4601
28
+
* PHRAS-4151_stories-reference-in-api by @jygaulier in https://github.com/alchemy-fr/Phraseanet/pull/4602
29
+
* PHRAS-4153: Rabbitmq : Update rabbitmq to 4.1.0 to fix CVE-2025-32433 by @aynsix in https://github.com/alchemy-fr/Phraseanet/pull/4601
30
+
* PHRAS-4154 imageMagick policies management in FPM container by @nmaillat in https://github.com/alchemy-fr/Phraseanet/pull/4604
31
+
* PHRAS-4156 Redis image tag from env and others docker stacks fix by @nmaillat in https://github.com/alchemy-fr/Phraseanet/pull/4608
32
+
* PHRAS-4157 Add Elasticsearch ulimits inside docker-compose.datastores.yml by @gjacobjn in https://github.com/alchemy-fr/Phraseanet/pull/4612
33
+
* PHRAS-4158: Prod - Story -Story title is Nok when is not thumbtitle="1" by @aynsix in https://github.com/alchemy-fr/Phraseanet/pull/4614
34
+
* PHRAS-4149 stack management by @nmaillat in https://github.com/alchemy-fr/Phraseanet/pull/4615
Copy file name to clipboardExpand all lines: README.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,10 +211,6 @@ this script work only Linux and MacOS.
211
211
212
212
This script wrapping standard oprations for the stack, using standard docker compose cmd and take in account `.env` and `env.local | .env.local` files.
213
213
214
-
215
-
The `stop` operation is the most critical function of the script, as it ensures a clean shutdown
216
-
of the database container before stopping the entire stack.
217
-
218
214
This script is useful if you are using the database container within the stack.
219
215
220
216
see more here 
0 commit comments