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

build(deps): bump terraform-aws-modules/eks/aws from 20.17.2 to 20.23.0 in /examples/complete #96

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps terraform-aws-modules/eks/aws from 20.17.2 to 20.23.0.

Release notes

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

v20.23.0

20.23.0 (2024-08-09)

Features

  • Add new output values for OIDC issuer URL and provider that are dual-stack compatible (#3120) (72668ac)

v20.22.1

20.22.1 (2024-08-09)

Bug Fixes

v20.22.0

20.22.0 (2024-08-05)

Features

  • Enable update in place for node groups with cluster placement group strategy (#3045) (75db486)

v20.21.0

20.21.0 (2024-08-05)

Features

v20.20.0

20.20.0 (2024-07-19)

Features

  • Enable support for ignore_failed_scaling_activities (#3104) (532226e)

v20.19.0

20.19.0 (2024-07-15)

Features

  • Pass the primary_ipv6 argument to the AWS provider. (#3098) (e1bb8b6)

v20.18.0

20.18.0 (2024-07-15)

... (truncated)

Changelog

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

20.23.0 (2024-08-09)

Features

  • Add new output values for OIDC issuer URL and provider that are dual-stack compatible (#3120) (72668ac)

20.22.1 (2024-08-09)

Bug Fixes

20.22.0 (2024-08-05)

Features

  • Enable update in place for node groups with cluster placement group strategy (#3045) (75db486)

20.21.0 (2024-08-05)

Features

20.20.0 (2024-07-19)

Features

  • Enable support for ignore_failed_scaling_activities (#3104) (532226e)

20.19.0 (2024-07-15)

Features

  • Pass the primary_ipv6 argument to the AWS provider. (#3098) (e1bb8b6)

20.18.0 (2024-07-15)

Features

Commits
  • 1360e3d chore(release): version 20.23.0 [skip ci]
  • 72668ac feat: Add new output values for OIDC issuer URL and provider that are dual-st...
  • faa42df chore(release): version 20.22.1 [skip ci]
  • 6124a08 fix: Eliminates null check on tag values to fix for_each error about unknown ...
  • 5fe865e chore(release): version 20.22.0 [skip ci]
  • 75db486 feat: Enable update in place for node groups with cluster placement group str...
  • bfa5821 chore(release): version 20.21.0 [skip ci]
  • e12ab7a feat: Add support for upgrade_policy (#3112)
  • 705eb80 chore(release): version 20.20.0 [skip ci]
  • 532226e feat: Enable support for ignore_failed_scaling_activities (#3104)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> 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)

Bumps [terraform-aws-modules/eks/aws](https://github.com/terraform-aws-modules/terraform-aws-eks) from 20.17.2 to 20.23.0.
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-eks/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-eks@v20.17.2...v20.23.0)

---
updated-dependencies:
- dependency-name: terraform-aws-modules/eks/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from anmolnagpal as a code owner August 12, 2024 18:12
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 12, 2024
@dependabot dependabot bot added the terraform Pull requests that update Terraform code label Aug 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 12, 2024

Dependabot tried to add @approvers as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/clouddrove/terraform-aws-eks-addons/pulls/96/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the clouddrove/terraform-aws-eks-addons repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

Copy link
Member

@h1manshu98 h1manshu98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
no major changes, only an output cluster_dualstack_oidc_issuer_url is added in v20.23.0.

@anmolnagpal anmolnagpal merged commit bd6f95c into master Aug 13, 2024
17 checks passed
@anmolnagpal anmolnagpal deleted the dependabot/terraform/examples/complete/terraform-aws-modules/eks/aws-20.23.0 branch August 13, 2024 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants