Remove RC status from deprecated `db.system` (#2149)

This commit is contained in:
Trask Stalnaker 2025-04-21 20:43:50 -07:00 committed by GitHub
parent 308b1ade25
commit 511c1ff100
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 13 deletions

View File

@ -270,12 +270,12 @@ Describes deprecated database attributes.
| `instantdb` | InstantDB | ![Development](https://img.shields.io/badge/-development-blue) |
| `interbase` | InterBase | ![Development](https://img.shields.io/badge/-development-blue) |
| `intersystems_cache` | InterSystems Caché | ![Development](https://img.shields.io/badge/-development-blue) |
| `mariadb` | MariaDB (This value has stability level RELEASE CANDIDATE) | ![Release Candidate](https://img.shields.io/badge/-rc-mediumorchid) |
| `mariadb` | MariaDB | ![Development](https://img.shields.io/badge/-development-blue) |
| `maxdb` | SAP MaxDB | ![Development](https://img.shields.io/badge/-development-blue) |
| `memcached` | Memcached | ![Development](https://img.shields.io/badge/-development-blue) |
| `mongodb` | MongoDB | ![Development](https://img.shields.io/badge/-development-blue) |
| `mssql` | Microsoft SQL Server (This value has stability level RELEASE CANDIDATE) | ![Release Candidate](https://img.shields.io/badge/-rc-mediumorchid) |
| `mysql` | MySQL (This value has stability level RELEASE CANDIDATE) | ![Release Candidate](https://img.shields.io/badge/-rc-mediumorchid) |
| `mssql` | Microsoft SQL Server | ![Development](https://img.shields.io/badge/-development-blue) |
| `mysql` | MySQL | ![Development](https://img.shields.io/badge/-development-blue) |
| `neo4j` | Neo4j | ![Development](https://img.shields.io/badge/-development-blue) |
| `netezza` | Netezza | ![Development](https://img.shields.io/badge/-development-blue) |
| `opensearch` | OpenSearch | ![Development](https://img.shields.io/badge/-development-blue) |
@ -283,7 +283,7 @@ Describes deprecated database attributes.
| `other_sql` | Some other SQL database. Fallback only. See notes. | ![Development](https://img.shields.io/badge/-development-blue) |
| `pervasive` | Pervasive PSQL | ![Development](https://img.shields.io/badge/-development-blue) |
| `pointbase` | PointBase | ![Development](https://img.shields.io/badge/-development-blue) |
| `postgresql` | PostgreSQL (This value has stability level RELEASE CANDIDATE) | ![Release Candidate](https://img.shields.io/badge/-rc-mediumorchid) |
| `postgresql` | PostgreSQL | ![Development](https://img.shields.io/badge/-development-blue) |
| `progress` | Progress Database | ![Development](https://img.shields.io/badge/-development-blue) |
| `redis` | Redis | ![Development](https://img.shields.io/badge/-development-blue) |
| `redshift` | Amazon Redshift | ![Development](https://img.shields.io/badge/-development-blue) |

View File

@ -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