Skip to content

Commit

Permalink
Merge pull request #9554 from harness/CDS-107477
Browse files Browse the repository at this point in the history
Remove beta from IR, AR, and DBDEVOPS
  • Loading branch information
SushrutHarness authored Feb 28, 2025
2 parents f38f076 + 2c656cf commit fb0c4d1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 12 deletions.
10 changes: 5 additions & 5 deletions docs/database-devops/dbdevops_supported_platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ These platforms allow users to manage database changes effectively within their

Some Harness DB DevOps features are released behind feature flags to get feedback from a subset of customers before releasing the features to general availability.

You can opt-in to the early access (beta) features for Harness DB DevOps described in the following table. Contact [Harness Support](mailto:[email protected]) to enable specific early access features in your Harness account. Include the feature flag or name with your request.
You can opt-in to the early access features for Harness DB DevOps described in the following table. Contact [Harness Support](mailto:[email protected]) to enable specific early access features in your Harness account. Include the feature flag or name with your request.

For more information about early access features, including early access features for the Harness Platform, delegate, and other Harness modules, go to [Early access features](/release-notes/early-access).


| Flag | Description | Availability |
| --- | ----------- | ------------ |
| `CDS_CONTAINER_STEP_DELEGATE_SELECTOR_PRECEDENCE` | Enable to avoid any impact to your [Database DevOps environments](/docs/database-devops/get-started/onboarding-guide.md). | Beta |
| `DBOPS_ENABLED` | Enable to access Harness Database DevOps in your environment. | Beta
| Flag | Description |
| --- | ----------- |
| `CDS_CONTAINER_STEP_DELEGATE_SELECTOR_PRECEDENCE` | Enable to avoid any impact to your [Database DevOps environments](/docs/database-devops/get-started/onboarding-guide.md). |
| `DBOPS_ENABLED` | Enable to access Harness Database DevOps in your environment. |
4 changes: 0 additions & 4 deletions docs/database-devops/get-started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ description: Learn about Harness Database DevOps.
sidebar_position: 10
---

import BetaIcon from '/img/icon_beta.svg';

<BetaIcon />

# Harness DB DevOps Overview

Harness Database DevOps helps customers integrate database changes seamlessly into their application deployment pipelines. It provides a centralized way to manage database schemas and enforce governance policies - all while enabling developers and DBAs to collaborate more effectively on database changes.
Expand Down
2 changes: 1 addition & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const sidebars: SidebarsConfig = {
{
type: "link",
href: "/docs/incident-response",
label: "Incident Response (COMING SOON)",
label: "Incident Response",
className: "sidebar-ir",
customProps: {
description:
Expand Down
2 changes: 1 addition & 1 deletion src/components/Docs/ArtifactRegistry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function AR() {
<div className={styles.spaceBetween}>
<div className={styles.moduleTitle}>
<img width={64} src={`${baseUrl}img/icon_artifact_registry.svg`} />
<h1>Artifact Registry (BETA)</h1>
<h1>Artifact Registry</h1>
</div>
<div className={styles.btnContainer}>
<Link href="/kb">
Expand Down
2 changes: 1 addition & 1 deletion src/components/Docs/DatabaseDevOps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function FF() {
<div className={styles.spaceBetween}>
<div className={styles.moduleTitle}>
<img src={`${baseUrl}img/icon_dbdevops.svg`} />
<h1>Database DevOps (Beta)</h1>
<h1>Database DevOps</h1>
</div>
<div className={styles.btnContainer}>
<Link href="/kb/database-devops">
Expand Down

0 comments on commit fb0c4d1

Please sign in to comment.