From b7c293656b2f1ae80cd47d9d6f86e007ec7d59ad Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 7 Mar 2024 19:28:12 +0900 Subject: [PATCH] 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] 16f6b2e8f65e12ba3bc51529d4a8a828ea2b8b16 [2] bd3ef61a0c0042fb4198ea7746e567ae3ca8a17a Change-Id: I6c43a0a810f01632696f254a31e9a17c2f2cd73d --- ...-redis-driver-updates-caracal-49fd98c16e727910.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 releasenotes/notes/jobboard-redis-driver-updates-caracal-49fd98c16e727910.yaml 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.