---
advocacy_docs/edb-postgres-ai/cloud-service/index.mdx | 5 ++++-
advocacy_docs/edb-postgres-ai/index.mdx | 7 +++++--
src/templates/learn-doc.js | 6 ++++++
3 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/index.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/index.mdx
index 82ed2e3e1ec..8e0e0e87484 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/index.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/index.mdx
@@ -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: "Please be advised that the EDB Hosted Cloud Service has been deprecated. Support will still be available for current customers. However the related documentation topics removal work is in progress and will be removed shortly. We recommend affected users transition to alternative solutions as soon as possible. Further updates will be provided as the transition progresses."
navigation:
- getting_started
- using_cluster
@@ -16,11 +18,12 @@ redirects:
- /purl/upm/home/
- /biganimal/latest/
- /biganimal/latest/overview/
-displayBanner: "Please be advised that the EDB Hosted Cloud Service has been deprecated. Support will still be available for current customers. However the related documentation topics removal work is in progress and will be removed shortly. We recommend affected users transition to alternative solutions as soon as possible. Further updates will be provided as the transition progresses."
+
---
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.
diff --git a/advocacy_docs/edb-postgres-ai/index.mdx b/advocacy_docs/edb-postgres-ai/index.mdx
index 7fb885db2e9..933498649ad 100644
--- a/advocacy_docs/edb-postgres-ai/index.mdx
+++ b/advocacy_docs/edb-postgres-ai/index.mdx
@@ -18,7 +18,10 @@ navigation:
- developer-guides
- platforms-and-tools
- extensions-and-tools
-displayBanner: "Please be advised that the EDB Hosted Cloud Service has been deprecated. Support will still be available for current customers. However the related documentation topics removal work is in progress and will be removed shortly. We recommend affected users transition to alternative solutions as soon as possible. Further updates will be provided as the transition progresses."
---
-The home of all EDB Postgres® AI documentation.
\ No newline at end of file
+The home of all EDB Postgres® AI documentation.
+
+!!!note "Deprecation"
+ Please be advised that the EDB Hosted Cloud Service has been deprecated. Support will still be available for current customers. However the related documentation topics removal work is in progress and will be removed shortly. We recommend affected users transition to alternative solutions as soon as possible. Further updates will be provided as the transition progresses.
+
diff --git a/src/templates/learn-doc.js b/src/templates/learn-doc.js
index c5bcdcd0f0f..91132384f08 100644
--- a/src/templates/learn-doc.js
+++ b/src/templates/learn-doc.js
@@ -215,6 +215,12 @@ const LearnDocTemplate = ({ data, pageContext }) => {
{editOrFeedbackButton}
+ {frontmatter.displayBanner ? (
+
+ {frontmatter.displayBanner}
+
+ ) : null}
+
Date: Mon, 2 Dec 2024 10:09:45 +0000
Subject: [PATCH 5/8] Addeed release notes for November
Signed-off-by: Dj Walker-Morgan
---
.../release_notes/2024_11_nov_rel_notes.mdx | 14 ++++++++++++++
.../cloud-service/release_notes/index.mdx | 2 ++
2 files changed, 16 insertions(+)
create mode 100644 advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_11_nov_rel_notes.mdx
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_11_nov_rel_notes.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_11_nov_rel_notes.mdx
new file mode 100644
index 00000000000..19249b36a3f
--- /dev/null
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_11_nov_rel_notes.mdx
@@ -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). |
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/index.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/index.mdx
index 17f4d7417ba..b1635c07f2b 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/index.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/index.mdx
@@ -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
@@ -26,6 +27,7 @@ The Cloud Service documentation describes the latest version of Cloud Service, i
| 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) |
From 94144c44a5ffe6fdc6a3e02c94b2de7dfd43ce49 Mon Sep 17 00:00:00 2001
From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com>
Date: Mon, 2 Dec 2024 18:11:49 +0530
Subject: [PATCH 6/8] Update
advocacy_docs/edb-postgres-ai/cloud-service/release_notes/index.mdx
Co-authored-by: gvasquezvargas
---
.../edb-postgres-ai/cloud-service/release_notes/index.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/index.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/index.mdx
index b1635c07f2b..2f417028986 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/index.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/index.mdx
@@ -20,7 +20,7 @@ indexCards: none
---
!!!note "Deprecation"
-Please be advised that the EDB Hosted Cloud Service has been deprecated. Support will still be available for current customers. However the related documentation topics removal work is in progress and will be removed shortly. We recommend affected users transition to alternative solutions as soon as possible. Further updates will be provided as the transition progresses.
+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.
From 5e3a46da77f6074b546331f0ff3d9d559101e71d Mon Sep 17 00:00:00 2001
From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com>
Date: Mon, 2 Dec 2024 18:16:51 +0530
Subject: [PATCH 7/8] Updated note as per suggestion from Gaby
---
advocacy_docs/edb-postgres-ai/cloud-service/index.mdx | 2 +-
advocacy_docs/edb-postgres-ai/index.mdx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/index.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/index.mdx
index 8e0e0e87484..b6019e8d78d 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/index.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/index.mdx
@@ -3,7 +3,7 @@ title: EDB Postgres AI Cloud Service
navTitle: Cloud Service
description: An introduction to the EDB Postgres AI Cloud Service and its features.
directoryDefaults:
- displayBanner: "Please be advised that the EDB Hosted Cloud Service has been deprecated. Support will still be available for current customers. However the related documentation topics removal work is in progress and will be removed shortly. We recommend affected users transition to alternative solutions as soon as possible. Further updates will be provided as the transition progresses."
+ 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
diff --git a/advocacy_docs/edb-postgres-ai/index.mdx b/advocacy_docs/edb-postgres-ai/index.mdx
index 933498649ad..81a9f19dacf 100644
--- a/advocacy_docs/edb-postgres-ai/index.mdx
+++ b/advocacy_docs/edb-postgres-ai/index.mdx
@@ -23,5 +23,5 @@ navigation:
The home of all EDB Postgres® AI documentation.
!!!note "Deprecation"
- Please be advised that the EDB Hosted Cloud Service has been deprecated. Support will still be available for current customers. However the related documentation topics removal work is in progress and will be removed shortly. We recommend affected users transition to alternative solutions as soon as possible. Further updates will be provided as the transition progresses.
+ 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.
From 9e22b32edb5f859a35b50fc22e6044add1814aed Mon Sep 17 00:00:00 2001
From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com>
Date: Mon, 2 Dec 2024 20:06:41 +0530
Subject: [PATCH 8/8] made edits as suggested by David
---
advocacy_docs/edb-postgres-ai/cloud-service/index.mdx | 2 +-
.../edb-postgres-ai/cloud-service/release_notes/index.mdx | 2 +-
advocacy_docs/edb-postgres-ai/index.mdx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/index.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/index.mdx
index b6019e8d78d..a02602d3cba 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/index.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/index.mdx
@@ -3,7 +3,7 @@ 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."
+ displayBanner: "The EDB Hosted Cloud Service has been deprecated. Support is available for current customers. However, the related documentation topics will be removed shortly. Further updates will be provided as the removal progresses."
navigation:
- getting_started
- using_cluster
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/index.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/index.mdx
index 2f417028986..c72d98c6e6f 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/index.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/index.mdx
@@ -20,7 +20,7 @@ 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 EDB Hosted Cloud Service has been deprecated. Support is available for current customers. However, the related documentation topics will be removed shortly. 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.
diff --git a/advocacy_docs/edb-postgres-ai/index.mdx b/advocacy_docs/edb-postgres-ai/index.mdx
index 81a9f19dacf..5b4ab79fffe 100644
--- a/advocacy_docs/edb-postgres-ai/index.mdx
+++ b/advocacy_docs/edb-postgres-ai/index.mdx
@@ -23,5 +23,5 @@ 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.
+ The EDB Hosted Cloud Service has been deprecated. Support is available for current customers. However, the related documentation topics will be removed shortly. Further updates will be provided as the removal progresses.