Skip to content

Commit da49405

Browse files
committed
version bump
1 parent 1f56bfa commit da49405

File tree

3 files changed

+31
-4
lines changed

3 files changed

+31
-4
lines changed

.env

Lines changed: 2 additions & 2 deletions
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.17
157+
PHRASEANET_DOCKER_TAG=4.1.18
158158

159159
# Stack Name
160160
# An optionnal Name for the stack
@@ -672,7 +672,7 @@ PHRASEANET_APP_PORT=8082
672672
PHRASEANET_ADMIN_ACCOUNT_ID=
673673

674674
# @run
675-
PHRASEANET_ADMIN_ACCOUNT_EMAIL=admin@alchemy.fr
675+
PHRASEANET_ADMIN_ACCOUNT_EMAIL=admin@phraseanet.local
676676

677677
# require to be change for securitie reasons
678678
# @run

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# CHANGELOG
22

3+
## 4.1.18
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+
- no change
17+
18+
### Version Summary
19+
20+
- Installation process (bin/setup system:install) now aborts if the application and/or databox contain existing data. the option -f also answer all questions for yes AND force installation to continue even if DB table already exist
21+
22+
## What's Changed
23+
* PHRAS-4146 bin/setup system:install - abort app installation if mysql db is not empty by @aynsix in https://github.com/alchemy-fr/Phraseanet/pull/4599
24+
25+
26+
**Full Changelog**: https://github.com/alchemy-fr/Phraseanet/compare/4.1.17...4.1.18
27+
28+
__
329
## 4.1.17
430
531
#### Phraseanet Upgrade
@@ -37,7 +63,7 @@
3763
3864
**Full Changelog**: https://github.com/alchemy-fr/Phraseanet/compare/4.1.16...4.1.17
3965
40-
66+
__
4167
## 4.1.16
4268
4369
### Update Instructions
@@ -111,6 +137,7 @@ The provided MariaDB container in the Docker Compose stack is not ready for prod
111137
112138
**Full Changelog**: https://github.com/alchemy-fr/Phraseanet/compare/4.1.15...4.1.16
113139
140+
__
114141
## 4.1.15
115142
116143
### Update Instructions

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.17';
20+
private $number = '4.1.18';
2121

2222
/**
2323
* @var string

0 commit comments

Comments
 (0)