truemark / terraform-aws-eks

Standard TrueMark AWS EKS Terraform module
BSD 3-Clause "New" or "Revised" License
2 stars 4 forks source link

Update terraform-aws-modules/eks/aws requirement from ~> 19.0 to ~> 20.9 #49

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Updates the requirements on terraform-aws-modules/eks/aws to permit the latest version.

Release notes

Sourced from terraform-aws-modules/eks/aws's releases.

v20.9.0

20.9.0 (2024-05-08)

Features

  • Propagate ami_type to self-managed node group; allow using ami_type only (#3030) (74d3918)
Changelog

Sourced from terraform-aws-modules/eks/aws's changelog.

20.9.0 (2024-05-08)

Features

  • Propagate ami_type to self-managed node group; allow using ami_type only (#3030) (74d3918)

20.8.5 (2024-04-08)

Bug Fixes

  • Forces cluster outputs to wait until access entries are complete (#3000) (e2a39c0)

20.8.4 (2024-03-21)

Bug Fixes

  • Pass nodeadm user data variables from root module down to nodegroup sub-modules (#2981) (84effa0)

20.8.3 (2024-03-12)

Bug Fixes

  • Ensure the correct service CIDR and IP family is used in the rendered user data (#2963) (aeb9f0c)

20.8.2 (2024-03-11)

Bug Fixes

  • Ensure a default ip_family value is provided to guarantee a CNI policy is attached to nodes (#2967) (29dcca3)

20.8.1 (2024-03-10)

Bug Fixes

  • Do not attach policy if Karpenter node role is not created by module (#2964) (3ad19d7)

20.8.0 (2024-03-10)

Features

  • Replace the use of toset() with static keys for node IAM role policy attachment (#2962) (57f5130)

20.7.0 (2024-03-09)

... (truncated)

Commits
  • f3299cc chore(release): version 20.9.0 [skip ci]
  • 74d3918 feat: Propagate ami_type to self-managed node group; allow using ami_type...
  • afadb14 chore(release): version 20.8.5 [skip ci]
  • e2a39c0 fix: Forces cluster outputs to wait until access entries are complete (#3000)
  • 07be37d chore: Fix typo in nodeadm examples (#2986)
  • 70866e6 chore(release): version 20.8.4 [skip ci]
  • 84effa0 fix: Pass nodeadm user data variables from root module down to nodegroup sub-...
  • 1627231 chore(release): version 20.8.3 [skip ci]
  • aeb9f0c fix: Ensure the correct service CIDR and IP family is used in the rendered us...
  • 907f70c chore(release): version 20.8.2 [skip ci]
  • 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 5 months ago

Superseded by #53.