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