-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Batiai 2678 update vars and refine (#26)
- Loading branch information
Showing
2 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |