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" }