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(cloudfoundry): Update ProcessStats model due to capi-1.84.0 changes #6283

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

christosarvanitis
Copy link
Member

Cloudfoundry API 1.84.0 is shipped with a fix for cloudfoundry/cloud_controller_ng#3834. Summary of the change is:

  • Before the change when an app was stopped the state was immediately returned as DOWN although a graceful shutdown period may existed before actually was stopped.

  • After the change when an app is stopped if within a graceful shutdown period the state will be returned as STOPPING -> DOWN

Clouddriver ProcessStats model is updated with this PR to include the STOPPING state. Additionally updated the StopCloudFoundryServerGroupAtomicOperation to wait until the Graceful shutdown period expires.

@jasonmcintosh jasonmcintosh added the ready to merge Approved and ready for a merge label Sep 24, 2024
@mergify mergify bot added the auto merged Merged automatically by a bot label Sep 24, 2024
@mergify mergify bot merged commit 031bf1d into spinnaker:master Sep 24, 2024
23 checks passed
christosarvanitis added a commit to armory-io/clouddriver that referenced this pull request Sep 25, 2024
@jasonmcintosh
Copy link
Member

@mergify backport release-1.34.x release-1.33.x release-1.35.x release-1.32.x

Copy link
Contributor

mergify bot commented Oct 15, 2024

backport release-1.34.x release-1.33.x release-1.35.x release-1.32.x

✅ Backports have been created

mergify bot pushed a commit that referenced this pull request Oct 15, 2024
mergify bot pushed a commit that referenced this pull request Oct 15, 2024
mergify bot pushed a commit that referenced this pull request Oct 15, 2024
mergify bot pushed a commit that referenced this pull request Oct 15, 2024
mergify bot added a commit that referenced this pull request Oct 15, 2024
…es (#6283) (#6293)

(cherry picked from commit 031bf1d)

Co-authored-by: Christos Arvanitis <christos.arvanitis@armory.io>
mergify bot added a commit that referenced this pull request Oct 15, 2024
…es (#6283) (#6294)

(cherry picked from commit 031bf1d)

Co-authored-by: Christos Arvanitis <christos.arvanitis@armory.io>
mergify bot added a commit that referenced this pull request Oct 15, 2024
…es (#6283) (#6291)

(cherry picked from commit 031bf1d)

Co-authored-by: Christos Arvanitis <christos.arvanitis@armory.io>
mergify bot added a commit that referenced this pull request Oct 15, 2024
…es (#6283) (#6292)

(cherry picked from commit 031bf1d)

Co-authored-by: Christos Arvanitis <christos.arvanitis@armory.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto merged Merged automatically by a bot ready to merge Approved and ready for a merge target-release/1.36
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants