From 04f4298546f8c3f6b97fad56b369ceeb127590ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Thu, 5 May 2022 18:10:27 +0200 Subject: [PATCH] [the-new-hotness] Add new topic to consume MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `anitya.project.version.update` is deprecated in Anitya message schema, let's consume `anitya.project.version.update.v2` instead. For now this is only consumed by staging instance, but will be consumed by production instance as well on next hotness release. Signed-off-by: Michal Konečný --- roles/openshift-apps/the-new-hotness/templates/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/openshift-apps/the-new-hotness/templates/config.toml b/roles/openshift-apps/the-new-hotness/templates/config.toml index 9406c3c0ff..207146d67b 100644 --- a/roles/openshift-apps/the-new-hotness/templates/config.toml +++ b/roles/openshift-apps/the-new-hotness/templates/config.toml @@ -21,6 +21,7 @@ callback = "hotness.hotness_consumer:HotnessConsumer" queue = "the-new-hotness{{ env_suffix }}" exchange = "amq.topic" routing_keys = [ + "org.release-monitoring.*.anitya.project.version.update.v2", "org.release-monitoring.*.anitya.project.version.update", "org.fedoraproject.*.buildsys.task.state.change", ]