b7c293656b
This adds a release note to explain updates made recently in redis jobboard driver[1][2]. [1] 16f6b2e8f65e12ba3bc51529d4a8a828ea2b8b16 [2] bd3ef61a0c0042fb4198ea7746e567ae3ca8a17a Change-Id: I6c43a0a810f01632696f254a31e9a17c2f2cd73d
11 lines
340 B
YAML
11 lines
340 B
YAML
---
|
|
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.
|