From 9d8551754223d8245c9b3ff04ab3b04ac7303fe1 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 29 Oct 2024 11:52:06 -0400 Subject: [PATCH] bump(module): update versions.tf to match released module version --- README.md | 6 +++--- version.tf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 93cff53..cf7fde0 100644 --- a/README.md +++ b/README.md @@ -87,9 +87,9 @@ have a istio proxy configured, prevent communication with that pod.) | Name | Version | |------|---------| -| [aws](#provider\_aws) | 5.61.0 | -| [helm](#provider\_helm) | 2.14.0 | -| [kubernetes](#provider\_kubernetes) | 2.31.0 | +| [aws](#provider\_aws) | 5.73.0 | +| [helm](#provider\_helm) | 2.16.1 | +| [kubernetes](#provider\_kubernetes) | 2.33.0 | ## Modules diff --git a/version.tf b/version.tf index 94db89c..87a51f5 100644 --- a/version.tf +++ b/version.tf @@ -1,4 +1,4 @@ locals { module_name = "tfmod-istio" - module_version = "1.0.5" + module_version = "0.1.1" }