-
Notifications
You must be signed in to change notification settings - Fork 315
[develop] Address cluster update failure when old capacity reservation has been deleted and changelog update for 3.13.2 #6884
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
Conversation
… config has been deleted
…instance type specified
CHANGELOG.md
Outdated
------ | ||
|
||
**BUG FIXES** | ||
- Fix build image failures occurring on non-latest versions of Rocky Linux 9. | ||
- Fix a bug which may cause `update-cluster` and `update-compute-fleet` to fail when compute resources reference an expired Capacity Reservation that is no longer accessible via EC2 APIs. | ||
- Fix `build-image` failure on Rocky 9, occurring when the parent image is not the latest version. https://github.com/aws/aws-parallelcluster/issues/6874 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #6900 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
CHANGELOG.md
Outdated
- Fix build image failures occurring on non-latest versions of Rocky Linux 9. | ||
- Fix a bug which may cause `update-cluster` and `update-compute-fleet` to fail when compute resources reference an expired Capacity Reservation | ||
that is no longer accessible via EC2 APIs. | ||
- Fix `build-image` failure on Rocky 9, occurring when the parent image does not ship the latest kernel version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: missing period at the end of the sentence. Not a blocker of corse, but just to keep in mind.
Description of changes
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.