Skip to content

Commit

Permalink
bump: version 1.0.1 → 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 24, 2024
1 parent 6ef0984 commit d9fd44b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
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
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d9fd44b

Please sign in to comment.