Skip to content

Commit 476d8f7

Browse files
committed
- Update Craft to 3.5.8
- PostgreSQL to 12.4 - Redis to 6.0.7
1 parent 996ad2a commit 476d8f7

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
## [0.3.9] - 18-07-2020
28
### Update
39
- Update Craft to [3.4.28.1](https://github.com/craftcms/cms/blob/develop/CHANGELOG-v3.md)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a [Craft 3](https://craftcms.com/3) / [Craft 2](https://craftcms.com/)
44
#### Versioning
55
| Docker Tag | Git Branch | Craft Release | Database | Caching |
66
|-----|-------|-----|--------|--------|
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 |
88
| craft2 | craft2 | 2.7.10 | MariaDB 10.5.1 | Redis 5.0.7 |
99

1010
Features:

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
LANG: C.UTF-8
3838

3939
postgres:
40-
image: postgres:12.3
40+
image: postgres:12.4
4141
environment:
4242
POSTGRES_USER: craft3
4343
POSTGRES_PASSWORD: secret
@@ -48,6 +48,6 @@ services:
4848
- postgresql-data:/var/lib/postgresql/data
4949

5050
redis:
51-
image: redis:6.0.5-alpine
51+
image: redis:6.0.7-alpine
5252
volumes:
5353
- /data:/data

0 commit comments

Comments
 (0)