diff --git a/CHANGELOG.md b/CHANGELOG.md index ada5fcf..b96832e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +## 0.2.0 (2024-10-24) + +### ✨ Features + +- **nodepool**: even more generic workload nodepools +- **upgrade-versions**: use latest version 1.0.6 of karpenter +- **upgrade-versions**: use latest version 1.0.6 of karpenter +- **versions**: bump versions to pull from upstream +- **versions**: bump versions to pull from upstream + +### 🐛🚑️ Fixes + +- **nodepool**: reduce constraints on skew +- **stabilty**: cluster was most stable when the least constraints were placed on karpenter +- **nodepool**: reduce constraints on skew +- **node-pool**: remove options that cannot schedule default workloads +- **node-pool**: remove options that cannot schedule default workloads +- **tags**: revert tag changes +- **subnet-tagging**: updated subnet id to use existing tags created… +- **subnet-tagging**: updated subnet id to use existing tags created by cluster instead of adding new tags +- **main.tf**: fix service-linked-role creation +- **main.tf**: fix service-linked-role creation + +### fix + +- **main.tf**: update node class to remove resource reservations for min scale +- **main.tf**: custom_suffix does not apply for spot + ## 0.1.0 (2024-08-19) ### ✨ Features diff --git a/README.md b/README.md index ee72a80..3217889 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ The module deploys Karpenter needed AWS resources, namely in IAM. It copies the | Name | Version | |------|---------| -| [aws](#provider\_aws) | 5.65.0 | -| [helm](#provider\_helm) | 2.15.0 | +| [aws](#provider\_aws) | 5.72.1 | +| [helm](#provider\_helm) | 2.16.1 | | [kubectl](#provider\_kubectl) | 1.14.0 | ## Modules