From 29490c76f41ca6f0e8008dd2f6f4c941be06e73e Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 01:51:06 +0000 Subject: [PATCH] chore(main): release aws-athena 0.1.0 --- .release-please-manifest.json | 3 ++- modules/aws-athena/CHANGELOG.md | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0af0bc4..bf0a5a1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -66,5 +66,6 @@ "modules/aws-cloudwatch-dashboard": "0.1.0", "modules/aws-budget": "0.4.0", "modules/aws-eks-karpenter": "0.1.0", - "modules/aws-eks-k8s-manifests": "0.1.0" + "modules/aws-eks-k8s-manifests": "0.1.0", + "modules/aws-athena": "0.1.0" } diff --git a/modules/aws-athena/CHANGELOG.md b/modules/aws-athena/CHANGELOG.md index 929f77e..eb2886d 100644 --- a/modules/aws-athena/CHANGELOG.md +++ b/modules/aws-athena/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0 (2026-05-25) + + +### Features + +* **aws-glue, aws-athena:** add Glue and Athena Terraform modules ([0c9266c](https://github.com/kloia/platform-modules/commit/0c9266c0a6f43c5c1f5248a2ff022b5b7d6b1914)) +* **main:** add glue and athena modules ([#321](https://github.com/kloia/platform-modules/issues/321)) ([0c9266c](https://github.com/kloia/platform-modules/commit/0c9266c0a6f43c5c1f5248a2ff022b5b7d6b1914)) + ## 0.1.0 (2026-05-22)