-
Notifications
You must be signed in to change notification settings - Fork 903
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(ecs): Cannot see instance details for ecs cluster #9157
Conversation
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.
Code changes for using the new InstanceWriter
LGTM, I mostly have feedback about the test
(which I'm very happy to see you've added, btw!)
bc0ece2
to
89acded
Compare
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.
🎉
@link108 per spinnaker/spinnaker#6406 it looks like this is a regression present in 1.25 and 1.26. Would we be able to backport this to the next patch releases of these versions? |
@allisaurus Yup, will create backports for these now and create another patch next week |
@Mergifyio backport release-1.25.x release-1.26.x |
(cherry picked from commit c20da7a)
(cherry picked from commit c20da7a)
Command
|
This PR fixes the #6405
In 1.25 release, De-angularize InstanceWriter PR got released which broke the existing functionality of the InstanceWriter in ecs module as changes related to ecs got skipped in that particular release. We have fixed the InstanceWriter dependency issue in this PR.