Skip to content

Commit c120010

Browse files
authored
Fix documentation to specify when revisions are created. (#3920)
- this should allign with the messages that are created within revisions https://github.com/cloudfoundry/cloud_controller_ng/blob/11ef2a547e6c50001a65e49855c159aecdb32381/app/actions/revision_resolver.rb#L60-L62 - we confirmed that revisions are not created when running tasks on a --tasks pushed application or when the app is pushed with the app is pushed with the task config
1 parent 11ef2a5 commit c120010

File tree

1 file changed

+4
-4
lines changed
  • docs/v3/source/includes/resources/revisions

1 file changed

+4
-4
lines changed

docs/v3/source/includes/resources/revisions/_header.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
## Revisions
22

3-
Revisions represent code used by an application at a specific time. The most recent revision for a running application represents code and configuration currently running in Cloud Foundry.
3+
Revisions represent code used by an application at a specific time. The most recent revision for a running application represents code and configuration currently running in Cloud Foundry. Revisions are not created for Tasks.
44

55
Revision are created when the following is changed:
66

7-
* A new droplet is created for an app
7+
* A new droplet is deployed for an app
88

9-
* An app's environment variables are changed
9+
* An app is deployed with new environment variables
1010

11-
* The custom start command for an app is added or changed
11+
* The app is deployed with a new or changed custom start command
1212

1313
* An app rolls back to a prior revision
1414

0 commit comments

Comments
 (0)