Skip to content

Commit

Permalink
bump: version 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 24, 2024
1 parent 928443b commit 86ff150
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
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

0 comments on commit 86ff150

Please sign in to comment.