From d9fd44bda814430ea3210022727a365524dabf53 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Wed, 23 Oct 2024 23:54:29 -0400 Subject: [PATCH 1/9] =?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 From 06181883121e64f28de954e8d2f1f18ed0af9883 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Wed, 23 Oct 2024 23:54:39 -0400 Subject: [PATCH 2/9] =?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 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 342d3ce..8e5a229 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,29 @@ - **CHANGELOG.md**: added cz ch changelog +## 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 From 07a6f941717183406d3fc8aab6dc9a8e1cca8e68 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Wed, 23 Oct 2024 23:56:44 -0400 Subject: [PATCH 3/9] =?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 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e5a229..0e0fd6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,29 @@ - **CHANGELOG.md**: added cz ch changelog +## 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 From f903d16dcb37203de658ee172a12dd9e08fa7190 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Wed, 23 Oct 2024 23:56:52 -0400 Subject: [PATCH 4/9] =?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 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e0fd6c..965e5b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,29 @@ - **CHANGELOG.md**: added cz ch changelog +## 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 From 05f97c4df25cd827d7b45c822c5961bc0d383439 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Wed, 23 Oct 2024 23:58:16 -0400 Subject: [PATCH 5/9] =?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 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 965e5b6..546c7cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,6 +90,29 @@ - **CHANGELOG.md**: added cz ch changelog +## 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 From 91c605b28efa97640b07f6114fa1dc7167c43222 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Wed, 23 Oct 2024 23:59:02 -0400 Subject: [PATCH 6/9] =?UTF-8?q?bump:=20version=201.0.1=20=E2=86=92=201.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 105 +-------------------------------------------------- 1 file changed, 1 insertion(+), 104 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 546c7cd..d1fe08f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,96 +1,4 @@ -## 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.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.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.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.2 (2024-10-23) +## 1.0.3 (2024-10-23) ### 🐛🚑️ Fixes @@ -114,14 +22,3 @@ - **CHANGELOG.md**: added cz ch changelog ## 1.0.1 (2023-11-01) - -# 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 From 582ad5687339d8f5451a679537d542baf6ee3510 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Wed, 23 Oct 2024 23:59:12 -0400 Subject: [PATCH 7/9] =?UTF-8?q?bump:=20version=201.0.1=20=E2=86=92=201.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1fe08f..ead63c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +## 1.0.4 (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.3 (2024-10-23) ### 🐛🚑️ Fixes From 628ed6817808ff8b4c61c7ce5cad1ca731370d7d Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Wed, 23 Oct 2024 23:59:18 -0400 Subject: [PATCH 8/9] =?UTF-8?q?bump:=20version=201.0.1=20=E2=86=92=201.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ead63c5..2e0bd14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +## 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 + +### 📝💡 Documentation + +- **CHANGELOG.md**: added cz ch changelog + ## 1.0.4 (2024-10-23) ### 🐛🚑️ Fixes From f15c19af510a9d295a496283b0cb42b6949b7a86 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Wed, 23 Oct 2024 23:59:46 -0400 Subject: [PATCH 9/9] versions --- version.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }