Skip to content

Commit

Permalink
chore(main): release aws-eks 0.1.0 (#211)
Browse files Browse the repository at this point in the history
Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com>
Co-authored-by: Efe Hakan Gençoğlu <[email protected]>
  • Loading branch information
kloia-tfmodules-releaser[bot] and ehakan authored May 10, 2024
1 parent a7fdb55 commit 6ea4af7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"metadata": "0.0.0",
"modules/metadata": "0.1.0",
"modules/aws-eks": "0.1.0",
"modules/aws-iam": "0.1.0",
"modules/aws-rds": "0.1.0",
"modules/aws-security-group": "0.1.0"
Expand Down
8 changes: 8 additions & 0 deletions modules/aws-eks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 0.1.0 (2024-05-10)


### Features

* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55))
2 changes: 1 addition & 1 deletion modules/aws-eks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Some of the addon/controller policies that are currently supported include:
```hcl
module "eks" {
source = "terraform-modules/eks/aws"
version = "~> 18.0"
version = "~> 0.1"
cluster_name = "my-cluster"
cluster_version = "1.22"
Expand Down

0 comments on commit 6ea4af7

Please sign in to comment.