From 657969f751e6e7a2f0e92cd713d271bb1498d214 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 6 Aug 2024 17:35:32 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20fix-lint(CHANGELOG.md):=20resolv?= =?UTF-8?q?ed=20lints,=20added=20changelog=20updated=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore copy | 37 ------------------------------------- CHANGELOG.md | 17 +++++++++++++++++ README.md | 13 ------------- 3 files changed, 17 insertions(+), 50 deletions(-) delete mode 100644 .gitignore copy create mode 100644 CHANGELOG.md diff --git a/.gitignore copy b/.gitignore copy deleted file mode 100644 index 403ffa9..0000000 --- a/.gitignore copy +++ /dev/null @@ -1,37 +0,0 @@ -# Local .terraform directories -**/.terraform/* - -# terraform lock file. -**/.terraform.lock.hcl - -# .tfstate files -*.tfstate -*.tfstate.* - -# Crash log files -crash.log -crash.*.log - -# Exclude all .tfvars files, which are likely to contain sensitive data, -# such as password, private keys, and other secrets. These should not be -# part of version control as they are data points which are potentially -# sensitive and subject to change depending on the environment. -*.tfvars -*.tfvars.json - -# Ignore override files as they are usually used to override resources -# locally and so are not checked in -override.tf -override.tf.json -*_override.tf -*_override.tf.json - -# Include override files you do wish to add to version control using negated pattern -# !example_override.tf - -# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan -# example: *tfplan* - -# Ignore CLI configuration files -.terraformrc -terraform.rc diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1ddcff0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +## Unreleased + +### 🎨🏗️ 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 diff --git a/README.md b/README.md index 71871be..158e5e9 100644 --- a/README.md +++ b/README.md @@ -10,19 +10,6 @@ This modules uses Helm to deploy Prometheus to a cluster using the official char Versions are module variables, but latest versions are intended to be be reflected in the default values. -# CHANGELOG -* 0.0.2 -- 2024-07-30 - - formatting - - added module default outputs - - updated images module - - add prometheus_namespace as output - - add --web.enable-remote-write-receiver -* 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 - ## Requirements