Skip to content

Commit dbf37e6

Browse files
Docs update for 8.17.5 stack release (#1119)
This PR adds `8.17.5` to the ECE docs and also [adds 8.18 and 9.0](7d85ee4) to the full list of ECE stackpacks, since these versions were being displayed in the "latest versions" section but not in the full list. Rel: elastic/cloud#139838
1 parent 1918ce9 commit dbf37e6

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

deploy-manage/deploy/cloud-enterprise/ece-install-offline-images.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Enterprise Search is not available in versions 9.0+.
4040
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:9.0.0 | ECE 4.0.0 |
4141
| docker.elastic.co/cloud-release/kibana-cloud:9.0.0 | ECE 4.0.0 |
4242
| docker.elastic.co/cloud-release/elastic-agent-cloud:9.0.0 | ECE 4.0.0 |
43-
| docker.elastic.co/cloud-release/enterprise-search-cloud:9.0.0 | ECE 4.0.0 |
4443
| | |
4544
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.18.0](https://download.elastic.co/cloud-enterprise/versions/8.18.0.zip) | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
4645
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.18.0 | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
@@ -66,6 +65,23 @@ Enterprise Search is not available in versions 9.0+.
6665
::::{dropdown} Expand to view the full list
6766
| Required downloads | Minimum required ECE version |
6867
| --- | --- |
68+
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 9.0.0](https://download.elastic.co/cloud-enterprise/versions/9.0.0.zip) | ECE 4.0.0 |
69+
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:9.0.0 | ECE 4.0.0 |
70+
| docker.elastic.co/cloud-release/kibana-cloud:9.0.0 | ECE 4.0.0 |
71+
| docker.elastic.co/cloud-release/elastic-agent-cloud:9.0.0 | ECE 4.0.0 |
72+
| | |
73+
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.18.0](https://download.elastic.co/cloud-enterprise/versions/8.18.0.zip) | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
74+
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.18.0 | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
75+
| docker.elastic.co/cloud-release/kibana-cloud:8.18.0 | ECE 3.0.0 |
76+
| docker.elastic.co/cloud-release/elastic-agent-cloud:8.18.0 | ECE 3.0.0 |
77+
| docker.elastic.co/cloud-release/enterprise-search-cloud:8.18.0 | ECE 3.0.0 |
78+
| | |
79+
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.17.5](https://download.elastic.co/cloud-enterprise/versions/8.17.5.zip) | ECE 3.0.0<br>(+ docker 20.10.10+ required for 8.16+) |
80+
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.17.5 | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
81+
| docker.elastic.co/cloud-release/kibana-cloud:8.17.5 | ECE 3.0.0 |
82+
| docker.elastic.co/cloud-release/elastic-agent-cloud:8.17.5 | ECE 3.0.0 |
83+
| docker.elastic.co/cloud-release/enterprise-search-cloud:8.17.5 | ECE 3.0.0 |
84+
| | |
6985
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.17.4](https://download.elastic.co/cloud-enterprise/versions/8.17.4.zip) | ECE 3.0.0<br>(+ docker 20.10.10+ required for 8.16+) |
7086
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.17.4 | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
7187
| docker.elastic.co/cloud-release/kibana-cloud:8.17.4 | ECE 3.0.0 |

deploy-manage/deploy/cloud-enterprise/manage-elastic-stack-versions.md

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Following is the full list of available packs containing {{stack}} versions. Not
5050
| --- | --- |
5151
| [{{es}}, {{kib}}, and APM stack pack: 9.0.0](https://download.elastic.co/cloud-enterprise/versions/9.0.0.zip) | ECE 4.0.0 |
5252
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.18.0](https://download.elastic.co/cloud-enterprise/versions/8.18.0.zip) | ECE 3.0.0<br>(+ docker 20.10.10+ required for 8.16+) |
53+
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.17.5](https://download.elastic.co/cloud-enterprise/versions/8.17.5.zip) | ECE 3.0.0<br>(+ docker 20.10.10+ required for 8.16+) |
5354
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.17.4](https://download.elastic.co/cloud-enterprise/versions/8.17.4.zip) | ECE 3.0.0<br>(+ docker 20.10.10+ required for 8.16+) |
5455
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.17.3](https://download.elastic.co/cloud-enterprise/versions/8.17.3.zip) | ECE 3.0.0<br>(+ docker 20.10.10+ required for 8.16+) |
5556
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.17.2](https://download.elastic.co/cloud-enterprise/versions/8.17.2.zip) | ECE 3.0.0<br>(+ docker 20.10.10+ required for 8.16+) |

0 commit comments

Comments
 (0)