Skip to content

Commit

Permalink
Batiai 2678 update vars and refine (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
dahoward5 authored Jul 11, 2024
2 parents bf6d216 + ad84e50 commit 50f165a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
5 changes: 3 additions & 2 deletions example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ provider "aws" {
}

module "main-eks" {
source = "[email protected]:CMS-Enterprise/Energon-Kube.git?ref=3.0.2"

source = "[email protected]:CMS-Enterprise/Energon-Kube.git?ref=3.0.1"
cluster_custom_name = "temp-test"
env = "impl"
gold_image_date = "2024-05"
project = "batcave"
ado = "batcave"
program_office = "batman"
}
21 changes: 21 additions & 0 deletions releases/3.0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Release Notes

## [Version 3.0.2] - 2024-07-11

### Improvements
- Changed `project` variable to `ado`
- Updated EFS directory permissions to default to `0700`, but allow changes via `efs_directory_permissions` variable.
- Updated storage class reclaim policy to default to `Retain` and allow changes via `eks_gp3_reclaim_policy` variable.
- Update storage class volume binding mode to default to `WaitForFirstConsumer` and allow changes via `eks_gp3_volume_binding_mode` variable.
- Changed the cluster name to `<program_office>-<ado>-<env>-<cluster_custom_name>`.

### Removed
- Removed bottlerocket support.
- Removed s3 bucket provisioning, and pulled in the CMS provided logging bucket.

### Bug Fixes
- Fixed EFS CSI Driver issue mounting EFS volumes.
- Fixed VPC Subnet lookup override variable issue.

### Security
- Update KMS `deletion_window_in_days` to a default of `30` days.

0 comments on commit 50f165a

Please sign in to comment.