diff --git a/libs/rabbitmq/config.jsonnet b/libs/rabbitmq/config.jsonnet index cfb73123..68055b93 100644 --- a/libs/rabbitmq/config.jsonnet +++ b/libs/rabbitmq/config.jsonnet @@ -4,6 +4,10 @@ local versions = [ { tag: "1.14.0", version: "1.14" } { tag: "2.0.0", version: "2.0" }, { tag: "2.1.0", version: "2.1" }, + { tag: "2.6.0", version: "2.6" }, + { tag: "2.7.0", version: "2.7" }, + { tag: "2.8.0", version: "2.8" }, + { tag: "2.9.0", version: "2.9" }, ];