From 178104522e57758392c1d949083901e64662173a Mon Sep 17 00:00:00 2001 From: Syed Muhammad Dawoud Sheraz Ali <40599381+DawoudSheraz@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:43:53 +0500 Subject: [PATCH] security: update redis See the list of vulnerabilities fixed since 7.2.1: https://github.com/redis/redis/releases --- changelog.d/20240320_131420_dawoud.sheraz_redis_update.md | 1 + docs/configuration.rst | 2 +- tutor/templates/config/defaults.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changelog.d/20240320_131420_dawoud.sheraz_redis_update.md diff --git a/changelog.d/20240320_131420_dawoud.sheraz_redis_update.md b/changelog.d/20240320_131420_dawoud.sheraz_redis_update.md new file mode 100644 index 0000000..a702565 --- /dev/null +++ b/changelog.d/20240320_131420_dawoud.sheraz_redis_update.md @@ -0,0 +1 @@ +- [Security] Update Redis to 7.2.4 (by @dawoudsheraz) \ No newline at end of file diff --git a/docs/configuration.rst b/docs/configuration.rst index d1af01f..d12620e 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -87,7 +87,7 @@ This configuration parameter defines which MySQL Docker image to use. .. https://hub.docker.com/_/redis/tags -- ``DOCKER_IMAGE_REDIS`` (default: ``"docker.io/redis:7.0.11"``) +- ``DOCKER_IMAGE_REDIS`` (default: ``"docker.io/redis:7.2.4"``) This configuration parameter defines which Redis Docker image to use. diff --git a/tutor/templates/config/defaults.yml b/tutor/templates/config/defaults.yml index d0d3a31..5e844b7 100644 --- a/tutor/templates/config/defaults.yml +++ b/tutor/templates/config/defaults.yml @@ -22,7 +22,7 @@ DOCKER_IMAGE_MONGODB: "docker.io/mongo:4.4.25" DOCKER_IMAGE_MYSQL: "docker.io/mysql:8.1.0" DOCKER_IMAGE_PERMISSIONS: "{{ DOCKER_REGISTRY }}overhangio/openedx-permissions:{{ TUTOR_VERSION }}" # https://hub.docker.com/_/redis/tags -DOCKER_IMAGE_REDIS: "docker.io/redis:7.2.1" +DOCKER_IMAGE_REDIS: "docker.io/redis:7.2.4" # https://hub.docker.com/r/devture/exim-relay/tags DOCKER_IMAGE_SMTP: "docker.io/devture/exim-relay:4.96-r1-0" EDX_PLATFORM_REPOSITORY: "https://github.com/openedx/edx-platform.git"