Skip to content

Commit

Permalink
bump: version 0.0.0 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 24, 2024
1 parent efb9a71 commit 645b436
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
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

0 comments on commit 645b436

Please sign in to comment.