From 06bc1499360fab4dcc0eef942337d63b6fd8d5cb Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 12:01:13 +0000 Subject: [PATCH] chore(main): release aws-eks 0.2.0 --- .release-please-manifest.json | 2 +- modules/aws-eks/CHANGELOG.md | 7 +++++++ modules/aws-eks/README.md | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2d78a17..fb7b368 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -57,7 +57,7 @@ "modules/aws-dynamodb-table": "0.1.0", "modules/aws-acm": "0.1.0", "modules/aws-cloudwatch": "0.1.0", - "modules/aws-eks": "0.1.0", + "modules/aws-eks": "0.2.0", "modules/aws-iam": "0.1.0", "modules/aws-rds": "0.1.0", "modules/aws-security-group": "0.1.0", diff --git a/modules/aws-eks/CHANGELOG.md b/modules/aws-eks/CHANGELOG.md index d5c924c..65eb90a 100644 --- a/modules/aws-eks/CHANGELOG.md +++ b/modules/aws-eks/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/kloia/platform-modules/compare/aws-eks-v0.1.0...aws-eks-v0.2.0) (2024-05-23) + + +### Features + +* enable eks addon configuration values ([#229](https://github.com/kloia/platform-modules/issues/229)) ([4390ae5](https://github.com/kloia/platform-modules/commit/4390ae54a50b9ca86f5ad1e640edb00992a129c7)) + ## 0.1.0 (2024-05-10) diff --git a/modules/aws-eks/README.md b/modules/aws-eks/README.md index 56f0af5..42cb060 100644 --- a/modules/aws-eks/README.md +++ b/modules/aws-eks/README.md @@ -47,7 +47,7 @@ Some of the addon/controller policies that are currently supported include: ```hcl module "eks" { source = "terraform-modules/eks/aws" - version = "~> 0.1" + version = "~> 0.2" cluster_name = "my-cluster" cluster_version = "1.22"