From 011d084da394fb980067106b81c1aad1c9284b69 Mon Sep 17 00:00:00 2001 From: Colin Wilson Date: Mon, 21 Sep 2020 04:51:36 +0100 Subject: [PATCH] - Update Craft to 3.5.11.1 - Redis to 6.0.8 --- CHANGELOG.md | 5 +++++ README.md | 2 +- docker-compose.yml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f51f3a5..ebcb1da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.4.1] - 21-09-2020 +### Update +- Update Craft to [3.5.11.1](https://github.com/craftcms/cms/blob/develop/CHANGELOG-v3.md) +- Upgrade Redis to [6.0.8](https://raw.githubusercontent.com/antirez/redis/6.0/00-RELEASENOTES) + ## [0.4.0] - 06-09-2020 ### Update - Update Craft to [3.5.8](https://github.com/craftcms/cms/blob/develop/CHANGELOG-v3.md) diff --git a/README.md b/README.md index 7e679d2..0dec5d2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a [Craft 3](https://craftcms.com/3) / [Craft 2](https://craftcms.com/) #### Versioning | Docker Tag | Git Branch | Craft Release | Database | Caching | |-----|-------|-----|--------|--------| -| latest | craft3 | 3.5.8 | PostgreSQL 12.4 | Redis 6.0.7 | +| latest | craft3 | 3.5.11.1 | PostgreSQL 12.4 | Redis 6.0.8 | | craft2 | craft2 | 2.7.10 | MariaDB 10.5.1 | Redis 5.0.7 | Features: diff --git a/docker-compose.yml b/docker-compose.yml index 8f4c20f..e70790a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -48,6 +48,6 @@ services: - postgresql-data:/var/lib/postgresql/data redis: - image: redis:6.0.7-alpine + image: redis:6.0.8-alpine volumes: - /data:/data