You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/kubernetes/deployment/quick-start.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ To deploy Redis Enterprise for Kubernetes, you'll need:
27
27
- minimum of three worker nodes
28
28
- Kubernetes client (kubectl)
29
29
- access to DockerHub, RedHat Container Catalog, or a private repository that can hold the required images.
30
+
NOTE: If you are applying version 7.8.2-6 or above, check if the [OS](https://redis.io/docs/latest/operate/kubernetes/release-notes/7-8-2-releases/7-8-2-6-nov24/#breaking-changes) installed on the node is supported.
Copy file name to clipboardExpand all lines: content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgears/redisgears-1.2-release-notes.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,15 +25,15 @@ RedisGears v1.2.12 requires:
25
25
26
26
This is a maintenance release for RedisGears 1.2
27
27
28
-
Update urgency: `LOW`: No need to upgrade unless there are new features or fixes.
28
+
Update urgency: `HIGH`: There is a critical bug that may affect a subset of users. Upgrade!
29
29
30
30
Details
31
31
32
32
- Bug fixes:
33
+
-[#1125](https://github.com/redisgears/redisgears/pull/1125) The same registration ID might be generated twice. This may lead to an RDB corruption.
33
34
-[#1121](https://github.com/redisgears/redisgears/pull/1121) Recreate the virtual environment on startup. Fixes an issue where the virtual environment might point to the old version of the Python interpreter.
34
35
-[#1122](https://github.com/redisgears/redisgears/pull/1122) Clear the last error after a successful run to avoid confusion if the error is relevant.
35
36
-[#1122](https://github.com/redisgears/redisgears/pull/1122) Clear not-yet-started executions after unregister, pause, or error on registration occcurs. (MOD-8184)
36
-
-[#1125](https://github.com/redisgears/redisgears/pull/1125) Fixes an issue where duplicate registration IDs are generated.
0 commit comments