Skip to content

Commit b6edbc1

Browse files
authored
Merge pull request #437 from MAAP-Project/develop
Release 4.1.0 merge
2 parents e1aedd7 + 941decf commit b6edbc1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/source/release_notes.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,21 @@ Release Notes
55
4.1.0
66
-------------------------------------------------------------
77
| October 2, 2024
8-
| Release with several important improvements.
8+
| Release with several important improvements. To use the new features please start a new v4.1.0 workspace.
99
1010
Significant Changes
1111
^^^^^^^^^^^^^^^^^^^
1212
* A new `maap_base` image container is available with a minimal runtime environment for use within DPS. Read more below.
1313
* 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.
1414
* Organizations feature to help enable dedicated compute resources for user groups and prevent unauthorized access to resource queues.
15-
* MAAP DPS Sandox queue for quick testing / validating algorithm build in DPS.
15+
* MAAP DPS Sandbox queue for quick testing and validating algorithm builds in DPS.
16+
* Some older algorithms may require re-registration due to underlying DPS software being upgraded.
1617

1718
Breaking Changes
1819
^^^^^^^^^^^^^^^^^^^
1920
* Please migrate to the newer version of workspaces as soon as possible in order to leverage the improved security.
20-
* The platform team will help migrate algorithms to the optimized base images, over the next 3 months.
21-
* Some older algorithms now fail on the DPS, read more below in the Known Issues section.
21+
* The platform team will help migrate Algorithms to the optimized base images, over the next three months.
22+
* 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.
2223

2324
Added
2425
^^^^^^^^^^^^^^^^^^^
@@ -35,6 +36,7 @@ Added
3536
* This new queue has limited resources (8gb), and a max run time of 10 minutes for algorithms.
3637
* The motivation for the queue is for users to quickly test their algorithm build, conda env, run script, input handling, etc.
3738
* This is the only queue available to Guest accounts
39+
* DPS software upgraded to HySDS v5.2.0
3840

3941
Fixed
4042
^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)