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

feat: Add support for newly released AL2023 accelerated AMI types #3177

Merged

Conversation

bryantbiggs
Copy link
Member

Description

  • Add support for newly released AL2023 accelerated AMI types
  • Update Kubernetes version to 1.31 throughout

Motivation and Context

  • New accelerated AMI variants based on AL2023

Breaking Changes

  • No

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

@bryantbiggs bryantbiggs merged commit b2a8617 into terraform-aws-modules:master Oct 12, 2024
17 checks passed
@bryantbiggs bryantbiggs deleted the feat/accelerated-al2023 branch October 12, 2024 16:44
antonbabenko pushed a commit that referenced this pull request Oct 12, 2024
## [20.25.0](v20.24.3...v20.25.0) (2024-10-12)

### Features

* Add support for newly released AL2023 accelerated AMI types ([#3177](#3177)) ([b2a8617](b2a8617))

### Bug Fixes

* Update CI workflow versions to latest ([#3176](#3176)) ([eb78240](eb78240))
@antonbabenko
Copy link
Member

This PR is included in version 20.25.0 🎉

@@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.61"
version = ">= 5.70"
Copy link

@mars64 mars64 Oct 22, 2024

Choose a reason for hiding this comment

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

For posterity, there appears to be an outstanding issue where aws provider >= 5.69 doesn't properly initialize for a large set of users. Until that is resolved, impacted users will need to back-pin this module to v20.24.3 or earlier.

Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants