You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|Release with several important improvements. To use the new features please start a new v4.1.0 workspace.
9
9
10
10
Significant Changes
11
11
^^^^^^^^^^^^^^^^^^^
12
12
* A new `maap_base` image container is available with a minimal runtime environment for use within DPS. Read more below.
13
13
* 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.
14
14
* 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.
16
17
17
18
Breaking Changes
18
19
^^^^^^^^^^^^^^^^^^^
19
20
* 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.
22
23
23
24
Added
24
25
^^^^^^^^^^^^^^^^^^^
@@ -35,6 +36,7 @@ Added
35
36
* This new queue has limited resources (8gb), and a max run time of 10 minutes for algorithms.
36
37
* The motivation for the queue is for users to quickly test their algorithm build, conda env, run script, input handling, etc.
37
38
* This is the only queue available to Guest accounts
0 commit comments