Releases: cloudposse/terraform-aws-eks-cluster
v4.8.0
Feat: Add remote_network_config configuration @mszczepanczyk-soprasteria (#258)
## what- Add configuration for remote node and pod networks
why
- Support for hybrid nodes
- We use it in combination with Cilium in overlay mode so that the cluster correctly recognizes IPs in cilium pod CIDR as pods
references
v4.7.0
feat: add pod identity association support for EKS addons @litanyofmadness (#256)
## what- Added pod_identity_association parameter to EKS addons configuration
- Maps service account names to IAM role ARNs for pod identity authentication
- Maintains backward compatibility with existing configurations
why
- Enables modern IAM authentication for EKS addons using pod identities
- Aligns with AWS best practices for EKS
references
🤖 Automatic Updates
v4.6.0
🚀 Enhancements
- Allow extra tags specific to addons
- Make
access_scopeoptional inaccess_policy_associations
Enhancements (#250)
## what- Ensure access entries are created before associating them with policies
- Allow extra tags specific to addons
- Make
access_scopeoptional inaccess_policy_associations - Add testing for
enabled=false - Fix typo in hyperlink
why
- Some addons require specific tags for configuration
- All the elements of
access_scopeare optional, soaccess_scopeitself is not required
references
🐛 Bug Fixes
- Ensure access entries are created before associating them with policies
- Add testing for
enabled=false - Fix typo in hyperlink
Bugfixes @Nuru (#250)
## what- Ensure access entries are created before associating them with policies
- Add testing for
enabled=false - Fix typo in hyperlink
why
- Race condition can cause cluster creation to fail if Terraform attempts to create access entries and policy associations in parallel
- Standard testing requirement, ensure no resources are created and module functions without error when
enabled=false - Fix typo
references
v4.5.0
Add support for upgrade policy configuration @z0rc (#245)
## whatAdd module variable to set aws_eks_cluster's upgrade_policy.
why
I need to be able to downgrade EKS support policy from default "Extedned" to "Standard".
references
Summary by CodeRabbit
-
New Features
- Introduced a new input parameter
upgrade_policyfor configuring the support policy of the EKS cluster. - Added a new variable
zonal_shift_configto the Terraform configuration.
- Introduced a new input parameter
-
Documentation
- Updated README and Terraform documentation to include details about the new
upgrade_policyinput. - Enhanced clarity and comprehensiveness of existing inputs and outputs documentation.
- Added examples for the
upgrade_policyconfiguration in the fixtures and variable files.
- Updated README and Terraform documentation to include details about the new
-
Bug Fixes
- Updated default values for existing variables to improve clarity and usability.
v4.4.1
Add support for zonal shift configuration @z0rc (#243)
## whatAdd support of zonal shift config for the cluster. Closes #242
why
See linked ticket.
references
See linked ticket.
additional info
<br> to <br/> changes are caused by new version of terraform-docs and are intended, see terraform-docs/terraform-docs#787
🤖 Automatic Updates
Update terratest to '>= 0.46.0' @osterman (#232)
## what - Update terratest `>= 0.46.0`why
- Support OpenTofu for testing
References
- https://github.com/gruntwork-io/terratest/releases/tag/v0.46.0
- DEV-374 Add opentofu to all our Terragrunt Testing GHA matrix
Migrate new test account @osterman (#240)
## what - Update `.github/settings.yml` - Update `.github/chatops.yml` fileswhy
- Re-apply
.github/settings.ymlfrom org level to getterratestenvironment - Migrate to new
testaccount
References
- DEV-388 Automate clean up of test account in new organization
- DEV-387 Update terratest to work on a shared workflow instead of a dispatch action
- DEV-386 Update terratest to use new testing account with GitHub OIDC
v4.4.0
🚀 Enhancements
feat: Add support bootstrap_self_managed_addons @sergeyrudenko111 (#236)
## what- Add support of
bootstrap_self_managed_addonsforaws_eks_clusterresource
why
- This change will provide an opportunity to not bootstrap default networking addons for new cluster
references
v4.3.0
feat: Add missed tags @MaxymVlasov (#235)
## whatAdd tags to resources where they missed
🤖 Automatic Updates
v4.2.0
add cloudwatch_log_group_class config @peter-novata (#229)
what
- Add configuration option for the cloudwatch log infrequent access
why
terraform AWS provider added support for the recent cloudwatch log infrequent access feature which reduces cloudwatch log costs by up to 50%
references
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_group.html#log_group_class
https://aws.amazon.com/blogs/aws/new-amazon-cloudwatch-log-class-for-infrequent-access-logs-at-a-reduced-price/
🤖 Automatic Updates
v4.1.1
Add Service IPv4 CIDR to output @z0rc (#227)
what
Implements #226.
why
See linked issue.
references
See linked issue.
Update/enhance migration documentation @Nuru (#218)
what
- Update/enhance v3 to v4 migration documentation
- Add
.editorconfig
why
- Add more information that may be helpful
- Maintain consistent formatting, particularly with regard to line endings and trailing whitespace, reducing the number of meaningless changes introduced when editing
🚀 Enhancements
Bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4 in /test/src @dependabot (#222)
Bumps github.com/hashicorp/go-getter from 1.7.3 to 1.7.4.
Release notes
Sourced from github.com/hashicorp/go-getter's releases.
v1.7.4
What's Changed
- Escape user-provided strings in
gitcommands hashicorp/go-getter#483- Fixed a bug in
.netrchandling if the file does not exist hashicorp/go-getter#433Full Changelog: hashicorp/go-getter@v1.7.3...v1.7.4
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
🤖 Automatic Updates
Update GitHub Workflows to Fix ReviewDog TFLint Action @osterman (#225)
what
- Update workflows (
.github/workflows) to addissue: writepermission needed by ReviewDogtflintaction
why
- The ReviewDog action will comment with line-level suggestions based on linting failures
Bump golang.org/x/net from 0.21.0 to 0.23.0 in /test/src @dependabot (#221)
Bumps golang.org/x/net from 0.21.0 to 0.23.0.
Commits
c48da13http2: fix TestServerContinuationFlood flakes762b58dhttp2: fix tipos in commentba87210http2: close connections when receiving too many headersebc8168all: fix some typos3678185http2: make TestCanonicalHeaderCacheGrowth faster448c44fhttp2: remove clientTesterc7877achttp2: convert the remaining clientTester tests to testClientConnd8870b0http2: use synthetic time in TestIdleConnTimeoutd73acffhttp2: only set up deadline when Server.IdleTimeout is positive89f602bhttp2: validate client/outgoing trailers- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https:/...
v4.1.0
🚀 Enhancements
Output addons_versions if enabled @bogdanbarna (#216)
what
- Output
addons_versionif the EKS addons are enabled (var.addons)
why
- This may be just my use case, but I have both a variable and a data source for fetching an addon version (the former to overwrite the latter) and the module's addon_version output would become the source of truth for the versions, e.g.
addon_version = try(var.addons_versions["coredns"], data.aws_eks_addon_version.latest["coredns"].version)references
- N/A
🤖 Automatic Updates
Add GitHub Settings @osterman (#215)
what
- Install a repository config (
.github/settings.yaml)
why
- Programmatically manage GitHub repo settings
Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /test/src @dependabot (#213)
Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.