Skip to content

Commit a7f79cb

Browse files
Remove references to old lifecycles (#2087)
Related to elastic/docs-projects#508 Remove references to old lifecycles: - [x] `discontinued` - [x] ~~`planned`~~ no instances in this repo
1 parent 6b10aea commit a7f79cb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

get-started/versioning-availability.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ Features may have different availability states between:
3939
| **Generally Available (GA)** | Production-ready feature (default if not specified) |
4040
| **Beta** | Feature is nearing general availability but not yet production-ready |
4141
| **Technical preview** | Feature is in early development stage |
42-
| **Coming** | Feature announced for a future release |
43-
| **Discontinued** | Feature is being phased out |
4442
| **Unavailable** | Feature is not supported in this deployment type or version |
4543

4644
### Where feature availability may differ
@@ -100,14 +98,14 @@ serverless:
10098
- Beta for Security projects
10199
- Generally Available for Elasticsearch projects
102100
103-
#### Example #3: Discontinued feature on one deployment type
101+
#### Example #3: Deprecated feature on one deployment type
104102
105103
```yaml {applies_to}
106104
deployment:
107-
ece: discontinued 4.1.0
105+
ece: deprecated 4.1.0
108106
```
109107
- **Deployment type**: Elastic Cloud Enterprise
110-
- **Lifecycle**: Discontinued
108+
- **Lifecycle**: Deprecated
111109
- **Version**: 4.1.0
112110
113111
:::{tip}

0 commit comments

Comments
 (0)