Remove RC status from deprecated `db.system` (#2149)
This commit is contained in:
parent
308b1ade25
commit
511c1ff100
|
|
@ -270,12 +270,12 @@ Describes deprecated database attributes.
|
|||
| `instantdb` | InstantDB |  |
|
||||
| `interbase` | InterBase |  |
|
||||
| `intersystems_cache` | InterSystems Caché |  |
|
||||
| `mariadb` | MariaDB (This value has stability level RELEASE CANDIDATE) |  |
|
||||
| `mariadb` | MariaDB |  |
|
||||
| `maxdb` | SAP MaxDB |  |
|
||||
| `memcached` | Memcached |  |
|
||||
| `mongodb` | MongoDB |  |
|
||||
| `mssql` | Microsoft SQL Server (This value has stability level RELEASE CANDIDATE) |  |
|
||||
| `mysql` | MySQL (This value has stability level RELEASE CANDIDATE) |  |
|
||||
| `mssql` | Microsoft SQL Server |  |
|
||||
| `mysql` | MySQL |  |
|
||||
| `neo4j` | Neo4j |  |
|
||||
| `netezza` | Netezza |  |
|
||||
| `opensearch` | OpenSearch |  |
|
||||
|
|
@ -283,7 +283,7 @@ Describes deprecated database attributes.
|
|||
| `other_sql` | Some other SQL database. Fallback only. See notes. |  |
|
||||
| `pervasive` | Pervasive PSQL |  |
|
||||
| `pointbase` | PointBase |  |
|
||||
| `postgresql` | PostgreSQL (This value has stability level RELEASE CANDIDATE) |  |
|
||||
| `postgresql` | PostgreSQL |  |
|
||||
| `progress` | Progress Database |  |
|
||||
| `redis` | Redis |  |
|
||||
| `redshift` | Amazon Redshift |  |
|
||||
|
|
|
|||
|
|
@ -436,8 +436,8 @@ groups:
|
|||
stability: development
|
||||
- id: mariadb
|
||||
value: "mariadb"
|
||||
brief: "MariaDB (This value has stability level RELEASE CANDIDATE)"
|
||||
stability: release_candidate
|
||||
brief: "MariaDB"
|
||||
stability: development
|
||||
- id: maxdb
|
||||
value: "maxdb"
|
||||
brief: "SAP MaxDB"
|
||||
|
|
@ -452,8 +452,8 @@ groups:
|
|||
stability: development
|
||||
- id: mssql
|
||||
value: "mssql"
|
||||
brief: "Microsoft SQL Server (This value has stability level RELEASE CANDIDATE)"
|
||||
stability: release_candidate
|
||||
brief: "Microsoft SQL Server"
|
||||
stability: development
|
||||
- id: mssqlcompact
|
||||
value: "mssqlcompact"
|
||||
deprecated: "Removed, use `other_sql` instead."
|
||||
|
|
@ -461,8 +461,8 @@ groups:
|
|||
stability: development
|
||||
- id: mysql
|
||||
value: "mysql"
|
||||
brief: "MySQL (This value has stability level RELEASE CANDIDATE)"
|
||||
stability: release_candidate
|
||||
brief: "MySQL"
|
||||
stability: development
|
||||
- id: neo4j
|
||||
value: "neo4j"
|
||||
brief: "Neo4j"
|
||||
|
|
@ -489,8 +489,8 @@ groups:
|
|||
stability: development
|
||||
- id: postgresql
|
||||
value: "postgresql"
|
||||
brief: "PostgreSQL (This value has stability level RELEASE CANDIDATE)"
|
||||
stability: release_candidate
|
||||
brief: "PostgreSQL"
|
||||
stability: development
|
||||
- id: progress
|
||||
value: "progress"
|
||||
brief: "Progress Database"
|
||||
|
|
@ -527,7 +527,7 @@ groups:
|
|||
value: "vertica"
|
||||
brief: "Vertica"
|
||||
stability: development
|
||||
stability: release_candidate
|
||||
stability: development
|
||||
|
||||
- id: registry.db.metrics.deprecated
|
||||
type: attribute_group
|
||||
|
|
|
|||
Loading…
Reference in New Issue