diff --git a/releasenotes/notes/jobboard-redis-driver-updates-caracal-49fd98c16e727910.yaml b/releasenotes/notes/jobboard-redis-driver-updates-caracal-49fd98c16e727910.yaml new file mode 100644 index 0000000000..b7b83cd27f --- /dev/null +++ b/releasenotes/notes/jobboard-redis-driver-updates-caracal-49fd98c16e727910.yaml @@ -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.