See also the ddlctl and fleetcommand-agent Release Notes.
-
GitHub Enterprise projects with internal visibility can be created.
-
Enhances reliability of MongoDB restart sequence by explicitly checking for port closure to avoid race conditions or startup conflicts.
-
The Environment’s "Pluggable Workspace Tools" property is now properly validated: Valid YAMLs with the wrong structure/values will display a validation error toast and prevent the revision from being created.
-
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 whenuse_latest=True
oruse_project_defaults_for_omitted=True
is set. Either manually setcache_version="X"
to a unique value forX
when this happens, discontinue the use ofuse_latest=True
anduse_project_defaults_for_omitted=True
or disable use of caching.
-
Some Flyte features are not yet available in Flows, such as dynamic workflows, eager workflows, and map_task.
-
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.
-
Upgrades/installs where the Keycloak chart is deleted will be unable to reinstall the Keycloak chart. As a workaround, run
helm -n domino-platform history keycloak
. Get the newest revision, then runhelm -n domino-platform rollback keycloak <desired revision> --no-hooks
.
-
Data storage page fails to load when the dataplane agent in the remote data plane is scaled down to zero.
-
New Relic Infrastructure Monitor Services pod may enter an OOM/restart loop on standard/large/xl deployments after approximately 35 hours of operation. This issue can occur when the system experiences significant load for prolonged periods and impacts monitoring capabilities for select services.