From 645b436338f73f16c6e6fd52d9fbdcb160c42bc0 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Wed, 23 Oct 2024 23:48:34 -0400 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.0.0=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 4 ++-- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 2 deletions(-) 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