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 (backport #6283) #6291

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Oct 15, 2024

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.


This is an automatic backport of pull request #6283 done by Mergify.

@jasonmcintosh jasonmcintosh added the ready to merge Approved and ready for a merge label Oct 15, 2024
@mergify mergify bot added the auto merged Merged automatically by a bot label Oct 15, 2024
@mergify mergify bot merged commit ea908a3 into release-1.34.x Oct 15, 2024
24 checks passed
@mergify mergify bot deleted the mergify/bp/release-1.34.x/pr-6283 branch October 15, 2024 15:28
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.34
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants