Releases: cloudposse/terraform-aws-eks-cluster
v0.30.1
🚀 Enhancements
Configure Renovate @renovate (#83)
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
auth.tf
(terraform)main.tf
(terraform)versions.tf
(terraform)
Configuration
🔡 Renovate has detected a custom config for this PR. Feel free to ask for help if you have any doubts and would like it reviewed.
Important: Now that this branch is edited, Renovate can't rebase it from the base branch any more. If you make changes to the base branch that could impact this onboarding PR, please merge them manually.
What to Expect
With your current configuration, Renovate will create 1 Pull Request:
Update Terraform cloudposse/label/null to v0.22.0
- Schedule: ["at any time"]
- Branch name:
renovate/cloudposse-label-null-0.x
- Merge into:
master
- Upgrade cloudposse/label/null to
0.22.0
❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
This PR has been generated by WhiteSource Renovate. View repository job log here.
v0.30.0
v0.29.1
v0.29.0
feat: add k8s provider config variables @dotCipher (#78)
what
- Adds variable for
kubernetes.load_config_file
configuration viakubernetes_load_config_file
- Add variable for
kubernetes.config_path
configuration viakubernetes_config_path
why
- Allow bypassing issues with clusters provisioned with different users by migrating from
null
config map resource to nativekubernetes
provider config map resource
references
- Closes #77
v0.28.0
0.27.0 Update subnet tags and use private subnets for workers
what
- Enable subnet tags for ALB ingress controller in the example
- Use private subnet for EKS nodes
- Create NAT gateway for private subnets
why
- Make the example production ready
0.26.2
0.26.1
0.26.0: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#69)
## What 1. Update Version Pinning for Terraform to support 0.13 ## Why 1. This is a relatively minor update that the CloudPosse module already likely supports. 1. This allows module consumers to not individually update our Terraform module to support Terraform 0.13.
0.25.0: Enable encryption config (#62)
* Enable aws_eks_cluster encryption_config * make README * Added Cluster Encryption Config KMS Key Alias * Updated README.md * Update variables.tf * Update main.tf * Update outputs.tf * Update main.tf * Update main.tf * Update main.tf * Update outputs.tf * Updated README.md * Executed 'terraform fmt' Co-authored-by: Erik Osterman <[email protected]> Co-authored-by: actions-bot <[email protected]>