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
[RFC0031] Add support for uploading buildpacks packaged as cnb (tar) files (#4342)
* Remove default buildpacks filter and change default sort to 'lifecycle'
* Fix issue with manifest apply jobs determining incorrect lifecycle
* Validate buildpack filetype based on lifecycle
* Update docs
* Support .cnb, .tgz, and .tar.gz as part of install_buildpacks
Co-authored-by: Tom Kennedy <[email protected]>
Copy file name to clipboardExpand all lines: docs/v3/source/includes/resources/apps/_update.md.erb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Content-Type: application/json
39
39
Name | Type | Description
40
40
---- | ---- | -----------
41
41
**name** | _string_ | Name of the app
42
-
**lifecycle** | [_lifecycle object_](#the-lifecycle-object) | Lifecycle to be used when updating the app; note: `data` is a required field in lifecycle if lifecycle is updated
42
+
**lifecycle** | [_lifecycle object_](#the-lifecycle-object) | Lifecycle to be used when updating the app; note: `data` is a required field in lifecycle if lifecycle is updated. `type` may NOT be changed from its current value.
43
43
**metadata.labels** | [_label object_](#labels) | Labels applied to the app
44
44
**metadata.annotations** | [_annotation object_](#annotations) | Annotations applied to the app
**stack** | _string_ | The name of the stack that the buildpack will use | null
46
46
**position** | _integer_ | The order in which the buildpacks are checked during buildpack auto-detection | 1
47
+
**lifecycle**| _string_ | The version of buildpack the buildpack will use. `buildpack` indicates [Classic Buildpacks](https://docs.cloudfoundry.org/buildpacks/classic.html). `cnb` indicates [Cloud Native Buildpacks](https://docs.cloudfoundry.org/buildpacks/cnb/) | buildpack
47
48
**enabled** | _boolean_ | Whether or not the buildpack will be used for staging | true
48
49
**locked** | _boolean_ | Whether or not the buildpack is locked to prevent updating the bits | false
49
50
**metadata.labels** | [_label object_](#labels) | Labels applied to the buildpack
0 commit comments