From 77b3115e5afae11bfe3e89911d275a8e08958905 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Mon, 19 Aug 2024 20:19:13 -0400 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.0.0=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c55b5f5..ada5fcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ -## Unreleased +## 0.1.0 (2024-08-19) + +### ✨ Features + +- **karpenter**: update module upstream to 1.0.0 +- **many**: subnet tagging updated nodepoolandnodeclass +- **prometheus**: enables serviceMonitor to captures karpenter metrics in prometheus + +### 🐛🚑️ Fixes + +- **kubectl**: fixes for kubectl image ### ci @@ -7,11 +17,3 @@ ### fix - **main.tf**: correct the value for amd_ami_family - - -* 0.0.2 -- 2024-07-30 - - update after removing cluster-autoscaler - - add second yaml template - - update images module -* 0.0.1 -- 2024-07-26 - - Genesis/Initial development