forked from mboldt/docs-tiledev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublish.html.md.erb
34 lines (23 loc) · 2.01 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
---
title: Publish and update your service tile for <%= vars.platform_name %> products
owner: Services
---
You can publish and update your service tile for <%= vars.platform_name %>.
## <a id="publish"></a> Publish your service tile
The [Partner software product release cycle](./releases.html) explains how <%= vars.company_name %> works with partners to release VMware Tanzu products,
from the private alpha and closed beta phases, to general availability and publication on [VMware Tanzu Network](https://network.tanzu.vmware.com).
After you package your product's BOSH releases, stemcell, metadata, and other tile components into a single zipped download file, post it to VMware Tanzu Network in one of two ways:
* Use the VMware Tanzu Network
[API command](https://network.tanzu.vmware.com/docs/api#public/docs/api/v2/product_files.md) `POST /api/v2/products/:product_slug/product_files`.
* Use the VMware Tanzu Network product upload form.
![Use the VMware Tanzu Network product upload form.](img/pivnet-upload.png)
## <a id="update"></a> Update your service tile
Most tile updates originate with the tile developer, but new releases of <%= vars.platform_name %> 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 <%= vars.platform_name %> require tile changes, VMware distributes instructions to all of its partners through the Partners Release Notice:
* [<%= vars.ops_manager %> <%= vars.v_major_version %> Partners Release Notice](release-notes.html)
* [<%= vars.ops_manager %> v3.0 partners release notice](https://docs.vmware.com/en/Tile-Developer-Guide/3.0/tile-dev-guide/publish.html)