Skip to content
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

[pull] master from terraform-aws-modules:master #117

Open
wants to merge 526 commits into
base: master
Choose a base branch
from

Conversation

pull[bot]
Copy link

@pull pull bot commented Aug 25, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Aug 25, 2021
@github-actions
Copy link

Thank you for your contribution!

The CHANGELOG.md file contents are handled by the maintainers during merge. This is to prevent pull request merge conflicts.
Please see the Contributing Guide for additional pull request review items.

Remove any changes to the CHANGELOG.md file and commit them in this pull request.

bryantbiggs and others added 28 commits December 16, 2022 14:44
## [19.1.0](v19.0.4...v19.1.0) (2022-12-16)

### Features

* Add support for addon `configuration_values` ([#2345](#2345)) ([3b62f6c](3b62f6c))
### [19.1.1](v19.1.0...v19.1.1) (2022-12-17)

### Bug Fixes

* Use IAM session context data source to resolve the identities role when using `assumed_role` ([#2347](#2347)) ([71b8eca](71b8eca))
Fix typo for vpc-cni addon

All environment variables have to be strings
…ions` on launch templates (#2352)

Resolves undefined
## [19.2.0](v19.1.1...v19.2.0) (2022-12-18)

### Features

* Ensure all supported resources are tagged under `tag_specifications` on launch templates ([#2352](#2352)) ([0751a0c](0751a0c))
## [19.3.0](v19.2.0...v19.3.0) (2022-12-18)

### Features

* Add additional port for `metrics-server` to recommended rules ([#2353](#2353)) ([5a270b7](5a270b7))
### [19.3.1](v19.3.0...v19.3.1) (2022-12-18)

### Bug Fixes

* Correct map name for security group rule 4443/tcp ([#2354](#2354)) ([13a9542](13a9542))
## [19.4.0](v19.3.1...v19.4.0) (2022-12-19)

### Features

* Allow configuring which tags are passed on launch template tag specifications ([#2360](#2360)) ([094ed1d](094ed1d))
…on` argument (#2364)

Fix incorrect variable name on self managed nodes

Self managed nodes were pulling from the eks_managed_node_group_defaults and not self_managed_node_group_defaults for tag_specifications.
### [19.4.1](v19.4.0...v19.4.1) (2022-12-20)

### Bug Fixes

* Correct `eks_managed_*` to `self_managed_*` for `tag_specification` argument ([#2364](#2364)) ([df7c57c](df7c57c))
* Drop spot-instances-request from tag_specifications

* fix: Update documentation

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
### [19.4.2](v19.4.1...v19.4.2) (2022-12-20)

### Bug Fixes

* Drop spot-instances-request from tag_specifications ([#2363](#2363)) ([e391a99](e391a99))
### [19.4.3](v19.4.2...v19.4.3) (2023-01-05)

### Bug Fixes

* Use a version for  to avoid GitHub API rate limiting on CI workflows ([#2376](#2376)) ([460e43d](460e43d))
…gMap (#2380)

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
Fixes #2379
## [19.5.0](v19.4.3...v19.5.0) (2023-01-05)

### Features

* Ignore changes to labels and annotations on on `aws-auth` ConfigMap ([#2380](#2380)) ([5015b42](5015b42))
### [19.5.1](v19.5.0...v19.5.1) (2023-01-05)

### Bug Fixes

* AMI lookup should only happen when launch template is created ([#2386](#2386)) ([3834935](3834935))
fix typos

Signed-off-by: Fernando Miguel <github@FernandoMiguel.net>

Signed-off-by: Fernando Miguel <github@FernandoMiguel.net>
bryantbiggs and others added 30 commits November 8, 2024 15:56
## [20.29.0](v20.28.0...v20.29.0) (2024-11-08)

### Features

* Add support for pod identity association on EKS addons ([#3203](#3203)) ([a224334](a224334))
…ddons (due to retries) (#3218)

* feat: Improve addon dependency chain and decrease time to provision addons (due to retries)

* fix: Run pre-commit to clean up docs
## [20.30.0](v20.29.0...v20.30.0) (2024-11-26)

### Features

* Improve addon dependency chain and decrease time to provision addons (due to retries) ([#3218](#3218)) ([ab2207d](ab2207d))
## [20.30.1](v20.30.0...v20.30.1) (2024-11-26)

### Bug Fixes

* Coalesce local `resolve_conflicts_on_create_default` value to a boolean since default is `null` ([#3221](#3221)) ([35388bb](35388bb))
* feat: Add support for EKS hybrid nodes

* feat: Add support for EKS Auto Mode

* chore: Update test directory names

* chore: Clean up examples and tests

* fix: Clean up and last minute changes for GA

* chore: Formatting

* chore: Bump min required version for new features

* fix: Corrects from test/validation on existing clusters

* feat: Add policy for custom tags on EKS Auto Mode, validate examples

* chore: Expand on `CAM` acronym

* chore: Update README to match examples
## [20.31.0](v20.30.1...v20.31.0) (2024-12-04)

### Features

* Add support for EKS Auto Mode and EKS Hybrid nodes ([#3225](#3225)) ([3b974d3](3b974d3))
…breaking change (#3233)

* chore: disable detailed monitoring by default

* docs: change default input value

* chore: add comment to change at next breaking change

* docs: change default back
## [20.31.1](v20.31.0...v20.31.1) (2024-12-09)

### Bug Fixes

* Create EKS Auto Mode role when Auto Mode is enabled, regardless of built-in node pool use ([#3234](#3234)) ([e2846be](e2846be))
## [20.31.2](v20.31.1...v20.31.2) (2024-12-12)

### Bug Fixes

* Avoid trying to attach the node role when Auto Mode nodepools are not specified ([#3239](#3239)) ([ce34f1d](ce34f1d))
## [20.31.3](v20.31.2...v20.31.3) (2024-12-12)

### Bug Fixes

* Update min provider version to remediate cluster replacement when enabling EKS Auto Mode ([#3240](#3240)) ([012e51c](012e51c))
## [20.31.4](v20.31.3...v20.31.4) (2024-12-14)

### Bug Fixes

* Auto Mode custom tag policy should apply to cluster role, not node role ([#3242](#3242)) ([a07013a](a07013a))
## [20.31.5](v20.31.4...v20.31.5) (2024-12-20)

### Bug Fixes

* Correct Auto Mode disable ([#3253](#3253)) ([2a6a57a](2a6a57a))
* Change kubectl provider

* chore: Remove `kubectl` provider

---------

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
## [20.31.6](v20.31.5...v20.31.6) (2024-12-20)

### Bug Fixes

* Revert changes to disabling auto mode [#3253](#3253) ([#3255](#3255)) ([1ac67b8](1ac67b8))
fix: Add Bottlerocket FIPS image variants
## [20.32.0](v20.31.6...v20.32.0) (2025-01-17)

### Features

* Add Bottlerocket FIPS image variants ([#3275](#3275)) ([d876ac4](d876ac4))
* feat: add var.node_repair_config to eks-managed-node-group

Fixes #3249

* chore: run terraform-docs

* chore: update examples/eks-managed-node-group

* fix: Correct implementation

---------

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
## [20.33.0](v20.32.0...v20.33.0) (2025-01-17)

### Features

* Add node repair config to managed node group ([#3271](#3271)) ([edd7ef3](edd7ef3)), closes [#3249](#3249)
…ols (#3281)

Removed EC2 type from condition so policy attachement for access entry can be done for EC2 type for creating access entry for Node role.

While Creating Access entry for Self managed node role, we were getting below error as it seems EC2 type is included in exception for policy attachment. Once I removed EC2 from exception condition, it started picking up Policy attachment and Access Entry got created.

│ Error: Unsupported attribute
│ 
│   on .terraform/modules/eks/main.tf line 289, in resource "aws_eks_access_policy_association" "this":
│  289:   policy_arn    = each.value.association_policy_arn
│     ├────────────────
│     │ each.value is object with 3 attributes
│ 
│ This object does not have an attribute named "association_policy_arn".
## [20.33.1](v20.33.0...v20.33.1) (2025-01-22)

### Bug Fixes

* Allow `"EC2"` access entry type for EKS Auto Mode custom node pools ([#3281](#3281)) ([3e2ea83](3e2ea83))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.