Skip to content

Commit

Permalink
Release table: add Stratos Metrics, CF API, CF CLI + URL
Browse files Browse the repository at this point in the history
  • Loading branch information
btat committed Nov 22, 2019
1 parent 76b8efb commit 356b793
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 4 deletions.
4 changes: 2 additions & 2 deletions xml/cap_depl_admin_notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@
&dns-tables;
</sect1>
<sect1>
<title>Releases and &helm; Chart Versions</title>
<title>Releases and Associated Versions</title>

<para>
The supported upgrade method is to install all upgrades, in order. Skipping
releases is not supported. This table matches the &helm; chart versions to
each release:
each release as well as other version related information.
</para>
&releases-table;
</sect1>
Expand Down
57 changes: 55 additions & 2 deletions xml/repeated-content-decl.ent
Original file line number Diff line number Diff line change
Expand Up @@ -194,65 +194,118 @@ Before you start deploying &productname;, review the following documents:

<!ENTITY releases-table
'<!-- TODO remember to keep this table updated -->
<informaltable xmlns="http://docbook.org/ns/docbook">
<tgroup cols="3">
<informaltable xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<tgroup cols="7">
<thead>
<row>
<entry>CAP Release</entry>
<entry>SCF and UAA &helm; Chart Version</entry>
<entry>Stratos &helm; Chart Version</entry>
<entry>Stratos Metrics &helm; Chart Version</entry>
<entry>CF API Implemented</entry>
<entry>Known Compatible CF CLI Version</entry>
<entry>CF CLI URL</entry>
</row>
</thead>
<tbody>
<row>
<entry>&productnumber; (current release)</entry>
<entry>&latestscfchart;</entry>
<entry>&lateststratoschart;</entry>
<entry>1.0.0</entry>
<!-- cf-deployment 7.11: 2.134.0, cf api result: 2.134.0 -->
<entry>2.134.0</entry>
<entry>6.46.0</entry>
<entry><link xlink:href="https://github.com/cloudfoundry/cli/releases/tag/v6.46.0"/></entry>
</row>
<row>
<entry>1.4</entry>
<entry>2.16.4</entry>
<entry>2.4.0</entry>
<entry>1.0.0</entry>
<!-- cf-deployment 6.10: 2.128, cf api result: 2.134.0 -->
<entry>2.134.0</entry>
<entry>6.44.1</entry>
<entry><link xlink:href="https://github.com/cloudfoundry/cli/releases/tag/v6.44.1"/></entry>
</row>
<row>
<entry>1.3.1</entry>
<entry>2.15.2</entry>
<entry>2.3.0</entry>
<entry>1.0.0</entry>
<!-- cf-deployment 3.6.0 -->
<entry>2.120.0</entry>
<entry>6.42.0</entry>
<entry><link xlink:href="https://github.com/cloudfoundry/cli/releases/tag/v6.42.0"/></entry>
</row>
<row>
<entry>1.3</entry>
<entry>2.14.5</entry>
<entry>2.2.0</entry>
<entry>1.0.0</entry>
<!-- cf-deployment 2.7.0 -->
<entry>2.115.0</entry>
<entry>6.40.1</entry>
<entry><link xlink:href="https://github.com/cloudfoundry/cli/releases/tag/v6.40.1"/></entry>
</row>
<row>
<entry>1.2.1</entry>
<entry>2.13.3</entry>
<entry>2.1.0</entry>
<entry></entry>
<!-- cf-deployment 2.7.0 -->
<entry>2.115.0</entry>
<entry>6.39.1</entry>
<entry><link xlink:href="https://github.com/cloudfoundry/cli/releases/tag/v6.39.1"/></entry>
</row>
<row>
<entry>1.2.0</entry>
<entry>2.11.0</entry>
<entry>2.0.0</entry>
<entry></entry>
<!-- cf-deployment 1.36.0 -->
<entry>2.112.0</entry>
<entry>6.38.0</entry>
<entry><link xlink:href="https://github.com/cloudfoundry/cli/releases/tag/v6.38.0"/></entry>
</row>
<row>
<entry>1.1.1</entry>
<entry>2.10.1</entry>
<entry>1.1.0</entry>
<entry></entry>
<!-- cf-deployment 1.21.0 -->
<entry>2.106.0</entry>
<entry>6.37.0</entry>
<entry><link xlink:href="https://github.com/cloudfoundry/cli/releases/tag/v6.37.0"/></entry>
</row>
<row>
<entry>1.1.0</entry>
<entry>2.8.0</entry>
<entry>1.1.0</entry>
<entry></entry>
<!-- cf-deployment 1.15.0 -->
<entry>2.103.0</entry>
<entry>6.36.1</entry>
<entry><link xlink:href="https://github.com/cloudfoundry/cli/releases/tag/v6.36.1"/></entry>
</row>
<row>
<entry>1.0.1</entry>
<entry>2.7.0</entry>
<entry>1.0.2</entry>
<entry></entry>
<!-- cf-deployment 1.9.0 -->
<entry>2.101.0</entry>
<entry>6.34.1</entry>
<entry><link xlink:href="https://github.com/cloudfoundry/cli/releases/tag/v6.34.1"/></entry>
</row>
<row>
<entry>1.0</entry>
<entry>2.6.11</entry>
<entry>1.0.0</entry>
<entry></entry>
<entry></entry>
<entry>6.34.0</entry>
<entry><link xlink:href="https://github.com/cloudfoundry/cli/releases/tag/v6.34.0"/></entry>
</row>
</tbody>
</tgroup>
Expand Down

0 comments on commit 356b793

Please sign in to comment.