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..2e0bd14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,70 @@ -## Unreleased +## 1.0.5 (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 -## 1.0.1 (2023-11-01) +### 📝💡 Documentation + +- **CHANGELOG.md**: added cz ch changelog + +## 1.0.4 (2024-10-23) -# CHANGELOG -* 1.0.3 -- 2024-07-30 - - updated image module - - bumped version -* 1.0.2 -- 2024-07-22 - - updated istio chart/app to 1.22.3 - - add force_delete and lifecycle policies to copy_images - - updated version.tf to 1.0.2 - - included module.images in depends on helm charts - - created changelog +### 🐛🚑️ 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.3 (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) diff --git a/version.tf b/version.tf index f34b6fb..94db89c 100644 --- a/version.tf +++ b/version.tf @@ -1,4 +1,4 @@ locals { module_name = "tfmod-istio" - module_version = "1.0.3" + module_version = "1.0.5" }