Skip to content

bump: version 0.0.0 → 0.1.0 #12

Merged
merged 1 commit 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
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
35 changes: 35 additions & 0 deletions CHANGELOG.md
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