Skip to content

Commit 72a4cee

Browse files
authored
Merge pull request cds-hooks#445 from buildpacks/jromero-patch-1
Link to platform API releases
2 parents 8c1ca7d + 42edfff commit 72a4cee

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/docs/concepts/components/platform.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,18 @@ A `platform` uses a [lifecycle][lifecycle], [buildpacks][buildpack] (packaged in
1010
<!--more-->
1111

1212
## Examples
13+
1314
Examples of a platform might include:
1415

1516
* A local CLI tool that uses buildpacks to create OCI images. One such tool is the [Pack CLI][pack]
1617
* A plugin for a continuous integration service that uses buildpacks to create OCI images. One such plugin is the [buildpacks][buildpacks-tekton] plugin in [Tekton][tekton]
1718
* A cloud application platform that uses buildpacks to build source code before deployment. One such platform is [kpack][kpack]
1819

1920
## API
20-
The platform [specification][spec] details what a platform does, and how it interacts with lifecycles and builders. The current API version for the platform is `0.4`.
21+
22+
The platform [specification][spec] details what a platform does, and how it interacts with lifecycles and builders.
23+
24+
For the latest version of the Platform API, see [releases][releases] on the spec repo.
2125

2226
[builder]: /docs/concepts/components/builder/
2327
[buildpack]: /docs/concepts/components/buildpack/
@@ -28,3 +32,4 @@ The platform [specification][spec] details what a platform does, and how it inte
2832
[tekton]: https://tekton.dev/
2933
[kpack]: https://github.com/pivotal/kpack
3034
[api-version]: https://github.com/buildpacks/spec/blob/main/platform.md#platform-api-version
35+
[releases]: https://github.com/buildpacks/spec/releases?q=platform

0 commit comments

Comments
 (0)