-
Notifications
You must be signed in to change notification settings - Fork 23
/
publish.html.md.erb
36 lines (25 loc) · 2.06 KB
/
publish.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
title: Publish and Update
owner: Services
---
<strong><%= modified_date %></strong>
This topic provides resources to help you publish and update your service tile for Pivotal Cloud Foundry (PCF).
## <a id="publish"></a> Publish Your Tile
[The Pivotal Partner Software Product Release Cycle](./releases.html) explains how Pivotal works with partners to release PCF products,
from the private alpha and closed beta phases, to general availability and publication on [Pivotal Network](http://network.pivotal.io).
After you've packaged your product's BOSH releases, stemcell, metadata, and other tile components into a single zipped download file, post it to Pivotal Network in one of two ways:
* Use the Pivotal Network [API command](https://network.pivotal.io/docs/api#public/docs/api/v2/product_files.md) `POST /api/v2/products/:product_slug/product_files`.
* Use the Pivotal Network product upload form.
![Pivnet Upload GUI](img/pivnet-upload.png)
## <a id="update"></a> Update Your Tile
Most tile updates originate with the tile developer, but new releases of PCF can also necessitate tile changes
to maintain compatibility with the current version of the platform.
* Tile Generator automates tile versioning and upgrades.
For more information, see [Versioning](./tile-generator.html#versioning) in the Tile Generator documentation.
* [Tile Upgrades](./tile-upgrades.html) explains how to write and include a JavaScript file that automates tile upgrades
by migrating property names and values from one tile version to another.
* When changes to PCF require tile changes, Pivotal distributes instructions to all of its partners:
* [Pivotal Cloud Foundry v2.2 Partners Release Notice](http://docs.pivotal.io/tiledev/2-2/release-notes.html)
* [Pivotal Cloud Foundry v2.1 Partners Release Notice](http://docs.pivotal.io/tiledev/2-1/release-notes.html)
* [Pivotal Cloud Foundry v2.0 Partners Release Notice](http://docs.pivotal.io/tiledev/2-0/release-notes.html)
* [Pivotal Cloud Foundry v1.12 Partners Release Notice](http://docs.pivotal.io/tiledev/1-12/release-notes.html)