From df40730cd800007854fb027ceee1cb3f61e53cae Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Thu, 24 Oct 2024 00:30:56 -0400 Subject: [PATCH] =?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 | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) 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