You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should support the version and application_versionattrubutes of the VCAP_APPLICATOIN env var.
Acceptance
GIVEN I push an app that dumps the envirionment to Korifi
WHEN I access the app THEN I can see version and application_version attributes in the VCAP_APPLICATION env var
WHEN I restart the app THEN I can see that version and application_version have changed
Dev Notes
On CF for VMs the version and application_version in the VCAP_APPLICATION env var are set to the process version.
Looking at the cloud controller code there are certain rules that dictate when the process version should be changed.
As of today the only rule that applies is the transition of the process from STOPPED to STARTED. These statuses look like they refer to the process, not the app. We do not have process statuses in korifi.
Background
We should support the
version
andapplication_version
attrubutes of theVCAP_APPLICATOIN
env var.Acceptance
GIVEN I push an app that dumps the envirionment to Korifi
WHEN I access the app
THEN I can see
version
andapplication_version
attributes in theVCAP_APPLICATION
env varWHEN I restart the app
THEN I can see that
version
andapplication_version
have changedDev Notes
Output from mel-c
The text was updated successfully, but these errors were encountered: