diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d6091dd..f451b69 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 @@ -49,7 +49,7 @@ repos: # Terraform Hooks - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.92.1 # Get the latest from: https://github.com/antonbabenko/pre-commit-terraform/releases + rev: v1.96.1 # Get the latest from: https://github.com/antonbabenko/pre-commit-terraform/releases hooks: - id: terraform_fmt args: @@ -106,6 +106,6 @@ repos: # - --hook-config=--parallelism-ci-cpu-cores=2 - repo: https://github.com/ljnsn/cz-conventional-gitmoji - rev: v0.3.2 + rev: v0.6.1 hooks: - id: conventional-gitmoji diff --git a/CHANGELOG.md b/CHANGELOG.md index 6891eb4..342d3ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,26 @@ -## Unreleased +## 1.0.2 (2024-10-23) + +### 🐛🚑️ Fixes + +- **outputs**: update outputs to incluude the dns_name and zone_id +- **outputs**: update outputs to incluude the dns_name and zone_id + +### ♻️ Refactorings + +- **dns**: refactor to use tf native + +### docs + +- **README.md**: added timings for Apply and Destroy ### 🎨🏗️ Style & Architecture - **repo**: add pre-commit and commitizen repo features +### 📝💡 Documentation + +- **CHANGELOG.md**: added cz ch changelog + ## 1.0.1 (2023-11-01) # CHANGELOG