From d6d338182852a178505b3be151d1a50b8a9fbae8 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 18 Oct 2024 18:16:00 +0200 Subject: [PATCH] chore: bump module version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outputs.tf b/outputs.tf index 55cf6ed..4d40ae4 100644 --- a/outputs.tf +++ b/outputs.tf @@ -1,6 +1,6 @@ locals { keda_yaml = file("${path.module}/keda.yaml") - version = "2.15.1" + version = "2.15.2" } output "addons" {