From 9b059ffa06497fd21d3209cf328a91d94337f799 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 30 Jul 2024 15:30:15 -0400 Subject: [PATCH] fmt --- README.md | 3 ++- cluster_autoscaler.tf => cluster_autoscaler.tf.off | 0 version.tf | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) rename cluster_autoscaler.tf => cluster_autoscaler.tf.off (100%) diff --git a/README.md b/README.md index 2160a59..d09c11c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ The cluster-autoscaler uses the kuberentes scheduling algorithm to appropriate s # CHANGELOG - +* 0.0.2 -- 2024-07-30 + - remove cluster-autoscaler (using karpenter) * 0.0.1 -- 2024-07-22 - updated version.tf to 0.0.1 - included module.images in depends on helm charts diff --git a/cluster_autoscaler.tf b/cluster_autoscaler.tf.off similarity index 100% rename from cluster_autoscaler.tf rename to cluster_autoscaler.tf.off diff --git a/version.tf b/version.tf index 80ef5a8..c7a6f55 100644 --- a/version.tf +++ b/version.tf @@ -1,5 +1,4 @@ locals { _module_name = "tfmod-eks-configuration" - _module_version = "0.0.1" - _module_providers = ["helm", "kubernetes"] + _module_version = "0.0.2" }