From 08e31694468f07c2cd15e9f3cf5a801cb516a10b Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:59:02 +0200 Subject: [PATCH 1/5] Update notifications.json --- notifications.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/notifications.json b/notifications.json index 045dc2c..476fecb 100644 --- a/notifications.json +++ b/notifications.json @@ -1,5 +1,12 @@ { "notifications": [ + { + "title": "Connect to Redis from Visual Studio Code", + "body": "Redis for VS Code brings the power of Redis directly into your favorite code editor!
Connect to your Redis databases from within Microsoft Visual Studio Code and enjoy the streamlined experience you already love in Redis Insight.
Download Redis for VS Code from Visual Studio Marketplace.", + "category": "release", + "categoryColor": "#805A0D", + "timestamp": 1728046502 + }, { "title": "Redis 8.0-M01 released – One Redis for every use case", "body": "Redis 8 is the most advanced and performant Redis offering yet.
It introduces seven new data structures — JSON, time series, and five probabilistic types — along with the fastest and most scalable Redis query engine to date.
Check out the blog post for more details.
Get it from Docker.", From 381c5c03f3d1ecc7d433cf7e2f0880a5373429f6 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:01:02 +0200 Subject: [PATCH 2/5] Update notifications.json --- notifications.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/notifications.json b/notifications.json index 476fecb..76b6e09 100644 --- a/notifications.json +++ b/notifications.json @@ -1,11 +1,11 @@ { "notifications": [ { - "title": "Connect to Redis from Visual Studio Code", - "body": "Redis for VS Code brings the power of Redis directly into your favorite code editor!
Connect to your Redis databases from within Microsoft Visual Studio Code and enjoy the streamlined experience you already love in Redis Insight.
Download Redis for VS Code from Visual Studio Marketplace.", - "category": "release", - "categoryColor": "#805A0D", - "timestamp": 1728046502 + "title": "Security Advisory: Upgrade your Redis version", + "body": "As part of an ongoing effort by the Redis Community and Redis to maintain Redis safety, security, and compliance posture, three security vulnerabilities in Redis have been published recently.
Learn more in the blog post.
Get a new version from Docker.", + "category": "security", + "categoryColor": "#800D0D", + "timestamp": 1728403186 }, { "title": "Redis 8.0-M01 released – One Redis for every use case", From c0e91ffe3f4adf80e22133e7cb065387013e5b06 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:11:07 +0200 Subject: [PATCH 3/5] Update notifications.json --- notifications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notifications.json b/notifications.json index 76b6e09..e921194 100644 --- a/notifications.json +++ b/notifications.json @@ -1,8 +1,8 @@ { "notifications": [ { - "title": "Security Advisory: Upgrade your Redis version", - "body": "As part of an ongoing effort by the Redis Community and Redis to maintain Redis safety, security, and compliance posture, three security vulnerabilities in Redis have been published recently.
Learn more in the blog post.
Get a new version from Docker.", + "title": "Security Advisory: CVE-2024-31449, CVE-2024-31227, CVE-2024-31228", + "body": "As part of an ongoing effort by the Redis Community and Redis to maintain Redis safety, security, and compliance posture, three security vulnerabilities in Redis have been published recently.
Learn more in the blog post.", "category": "security", "categoryColor": "#800D0D", "timestamp": 1728403186 From c09d9b4463273e45214317ed8c873c644385059f Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:31:20 +0200 Subject: [PATCH 4/5] Update notifications.json --- notifications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications.json b/notifications.json index e921194..8d8e388 100644 --- a/notifications.json +++ b/notifications.json @@ -2,7 +2,7 @@ "notifications": [ { "title": "Security Advisory: CVE-2024-31449, CVE-2024-31227, CVE-2024-31228", - "body": "As part of an ongoing effort by the Redis Community and Redis to maintain Redis safety, security, and compliance posture, three security vulnerabilities in Redis have been published recently.
Learn more in the blog post.", + "body": "Recently, three Redis security vulnerabilities were found. If you’re using Redis Cloud, no action is needed as it’s already updated. For self-managed Redis (Software or Community versions), please upgrade promptly.
Learn more in our blog post on how to protect your instance.", "category": "security", "categoryColor": "#800D0D", "timestamp": 1728403186 From 94ca37eedf5e3f135f68c99fa146f67f58a2458c Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:45:23 +0200 Subject: [PATCH 5/5] Update notifications.json --- notifications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications.json b/notifications.json index 8d8e388..2826862 100644 --- a/notifications.json +++ b/notifications.json @@ -5,7 +5,7 @@ "body": "Recently, three Redis security vulnerabilities were found. If you’re using Redis Cloud, no action is needed as it’s already updated. For self-managed Redis (Software or Community versions), please upgrade promptly.
Learn more in our blog post on how to protect your instance.", "category": "security", "categoryColor": "#800D0D", - "timestamp": 1728403186 + "timestamp": 1728463510 }, { "title": "Redis 8.0-M01 released – One Redis for every use case",