Skip to content

Release/0.1.1 #9

Merged
merged 9 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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 @@ -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:
Expand Down Expand Up @@ -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
76 changes: 64 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion version.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
locals {
module_name = "tfmod-istio"
module_version = "1.0.3"
module_version = "1.0.5"
}