Skip to content

Release/0.1.1 #30

Merged
merged 4 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)