Skip to content

bump: version 0.1.0 → 0.2.0 #13

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ The module deploys Karpenter needed AWS resources, namely in IAM. It copies the

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.65.0 |
| <a name="provider_helm"></a> [helm](#provider\_helm) | 2.15.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.72.1 |
| <a name="provider_helm"></a> [helm](#provider\_helm) | 2.16.1 |
| <a name="provider_kubectl"></a> [kubectl](#provider\_kubectl) | 1.14.0 |

## Modules
Expand Down