diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 23556c8..bdad379 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
@@ -38,7 +38,7 @@ repos:
# Terraform Hooks
- repo: https://github.com/antonbabenko/pre-commit-terraform
- rev: v1.92.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/CHANGELOG.md b/CHANGELOG.md
index 1ddcff0..4cc8439 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,17 +1,16 @@
-## Unreleased
+## 0.0.1 (2024-10-24)
+
+### 🐛🚑️ Fixes
+
+- **deps**: updated prior to release
+- **main.tf**: updates config to fix crashloopbackoff
### 🎨🏗️ Style & Architecture
- **repo**: add repo features pre-commit and commitizen
-# CHANGELOG
-* 0.0.2 -- 2024-07-30
- - formatting
- - added module default outputs
- - updated images module
- - add prometheus_namespace as output
-* 0.0.1 -- 2024-07-22
- - add force_delete and lifecycle policies to copy_images
- - updated version.tf to 0.0.1
- - included module.images in depends on helm charts
- - created changelog
+### 🚨 Linting
+
+- **main.tf**: removed ns definition
+- **namespace[0]**: namespace refs
+- **CHANGELOG.md**: resolved lints, added changelog updated readme
diff --git a/README.md b/README.md
index a670bde..3e07f85 100644
--- a/README.md
+++ b/README.md
@@ -69,8 +69,8 @@ sys 0m3.489s
| Name | Version |
|------|---------|
-| [helm](#provider\_helm) | 2.14.0 |
-| [kubernetes](#provider\_kubernetes) | 2.31.0 |
+| [helm](#provider\_helm) | 2.16.1 |
+| [kubernetes](#provider\_kubernetes) | 2.33.0 |
## Modules
@@ -95,9 +95,9 @@ sys 0m3.489s
| [namespace](#input\_namespace) | The namespace to install the prometheus components. Defaults to 'prometheus' | `string` | `"prometheus"` | no |
| [node\_exporter\_tag](#input\_node\_exporter\_tag) | The image tag of the node-exporter image. | `string` | `"v1.8.2"` | no |
| [profile](#input\_profile) | AWS\_PROFILE to use to apply the terraform script. | `string` | `""` | no |
-| [prometheus\_chart\_version](#input\_prometheus\_chart\_version) | The version of prometheus to install into the cluster. | `string` | `"25.25.0"` | no |
+| [prometheus\_chart\_version](#input\_prometheus\_chart\_version) | The version of prometheus to install into the cluster. | `string` | `"25.26.0"` | no |
| [prometheus\_config\_reloader\_tag](#input\_prometheus\_config\_reloader\_tag) | The image tag of the prometheus-config-reloader image. | `string` | `"v0.75.2"` | no |
-| [prometheus\_server\_tag](#input\_prometheus\_server\_tag) | The image tag of prometheus server to install into the cluster. | `string` | `"v2.53.1"` | no |
+| [prometheus\_server\_tag](#input\_prometheus\_server\_tag) | The image tag of prometheus server to install into the cluster. | `string` | `"v2.54.0"` | no |
| [pushgateway\_tag](#input\_pushgateway\_tag) | The image tag of the pushgateway image. | `string` | `"v1.9.0"` | no |
| [rwo\_storage\_class](#input\_rwo\_storage\_class) | Specify the storage class for read/write/once persistent volumes. | `string` | `"gp3-encrypted"` | no |