File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.4.0] - 06-09-2020
2
+ ### Update
3
+ - Update Craft to [ 3.5.8] ( https://github.com/craftcms/cms/blob/develop/CHANGELOG-v3.md )
4
+ - Upgrade Redis to [ 6.0.7] ( https://raw.githubusercontent.com/antirez/redis/6.0/00-RELEASENOTES )
5
+ - Update PostgreSQL to [ 12.4] ( https://www.postgresql.org/docs/12/release-12-3.html )
6
+
1
7
## [ 0.3.9] - 18-07-2020
2
8
### Update
3
9
- Update Craft to [ 3.4.28.1] ( https://github.com/craftcms/cms/blob/develop/CHANGELOG-v3.md )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This is a [Craft 3](https://craftcms.com/3) / [Craft 2](https://craftcms.com/)
4
4
#### Versioning
5
5
| Docker Tag | Git Branch | Craft Release | Database | Caching |
6
6
| -----| -------| -----| --------| --------|
7
- | latest | craft3 | 3.4.28.1 | PostgreSQL 12.3 | Redis 6.0.5 |
7
+ | latest | craft3 | 3.5.8 | PostgreSQL 12.4 | Redis 6.0.7 |
8
8
| craft2 | craft2 | 2.7.10 | MariaDB 10.5.1 | Redis 5.0.7 |
9
9
10
10
Features:
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ services:
37
37
LANG : C.UTF-8
38
38
39
39
postgres :
40
- image : postgres:12.3
40
+ image : postgres:12.4
41
41
environment :
42
42
POSTGRES_USER : craft3
43
43
POSTGRES_PASSWORD : secret
@@ -48,6 +48,6 @@ services:
48
48
- postgresql-data:/var/lib/postgresql/data
49
49
50
50
redis :
51
- image : redis:6.0.5 -alpine
51
+ image : redis:6.0.7 -alpine
52
52
volumes :
53
53
- /data:/data
You can’t perform that action at this time.
0 commit comments