Skip to content

Commit

Permalink
chore(main): release aws-eks 0.3.0 (#241)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.3.0](aws-eks-v0.2.0...aws-eks-v0.3.0)
(2024-06-24)


### Features

* module features updated
([#240](#240))
([ca09ca3](ca09ca3))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com>
  • Loading branch information
kloia-tfmodules-releaser[bot] authored Jun 24, 2024
1 parent ca09ca3 commit 7d6d3ec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0",
"modules/aws-eks": "0.3.0",
"modules/aws-iam": "0.1.0",
"modules/aws-rds": "0.1.0",
"modules/aws-security-group": "0.1.0",
Expand Down
7 changes: 7 additions & 0 deletions modules/aws-eks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/kloia/platform-modules/compare/aws-eks-v0.2.0...aws-eks-v0.3.0) (2024-06-24)


### Features

* module features updated ([#240](https://github.com/kloia/platform-modules/issues/240)) ([ca09ca3](https://github.com/kloia/platform-modules/commit/ca09ca38eee87af21f70d47a5c9f84dc5639fa29))

## [0.2.0](https://github.com/kloia/platform-modules/compare/aws-eks-v0.1.0...aws-eks-v0.2.0) (2024-05-23)


Expand Down
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 = "~> 0.2"
version = "~> 0.3"
cluster_name = "my-cluster"
cluster_version = "1.22"
Expand Down

0 comments on commit 7d6d3ec

Please sign in to comment.