From 8467852be24fefa862c5ed557be33628bddeb8d4 Mon Sep 17 00:00:00 2001 From: Rob Tapella Date: Thu, 3 Oct 2024 13:35:15 -0700 Subject: [PATCH 1/2] small updates to sync w GHD announcement also typo fix added HySDS info --- docs/source/release_notes.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 830aa56e..07abb6c6 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -5,20 +5,22 @@ Release Notes 4.1.0 ------------------------------------------------------------- | October 2, 2024 -| Release with several important improvements. +| Release with several important improvements. To use the new features please start a new v4.1.0 workspace. Significant Changes ^^^^^^^^^^^^^^^^^^^ * A new `maap_base` image container is available with a minimal runtime environment for use within DPS. Read more below. * A way to securely manage credentials for other services (e.g., Google Earth Engine credentials) and pass them into DPS Jobs. This is called Secrets management. * Organizations feature to help enable dedicated compute resources for user groups and prevent unauthorized access to resource queues. -* MAAP DPS Sandox queue for quick testing / validating algorithm build in DPS. +* MAAP DPS Sandbox queue for quick testing and validating algorithm builds in DPS. +* Some older algorithms may require re-registration due to underlying DPS software being upgraded. Breaking Changes ^^^^^^^^^^^^^^^^^^^ * Please migrate to the newer version of workspaces as soon as possible in order to leverage the improved security. -* The platform team will help migrate algorithms to the optimized base images, over the next 3 months. -* Some older algorithms now fail on the DPS, read more below in the Known Issues section. +* The platform team will help migrate Algorithms to the optimized base images, over the next three months. +* Some older Algorithms may see an error stating /home/ops/.maap-dps.env file not found or /app/dps_wrapper.sh: line 10: python: command not found when running on the DPS. +This requires re-registration of the Algorithm. Added ^^^^^^^^^^^^^^^^^^^ @@ -35,6 +37,7 @@ Added * This new queue has limited resources (8gb), and a max run time of 10 minutes for algorithms. * The motivation for the queue is for users to quickly test their algorithm build, conda env, run script, input handling, etc. * This is the only queue available to Guest accounts +* DPS software upgraded to HySDS v5.2.0 Fixed ^^^^^^^^^^^^^^^^^^^ From aeca7779fb381f58566b9f1d881444d188e44c34 Mon Sep 17 00:00:00 2001 From: Rob Tapella Date: Thu, 3 Oct 2024 13:35:54 -0700 Subject: [PATCH 2/2] fixed line break --- docs/source/release_notes.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 07abb6c6..6c9d5b25 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -19,8 +19,7 @@ Breaking Changes ^^^^^^^^^^^^^^^^^^^ * Please migrate to the newer version of workspaces as soon as possible in order to leverage the improved security. * The platform team will help migrate Algorithms to the optimized base images, over the next three months. -* Some older Algorithms may see an error stating /home/ops/.maap-dps.env file not found or /app/dps_wrapper.sh: line 10: python: command not found when running on the DPS. -This requires re-registration of the Algorithm. +* Some older Algorithms may see an error stating /home/ops/.maap-dps.env file not found or /app/dps_wrapper.sh: line 10: python: command not found when running on the DPS. This requires re-registration of the Algorithm. Added ^^^^^^^^^^^^^^^^^^^