Domino 6.0.3 (March 2025)

Improvements

  • This patch contains security updates and critical bug fixes.

  • Updates to audit trail:

    • Previously, audit trail logged the setting of project-scoped environment variables but did not include the name of the variables being set. Audit trail now also captures metadata for Project environment variables.

    • Run metadata is now included in the 'Start Run' and 'Launch Job' audit trail events.

  • Previously, imported dataset names were displayed without Project metadata. Now, Project names are appended to imported dataset names, making them visible in the Domino Dataset UI.

Bug fixes

  • Fixed an issue that would prevent the Code artifact page from loading with a SyntaxError message.

Known issues

  • Flows is only supported in Domino Cloud, AWS, and Azure. A future update will add support for Google Cloud and on-premises installs.

  • Use of cache=True in a Flow may incorrectly use cached outputs when underlying code changes or other flow configuration settings are changed, particularly when use_latest=True or use_project_defaults_for_omitted=True is set. Either manually set cache_version="X" to a unique value for X when this happens, discontinue the use of use_latest=True and use_project_defaults_for_omitted=True or disable use of caching.

  • When annotating a Domino Flows sub workflow’s outputs as a Flows Artifact, the artifacts will not be properly exposed in the Artifacts UI for that Flow.

  • In Azure Blob Store deployments, Projects with many files may fail to sync through the Domino CLI. To work around this issue, do not disable file locking when prompted by Domino.

  • You cannot view the latest raw file if you click View Latest Raw File. In the navigation pane, go to Files and click a file to view its details.

  • When uploading a large file to the Azure blob store by syncing a Workspace, you may encounter a Java Out of Memory error from Azure if the file/blob already exists. To work around this issue, use the Domino CLI to upload the file to the Project.

  • Model Monitoring data sources aren’t validated. If you enter an invalid bucket name and attempt to save, the entry will go through. However, you won’t be able to see metrics for that entry, because the name points to an invalid bucket.

  • Domino instances that make use of Azure Blob Storage may experience stalled Jobs within Projects with many large files.

  • While searching the gateway LLM endpoint name from the UI, all non-accessible endpoints are viewable.

  • If you attach a Git repository to a DFS Project that points to a tagged release, the tag won’t be honored when building a Domino endpoint in that Project. The build log will show an error similar to the following, and the model will be built using the default branch of your Git repository instead of the tagged branch:

    Jul 05 2023 14:36:27 -0500 #10 6.481 WARN [d.r.d.GitRepoUpdater] could not parse ref: v1.3.0 checking out default branch correlationId="iA2qWrYSLQ" thread="main"

    To work around this issue, use the branch name when building Domino endpoints instead of the release tag.

  • If an admin resets a user’s password, it invalidates all the user’s authentication tokens, including tokens used for long-running tasks like Jobs, Workspaces, or Apps. The user must create a new password, log back into Domino, and restart all executions. This also applies to CLI authentication; the user must re-login to their Domino CLI.

  • When re-running a job from its original version that is using a file from a dependent Git repository created off of a branch, the job will always take the latest version of the branch. It should take the same version as it was run with.

Validated frameworks

The following versions have been validated with Domino 6.0.3. Other versions might be compatible but are not guaranteed.

Upgrade notes

  • OpenShift version compatibility remains at 1.30 (OpenShift 4.17).

  • GKE version compatibility has been updated to 1.31.

  • AKS version compatibility remains at 1.31.

  • EKS version compatibility has been updated to 1.32.