From 8e7c362a300e245478785e6f0e919a629ff27027 Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Wed, 11 Jan 2023 16:23:16 -0600 Subject: [PATCH] documentation --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd152128..988c0582 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.0.9] (2023-1-11) + +- refactor Prometheus into its own module +- refactor metrics-server into its own module +- refactor Vertical Pod Autoscaler into its own module +- bump all Helm chart versions +- add more Cookiecutter parameters + +Note: this concludes the Kubernetes refactoring exercise. Happy new year! + ## [1.0.8] (2023-1-9) - refactor karpenter into its own module.