-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| ## 0.1.0 (2024-10-23) | ||
|
|
||
| ### ✨ Features | ||
|
|
||
| - **dns**: new module for dns in eks | ||
| - **init**: first commit - repo features | ||
|
|
||
| ### 🐛🚑️ Fixes | ||
|
|
||
| - **dns**: zone associations were targeting the wrong vpc | ||
| - **dns**: create alias record for lb | ||
| - **cname**: module use fixed using correct name instead of zone id | ||
| - **variables**: add istio_namespace | ||
| - **regions**: match east to east and west to rest | ||
| - **dns**: remove external modules | ||
| - **outputs**: fix domain output | ||
| - **outputs**: use resource refs instead of string interpolation | ||
| - **pre-commit**: install pre-commit hoooks | ||
|
|
||
| ### ♻️ Refactorings | ||
|
|
||
| - **heritage-records**: refactor to use tf native instead of shell | ||
|
|
||
| ### fix | ||
|
|
||
| - **dns**: associate both cluster and central | ||
| - **dns**: associate both cluster and central | ||
|
|
||
| ### 🎨🏗️ Style & Architecture | ||
|
|
||
| - **cleanup**: remove extra whitespace and fix service ref | ||
|
|
||
| ### 📝💡 Documentation | ||
|
|
||
| - **README**: add notes about cname vs alias records |