This is a bug fix release only. No functionality has been added or changed in this release.
-
Fixed a bug that allowed project collaborators with Launcher User or Results Consumer permissions to access the project’s files.
-
Fixed a bug that caused environment variables to become unavailable after upgrading to Domino 5.0 or 5.0.1.
-
Fixed a bug that, after upgrade to 5.0 or 5.0.1, made blob objects inaccessible and prevented creating a new version of a Model API that contains one or more zero-byte files. This bug triggered a rare data condition and should only occur on deployments that originated with an older Domino release.
-
Fixed a bug that triggered an unusual race condition and caused workspaces to get stuck in the "Pulling" status.
-
Fixed a bug that caused unexpected logouts during active browser sessions for customers that use model monitoring.
-
Fixed a bug that prevented some Kubernetes pods from starting up in air-gapped network environments.
-
The output of the
gateway/runs/getByBatchId
endpoint is missing theruns
andnextBatchId
objects. This issue is resolved in Domino 5.2.0.
-
Sync operations for deployments backed by SMB file stores can sometimes result in unintended file deletions. This issue is fixed in Domino 5.2.0.
-
You cannot delete a
.gitignore
file in a Domino File System (DFS)-based project. This issue is fixed in Domino 5.2.0.
-
When you set an environment as the default on the Environments page and later restart the service, Domino reverts to the default environment set on the Central Configuration page.
-
Jobs can fail or become stuck in a Pending state when using files from an S3 data source. This issue is fixed in Domino 5.2.0.
-
Apps may fail with unusual error messages. This issue is resolved in Domino 5.2.0.
-
The Domino UI may hang with a "Waiting for available socket" error. This issue is resolved in Domino 5.2.0.
-
Opening an un-cached workspace can cause the workspace to get stuck in the "Pulling" status. This is fixed in Domino 5.1.0.
-
When an API key explicitly passed as an
api_key
argument and theDOMINO_TOKEN_FILE
environment variable is set, Domino uses the token authentication. This issue is resolved in Domino 5.2.0.
-
When Flask apps generate links, this can result in unwanted
302 redirect
behavior. This issue is fixed in Domino 5.2.0.
-
When a Model API fails while retrieving files from git using SSH keys, the private key and the key password, if any, may be exposed in the Domino log. This issue is resolved in Domino 5.2.0.
-
The Import Project drop-down does not display projects owned by organizations of which you are a member. This issue is resolved in Domino 5.2.0.
-
MATLAB environment builds may fail, or MATLAB workspaces may be unresponsive.
-
You might experience slow loading times when you open the Environments, Workspaces, Model APIs, or Projects pages.
-
When starting a workspace, the application sometimes gets stuck in the Pulling status, even though the logs indicate that the workspace started successfully. If this occurs, stop and start the workspace again. This issue is fixed in Domino 5.2.0.
-
After upgrading to 4.6.4 or higher, launching a job from a Git-based project that uses a shared SSH key or personal access token results in a
Cannot access Git repository
error.
-
In a Git-based project,
requirements.txt
must be in your project’s Artifacts folder in order to be picked up by an execution, instead of at the root level in your project files.Tip