Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content/docs/cloudservice/dec update #6315

Merged
merged 8 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions advocacy_docs/edb-postgres-ai/cloud-service/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: EDB Postgres AI Cloud Service
navTitle: Cloud Service
description: An introduction to the EDB Postgres AI Cloud Service and its features.
directoryDefaults:
displayBanner: "The EDB Hosted Cloud Service has been deprecated. Support is available for current customers. However, the related documentation topics will be removed shortly. We recommend that affected users transition to an alternative solution immediately. Further updates will be provided as the removal progresses."
navigation:
- getting_started
- using_cluster
Expand All @@ -16,10 +18,12 @@ redirects:
- /purl/upm/home/
- /biganimal/latest/
- /biganimal/latest/overview/

---

The EDB Postgres® AI Cloud Service is a holistic platform which includes hybrid data estate management, observability, analytics, and AI capabilities.


## Overview

The EDB Postgres AI Cloud Service itself is a fully managed cloud service that provides a high-performance, scalable, and secure database platform for analytics and AI workloads. It also provides the platform for [EDB Postgres AI Analytics](../analytics/) and [EDB Postgres AIDB](../ai-ml/) services.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Cloud Service November 2024 release notes
navTitle: November 2024
redirect:
- /edb-postgres-ai/cloud-service/release_notes/2024_11_nov_rel_notes/
---

EDB Postgres® AI Cloud Service's November 2024 release includes the following enhancements and bug fixes:

| Type | Description |
|------|-------------|
| Enhancement | Expansion of service notifications to customers via Slack, PagerDuty, Webhook |
| Enhancement | BigAnimal CLI v3.10.0 is now available. Learn more about what’s new [**here**](https://cli.biganimal.com/versions/v3.10.0/). |
| Enhancement | Terrraform provider for EDB Postgres AI Cloud Service 1.2.0 is now available. Learn more about what’s new [**here**](https://github.com/EnterpriseDB/terraform-provider-biganimal/releases/tag/v1.2.0). |
djw-m marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Cloud Service release notes
navTitle: Release notes
description: Provides monthly release notes for Cloud Service
navigation:
- 2024_11_nov_rel_notes
- 2024_10_oct_rel_notes
- 2024_09_sep_rel_notes
- 2024_08_aug_rel_notes
Expand All @@ -18,10 +19,15 @@ redirects:
indexCards: none
---

!!!note "Deprecation"
The EDB Hosted Cloud Service has been deprecated. Support is available for current customers. However, the related documentation topics will be removed shortly. We recommend that affected users transition to an alternative solution immediately. Further updates will be provided as the removal progresses.
!!!

The Cloud Service documentation describes the latest version of Cloud Service, including minor releases and patches. These release notes provide information on what was new in each release. For new functionality introduced in a minor or patch release, the content also indicates the release that introduced the feature.

| 2024 |
|----------------------------------------|
| [November 2024](2024_11_nov_rel_notes) |
| [October 2024](2024_10_oct_rel_notes) |
| [September 2024](2024_09_sep_rel_notes)|
| [August 2024](2024_08_aug_rel_notes) |
Expand All @@ -35,19 +41,19 @@ The Cloud Service documentation describes the latest version of Cloud Service, i

<details><summary>2023</summary>

||
|--------------------------------------|
| [December 2023](2023/2023_12_dec_rel_notes) |
| [November 2023](2023/2023_11_nov_rel_notes) |
| [October 2023](2023/2023_10_oct_rel_notes) |
| [September 2023](2023/2023_09_sep_rel_notes)|
| [August 2023](2023/2023_08_aug_rel_notes) |
| [July 2023](2023/2023_07_jul_rel_notes) |
| [June 2023](2023/2023_06_jun_rel_notes) |
| [May 2023](2023/2023_05_may_rel_notes) |
| [April 2023](2023/2023_04_apr_rel_notes) |
| [March 2023](2023/2023_03_mar_rel_notes) |
| [February 2023](2023/2023_02_feb_rel_notes) |
| [January 2023](2023/2023_01_jan_rel_notes) |
| 2023 |
|----------------------------------------------|
| [December 2023](2023/2023_12_dec_rel_notes) |
| [November 2023](2023/2023_11_nov_rel_notes) |
| [October 2023](2023/2023_10_oct_rel_notes) |
| [September 2023](2023/2023_09_sep_rel_notes) |
| [August 2023](2023/2023_08_aug_rel_notes) |
| [July 2023](2023/2023_07_jul_rel_notes) |
| [June 2023](2023/2023_06_jun_rel_notes) |
| [May 2023](2023/2023_05_may_rel_notes) |
| [April 2023](2023/2023_04_apr_rel_notes) |
| [March 2023](2023/2023_03_mar_rel_notes) |
| [February 2023](2023/2023_02_feb_rel_notes) |
| [January 2023](2023/2023_01_jan_rel_notes) |

</details>
3 changes: 3 additions & 0 deletions advocacy_docs/edb-postgres-ai/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ navigation:

The home of all EDB Postgres® AI documentation.

!!!note "Deprecation"
The EDB Hosted Cloud Service has been deprecated. Support is available for current customers. However, the related documentation topics will be removed shortly. We recommend that affected users transition to an alternative solution immediately. Further updates will be provided as the removal progresses.

6 changes: 6 additions & 0 deletions src/templates/learn-doc.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,12 @@ const LearnDocTemplate = ({ data, pageContext }) => {
<div className="d-print-none">{editOrFeedbackButton}</div>
</div>

{frontmatter.displayBanner ? (
<div class="alert alert-warning mt-3" role="alert">
{frontmatter.displayBanner}
</div>
) : null}

<ContentRow>
<Col
className={[
Expand Down