Unity Cloud Self-Hosted AWS 1.1.0
22 documented changes.
- Version
- 1.1.0
- Released
- Nov 4, 2025
- Product
- Unity Cloud Self-Hosted
Unity Cloud Self-Hosted AWS 1.1.0
New features
- Change
Terraform variables for FlexLM licensing: These new Terraform variables are available:
- Change
Terraform variables for FlexLM licensing: To use these variables, complete these steps:
Terraform variables for FlexLM licensing
- Change
`flexlm_host` : an IP address or the hostname.
- Change
`flexlm_port` .
- Change
Add the variables to your Terraform configuration.
- Change
Delete the values from their previous location where you previously managed them manually, that is, the `flexlm` section in the file `aws/applications/builtins/values.yaml` .
- Change
To update the generated Helm charts with the correct values, run the command `make apply-` .
Improvements
- Change
Automated cluster bootstrap: You can now install a cluster-bootstrap Helm chart that automatically creates the required cluster resources, such as storage classes. This feature is enabled by default. However, if you use an existing cluster, this feature is automatically disabled: `enable_eks=false` .
- Change
Automated cluster bootstrap: To update the existing storage classes before you upgrade, run these commands:
- Change
Migration from MongoDB to Percona Server for MongoDB: We're migrating away from the MongoDB virtual machine (VM) to Percona Server for MongoDB (PSMDB). PSMDB is based on MongoDB Community Edition but extends it to an Enterprise Edition. Read more about differences between PSMDB and MongoDB in Percona documentation.
- Change
Migration from MongoDB to Percona Server for MongoDB: The new Terraform variable `enable_percona_mongo` is for the deployment of the PSMDB operator and database in your Kubernetes cluster as a parallel setup. This variable is disabled by default. However, to ensure zero downtime, all services initially continue using your current MongoDB instance. The connection string logic follows this priority order:
- Change
Migration from MongoDB to Percona Server for MongoDB: Migrate data at your own pace with this staged approach. Read more about migrating your data to PSMDB.
- Change
Monitoring for PSMDB: The new Terraform variable `enable_percona_monitoring` is for the deployment of Percona Monitoring and Management (PMM) for PSMDB monitoring. This variable is disabled by default.
- Change
Monitoring for PSMDB: To access PMM from outside the Kubernetes cluster, follow these steps:
Migration from MongoDB to Percona Server for MongoDB
- Change
The custom URI, if provided
- Change
The existing MongoDB VM
- Change
The new PSMDB cluster
Monitoring for PSMDB
- Change
Expose PMM under a new subdomain.
- Change
Generate an API key in PMM for PSMDB to report metrics.
- Change
Update the Terraform variable `psmdb_pmm_server_token` .
Asset Manager for Self-Hosted Deployment
- Removal
You can manually create tags for assets, but you can't automatically generate tags. Self-Hosted Deployment doesn't support this feature. If you select Generate Tags in the asset properties in edit mode, Asset Manager doesn't suggest any tag and displays an error message. This behavior is expected. This button will be removed in a future version.
- Fix
If you try to move assets between collections, Asset Manager might not move all assets, but informs you that the operation was successful. This issue is scheduled to be fixed in the next release.