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

fix: EKS Nodegroups - Use pinned version from Scaling Template #53

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

brent-anyscale
Copy link
Collaborator

The original release of this used $LATEST which was causing each terraform apply to recalculate the launch template and update the nodegroups, even when there were no changes.

This now utilizes the latest_version attribute from the aws_launch_template

Changes to be committed:
modified: CHANGELOG.md
modified: modules/aws-anyscale-eks-nodegroups/main.tf
modified: modules/aws-anyscale-iam/iam-policies-data.tf

Pull request checklist

Please check if your PR fulfills the following requirements:

  • pre-commit has been run
  • Tests for the changes have been added (for bug fixes / features)
  • All tests passing
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Pull Request Type

  • Bugfix
  • New feature
  • Refactoring (no functional changes)
  • Documentation change
  • Other (please describe):

Does this introduce a breaking change?

  • Yes
  • No

The original release of this used $LATEST which was causing each terraform apply
to recalculate the launch template and update the nodegroups, even when there
were no changes.

This now utilizes the `latest_version` attribute from the `aws_launch_template`

Changes to be committed:
	modified:   CHANGELOG.md
	modified:   modules/aws-anyscale-eks-nodegroups/main.tf
	modified:   modules/aws-anyscale-iam/iam-policies-data.tf
@brent-anyscale brent-anyscale requested a review from a team as a code owner September 5, 2024 21:37
@brent-anyscale brent-anyscale added the bug Something isn't working label Sep 5, 2024
Copy link
Contributor

@domcatalano domcatalano left a comment

Choose a reason for hiding this comment

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

LGTM

@domcatalano domcatalano merged commit 477356c into main Sep 5, 2024
3 checks passed
@brent-anyscale brent-anyscale deleted the brent/eks branch September 5, 2024 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working terraform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants