Add release note about redis jobboard driver updates

This adds a release note to explain updates made recently in redis
jobboard driver[1][2].

[1] 16f6b2e8f6
[2] bd3ef61a0c

Change-Id: I6c43a0a810f01632696f254a31e9a17c2f2cd73d
This commit is contained in:
Takashi Kajinami 2024-03-07 19:28:12 +09:00
parent bd3ef61a0c
commit b7c293656b
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
features:
- |
The new ``[task_flow] jobboard_backend_username`` option has been added, to
support Redis ACL feature.
- |
Previously, redis jobboard driver used only the first host in
``[task_flow] jobboard_backend_hosts`` when connecting to Redis Sentinel.
Now the driver attempts the other hosts as fallbacks.