From ca594add1104f36eac289a2017180d67c76357e5 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Thu, 24 Oct 2024 00:32:20 -0400 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=90=9B=20fix(deps):=20updated=20prior?= =?UTF-8?q?=20to=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 6 +++--- README.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 59ee012..5a5c34b 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 @@ -37,7 +37,7 @@ repos: # Terraform Hooks - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.94.2 # 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: @@ -94,6 +94,6 @@ repos: # - --hook-config=--parallelism-ci-cpu-cores=2 - repo: https://github.com/ljnsn/cz-conventional-gitmoji - rev: v0.3.3 + rev: v0.6.1 hooks: - id: conventional-gitmoji diff --git a/README.md b/README.md index 3150f69..90fbd6f 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ Developer NOTE: We should automate this configuration. | Name | Version | |------|---------| -| [aws](#provider\_aws) | 5.68.0 | -| [helm](#provider\_helm) | 2.15.0 | +| [aws](#provider\_aws) | 5.72.1 | +| [helm](#provider\_helm) | 2.16.1 | ## Modules From 9b1dfd577bc5a2ce583e5fe4461ac95bb0b8a6ae Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Thu, 24 Oct 2024 00:32:26 -0400 Subject: [PATCH 2/2] =?UTF-8?q?bump:=20version=200.0.0=20=E2=86=92=200.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 782fcb9..a5c6026 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,3 +9,9 @@ - NOTE: this is the single binary deploy, there is a disributed version we can use, different helm chart. * 0.0.1 -- 2024-07-26 - Code genesis + +## 0.0.1 (2024-10-24) + +### 🐛🚑️ Fixes + +- **deps**: updated prior to release