From 6c1a40b1801a10ddb8047ce0a6db92ac533974ae Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Sat, 21 Aug 2021 18:20:00 +0000 Subject: [PATCH] Update gerritbot-matrix version to fix a message typo This version fixed an issue introduced with the behalf of feature where an extra space was added in "proposed :" where it should be "proposed:". Change-Id: I6c58622aa86a5234cc3e2dca957720be9f6549cd --- playbooks/roles/matrix-gerritbot/defaults/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/matrix-gerritbot/defaults/main.yaml b/playbooks/roles/matrix-gerritbot/defaults/main.yaml index 8fc55007fe..b04d245954 100644 --- a/playbooks/roles/matrix-gerritbot/defaults/main.yaml +++ b/playbooks/roles/matrix-gerritbot/defaults/main.yaml @@ -1,4 +1,4 @@ -gerritbot_matrix_version: 0af1f8f +gerritbot_matrix_version: af7dc8c gerritbot_matrix_image: quay.io/software-factory/gerritbot-matrix:{{ gerritbot_matrix_version }} gerritbot_matrix_prometheus_port: 9001