Skip to content

Commit 803a7cb

Browse files
committed
4.1.19 release WIP
1 parent ca9498b commit 803a7cb

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ PHRASEANET_DOCKER_REGISTRY=alchemyfr
154154

155155
# Docker images tag.
156156
# @run
157-
PHRASEANET_DOCKER_TAG=4.1.18
157+
PHRASEANET_DOCKER_TAG=4.1.19
158158

159159
# Stack Name
160160
# An optionnal Name for the stack

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# CHANGELOG
22

3+
## 4.1.19
4+
5+
#### Phraseanet Upgrade
6+
7+
- **Phraseanet Migration Patch**:
8+
- A migration script for the configuration file is available. Run the following command in the setup container with Docker if the environment variable `PHRASEANET_UPGRADE=1` is set:
9+
```
10+
bin/setup system:upgrade
11+
```
12+
13+
14+
### Stack (Docker Compose and Helm)
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
18+
19+
### Version Summary
20+
21+
To do
22+
23+
## What's Changed
24+
25+
To do
26+
27+
__
328
## 4.1.18
429
530
#### Phraseanet Upgrade

infra/helm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> [!IMPORTANT]
44
> Helm charts included in this repositorie have been moved here
5-
> https://github.com/alchemy-fr/alchemy-helm-charts-repo/tree/main/charts/phraseanet
5+
> https://github.com/alchemy-fr/phraseanet-helm-charts
66
77
Helm charts and bash script in this repositorie are not maintained anymore
88

lib/Alchemy/Phrasea/Core/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Version
1717
* @var string
1818
*/
1919

20-
private $number = '4.1.18';
20+
private $number = '4.1.19';
2121

2222
/**
2323
* @var string

0 commit comments

Comments
 (0)