diff --git a/notifications.json b/notifications.json index 045dc2c..76b6e09 100644 --- a/notifications.json +++ b/notifications.json @@ -1,5 +1,12 @@ { "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.", + "category": "security", + "categoryColor": "#800D0D", + "timestamp": 1728403186 + }, { "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.",