See also the ddlctl and fleetcommand-agent Release Notes.
Configurable datetime precision for Data Sources
Users can now configure the resolution of datetime columns for relational Data Sources. See the Data Source overridable configurations page for more information.
Flows output registration
Users can now use the Flyte Python SDK to programmatically transfer Flow artifacts to a Domino Dataset and create a snapshot, automating the registration step as part of their Flow.
-
Fixed the issue preventing the list of dataset storage from displaying in the Admin UI or the create dataset for users whenever a data plane was decommissioned without unregistering an underlying dataset storage.
-
Fixed the issue where Cost Analyzer Diagnostics pod failed to launch if image pulls required Quay secrets.
-
SSH access is now supported for Workspaces running in remote data planes.
-
Keycloak version 26.2.5 upgrade in Domino 6.1.1 resolves the issue where using multiple Keycloak replicas caused intermittent authentication errors.
-
Fixed the issue where Flyte and Snowflake OAuth required conflicting values for the
scp
claim in the user access token.
-
After upgrading to version 6.1.1 from 6.1.0, Workspaces running in the local data plane with SSH enabled must be restarted once to retain SSH access.
-
Flows is only supported in Domino Cloud, AWS, and Azure. A future update will add support for Google Cloud and on-premises installs.
-
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.
-
If idle timeout is configured on a deployment, Domino may not recognize pages opened in spawned tabs (e.g., via
Ctrl+Click
) or outside of an iFrame as being active. Users may be unintentionally logged out despite activity in the spawned pages.
-
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.
-
When restarting an RStudio workspace with home directory persistence enabled, the user may see a notice stating that the previous session was abnormally terminated due to a crash. This notice is only due to how the new feature interacts with RStudio and does not result in any data loss.
-
Domino instances that make use of Azure Blob Storage may experience stalled Jobs within Projects with many large files.
-
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.
-
Data storage page fails to load when the dataplane agent in the remote data plane is scaled down to zero.
-
Nucleus Dispatcher restart hangs during Quartz Scheduler startup following a MongoDB replica set scale-down. As a workaround, manually remove the unavailable replica from the replica set using the Mongo CLI command.
-
One misconfigured endpoint causes the mlflow-deployments pod to crashloop and AI gateway to fail with 502 errors.
-
During a 48-hour soak test, the
nginx-ingress-controller
pods exhibited a gradual increase in memory usage while handling heavy Domino Endpoint workloads. The cause is under investigation.