Skip to content

Commit

Permalink
Release/0.1.1 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 24, 2024
1 parent 2ab0514 commit 0600afc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
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)

0 comments on commit 0600afc

Please sign in to comment.