diff --git a/.cz.yaml b/.cz.yaml index b1981ec..77d75c6 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -2,7 +2,7 @@ commitizen: major_version_zero: true name: cz_gitmoji - tag_format: $version + tag_format: v${version} update_changelog_on_bump: true version_provider: scm version_scheme: semver2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dd3b19..04eec91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,3 +32,17 @@ - update resource counts on apply/destroy - **changelog**: moved old changelog to changelog.md - **CHANGELOG.md**: added a changelog by running cz ch >>> ⏰ 15m + +## v0.1.0 (2024-10-23) + +### ✨ Features + +- **main.tf**: updates cluster version to 20.24.0 and adds eks-pod-… (#14) + +### 🐛🚑️ Fixes + +- **instance-size**: t3a.large is the smallest node to build the clu… (#28) +- **tags**: fix tag name to use underscores instead of hyphens (#27) +- **cleanup**: remove unused code and add node group label (#26) +- **dns_zones.tf**: removed unneeded tag filter on dummy-vpc (#23) +- **access_entries**: update regex so -route53 is excluded (#22)