From 8e37a7ecb9cc780f0e3d1580d53ae400062bcb6a Mon Sep 17 00:00:00 2001 From: joswig Date: Wed, 23 Oct 2024 01:40:21 +0000 Subject: [PATCH 1/3] Release v3.0.0 --- docs/upgrade-guides/2-21-0-to-3-0-0.md | 4 ++++ sidebars.js | 1 + static/mgss-cover-page.html | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 docs/upgrade-guides/2-21-0-to-3-0-0.md diff --git a/docs/upgrade-guides/2-21-0-to-3-0-0.md b/docs/upgrade-guides/2-21-0-to-3-0-0.md new file mode 100644 index 0000000..328ce23 --- /dev/null +++ b/docs/upgrade-guides/2-21-0-to-3-0-0.md @@ -0,0 +1,4 @@ +# 2.21.0 to 3.0.0 + +This document describes the upgrade instructions from `2.21.0` to `3.0.0`. + diff --git a/sidebars.js b/sidebars.js index 828fbf2..d337ef4 100644 --- a/sidebars.js +++ b/sidebars.js @@ -435,6 +435,7 @@ const sidebars = { }, ], upgradeGuides: [ + 'upgrade-guides/2-21-0-to-3-0-0', 'upgrade-guides/2-20-0-to-2-21-0', 'upgrade-guides/2-19-0-to-2-20-0', 'upgrade-guides/2-18-0-to-2-19-0', diff --git a/static/mgss-cover-page.html b/static/mgss-cover-page.html index ec325b2..14e9b5b 100644 --- a/static/mgss-cover-page.html +++ b/static/mgss-cover-page.html @@ -35,7 +35,7 @@

Identification

636.101 MPSA Aerie - 2.21.0 + 3.0.0 From 3f03773aa2aadc54431298ea18f290eb63a69c45 Mon Sep 17 00:00:00 2001 From: dandelany Date: Tue, 22 Oct 2024 18:46:27 -0700 Subject: [PATCH 2/3] add upgrade guide for v3.0.0 --- docs/upgrade-guides/2-21-0-to-3-0-0.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/upgrade-guides/2-21-0-to-3-0-0.md b/docs/upgrade-guides/2-21-0-to-3-0-0.md index 328ce23..b9421ef 100644 --- a/docs/upgrade-guides/2-21-0-to-3-0-0.md +++ b/docs/upgrade-guides/2-21-0-to-3-0-0.md @@ -1,4 +1,6 @@ # 2.21.0 to 3.0.0 -This document describes the upgrade instructions from `2.21.0` to `3.0.0`. +No special instructions are necessary to upgrade to `v3.0.0`. + +Aerie `v3.0.0` includes a new feature to support uploading and visualizing External Events, see the [External Events] docs page for more information. From a0dde2dddad45edead12b64a7b7b5f97cbf2b66a Mon Sep 17 00:00:00 2001 From: dandelany Date: Tue, 22 Oct 2024 18:47:08 -0700 Subject: [PATCH 3/3] add link to External Events page in v3.0.0 upgrade guide --- docs/upgrade-guides/2-21-0-to-3-0-0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrade-guides/2-21-0-to-3-0-0.md b/docs/upgrade-guides/2-21-0-to-3-0-0.md index b9421ef..a1db2b5 100644 --- a/docs/upgrade-guides/2-21-0-to-3-0-0.md +++ b/docs/upgrade-guides/2-21-0-to-3-0-0.md @@ -2,5 +2,5 @@ No special instructions are necessary to upgrade to `v3.0.0`. -Aerie `v3.0.0` includes a new feature to support uploading and visualizing External Events, see the [External Events] docs page for more information. +Aerie `v3.0.0` includes a new feature to support uploading and visualizing External Events, see the [External Events](https://nasa-ammos.github.io/aerie-docs/planning/external-events/) docs page for more information.