diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f13d51f..5a5c34b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: # Git style - id: check-added-large-files @@ -94,6 +94,6 @@ repos: # - --hook-config=--parallelism-ci-cpu-cores=2 - repo: https://github.com/ljnsn/cz-conventional-gitmoji - rev: v0.3.3 + rev: v0.6.1 hooks: - id: conventional-gitmoji diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..114c795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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