forked from terraform-aws-modules/terraform-aws-eks
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v11.0.0 #10
Merged
exequielrafaela
merged 49 commits into
binbashar:master
from
terraform-aws-modules:master
Mar 31, 2020
Merged
v11.0.0 #10
exequielrafaela
merged 49 commits into
binbashar:master
from
terraform-aws-modules:master
Mar 31, 2020
Conversation
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
* Switch Validate github action to use env vars * update changelog after release * Update CHANGELOG.md Co-Authored-By: Thierno IB. BARRY <[email protected]> Co-authored-by: Thierno IB. BARRY <[email protected]>
* Add example for IRSA * remove unused SGs * remove helm setup part * simplification and use module * fix fmt error * remove unused resource
* Disable management of autoscaling IAM policy by default * remove completely * update changelog notes * fix pre-commit stuff * misc updates * fmt * fix changelog * Removal of tags and update docs * Change after updating terraform-docs * Add second tag
* Add iam:GetOpenIDConnectProvider grant to docs/iam-permissions.md * Update CHANGELOG.md
* Update faq.md detailed algorithm for building EKS cluster with Windows nodes * small description fix * Update docs/faq.md Co-Authored-By: Max Williams <[email protected]> * Update faq.md * Update faq.md * Update CHANGELOG.md * Update docs/faq.md Co-Authored-By: Max Williams <[email protected]> * Update docs/faq.md Co-Authored-By: Max Williams <[email protected]> * Update docs/faq.md Co-Authored-By: Max Williams <[email protected]> * Update docs/faq.md Co-Authored-By: Max Williams <[email protected]> * Update CHANGELOG.md Co-Authored-By: Max Williams <[email protected]> Co-authored-by: Max Williams <[email protected]>
* change wait_for_cluster_cmd method change default method for wait_for_cluster_cmd from curl to wget to solve #741 * Update CHANGELOG.md * update docs Co-authored-by: Max Williams <[email protected]>
…#735) * Update README.md * Update main.tf * Update main.tf * Update main.tf * Update main.tf * Update main.tf * Update README.md * Update README.md * Update CHANGELOG.md Co-authored-by: Max Williams <[email protected]>
* change timeout * Update README.md Co-authored-by: Max Williams <[email protected]>
* New release: v9.0.0 * Resolve comments from barryib
* cluster-autoscaler shouldn't be scheduled on spot Update documentation to schedule cluster-autoscaler on normal instances. * Update CHANGELOG.md
…761) * Adding encrypted option to root_block_device of launch_configuration * Updating CHANGELOG.md * Setting back to empty string
Co-authored-by: Thierno IB. BARRY <[email protected]>
* Add default_cooldown/health_check oprions * Update CHANGELOG.md * Update CHANGELOG.md Co-Authored-By: Thierno IB. BARRY <[email protected]> Co-authored-by: Thierno IB. BARRY <[email protected]>
* fix max_instance_lifetime for workers * update changelog * update changelog
This adds support for configuring EKS clusters that utilise envelope encryption for Secrets: - https://aws.amazon.com/about-aws/whats-new/2020/03/amazon-eks-adds-envelope-encryption-for-secrets-with-aws-kms/ - https://aws.amazon.com/blogs/containers/using-eks-encryption-provider-support-for-defense-in-depth/
* chore(eks): Support EKS 1.15 * docs(changelog): Adding entry to CHANGELOG * chore(examples): Removing VPC tags from merged PR #772 * docs(changelog): Adding 'breaking' to CHANGELOG entry
…756) * defaulting to data lookup if worker_group_defaults have no ami_id entry * using coalesce instead of lookup and also using local instead of var. * adding defaults support for specifying windows based amis
* Remove assumption This is not needed since 8.0.0 right? * Update CHANGELOG.md Co-authored-by: Thierno IB. BARRY <[email protected]>
* prepare 10.0.0 release * remove unused version file
Co-authored-by: Thierno IB. BARRY <[email protected]>
…ter to respond (#789)
…re string concat. (#790) Do not use string concat to generate a YAML data structure Co-authored-by: Thierno IB. BARRY <[email protected]>
Setting `manage_aws_auth = false` removes the ordering dependency between node_group and eks_cluster generating an error on first apply. This fixes that use case. Fixes #793
BREAKING CHANGE: The terraform-aws-eks module now require at least kubernetes `1.11.1`. This may cause terraform to fail to init if users have set version = "1.10" like we had in the examples.
…-githubfile-1584563649900479000 [ci skip] Create "LICENSE".
…-githubfile-1584563649900463000 [ci skip] Create ".editorconfig".
Co-authored-by: Vasilyev, Viacheslav <[email protected]> Co-authored-by: Thierno IB. BARRY <[email protected]>
…ch configurations (#800) Co-authored-by: Jaime Hidalgo <[email protected]> Co-authored-by: Thierno IB. BARRY <[email protected]>
* Use aws_partition to build IAM policy ARNs * Update broken link to CONTRIBUTING.md in README.md
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v11.0.0
@barryib barryib released this 14 hours ago
FEATURES:
wait_for_cluster_cmd
terraform-aws-modules/terraform-aws-eks#795)ENHANCEMENTS:
aws-auth
ConfigMap's roles from Object. No more string concat. terraform-aws-modules/terraform-aws-eks#790)BUG FIXES:
Type
nicely terraform-aws-modules/terraform-aws-eks#803)CI:
TESTS: