Skip to content

v0.22.1

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 21:51
· 1 commit to refs/heads/main since this release
477356c

🚀 Enhancements

Initial EKS Support for Anyscale on Kubernetes @brent-anyscale (#52)

This PR includes the required changes to support the initial release of Anyscale running on EKS. This should be considered a beta release and additional updates will be coming.

NOT YET DONE:

  • Minimal IAM Role for the Control Plane when using Anyscale Kubernetes.

🐛 Bug Fixes

fix: EKS Nodegroups - Use pinned version from Scaling Template @brent-anyscale (#53)

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