Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: terraform-aws-modules/terraform-aws-eks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v21.17.0
Choose a base ref
...
head repository: terraform-aws-modules/terraform-aws-eks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v21.17.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 6, 2026

  1. fix: Avoid attempting to retrieve the AMI ID from SSM parameter if a …

    …custom AMI ID is provided (#3660)
    
    * fix: don't retrieve ssm param if custom ami used
    
    The ssm param for the recommended ami is not used if a custom ami is used.
    Also, if one wishes to use a custom ami with the older AL2 ami_type (uses bootstrap.sh for user_data in launch templates),
    retrieving the ssm param fails with k8s >= 1.33 due to the AL2 images being removed:
    
        Error: reading SSM Parameter (/aws/service/eks/optimized-ami/1.34/amazon-linux-2/recommended/image_id): couldn't find resource
    
    Private-ref: https://tasks.opencraft.com/browse/BB-10631
    
    * fix: tidy checks for ami_id
    samuelallan72 authored Apr 6, 2026
    Configuration menu
    Copy the full SHA
    26ead74 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 21.17.1 [skip ci]

    ## [21.17.1](v21.17.0...v21.17.1) (2026-04-06)
    
    ### Bug Fixes
    
    * Avoid attempting to retrieve the AMI ID from SSM parameter if a custom AMI ID is provided ([#3660](#3660)) ([26ead74](26ead74))
    semantic-release-bot committed Apr 6, 2026
    Configuration menu
    Copy the full SHA
    6bac707 View commit details
    Browse the repository at this point in the history
Loading