Skip to content
5 changes: 4 additions & 1 deletion content/GettingStarted/SCALEReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,11 @@ TrueNAS 25.04.2 is not recommended for TrueNAS Enterprise customers with High Av

Virtual machines automatically migrate from TrueNAS 24.10 to 25.04.2.
No manual migration of virtual machines is required.
* Adds the ability to enter optional custom endpoints in cloud sync credentials that support **Global** and **Select** tiers in Storj ([NAS-133835](https://ixsystems.atlassian.net/browse/NAS-133835)).

* Virtual machines created in 25.04 (pre-25.04.2) and displayed on the **Containers** screen do not automatically start on system boot to prevent conflicts with VMs on the **Virtual Machines** screen that might use the same zvols ([NAS-136946](https://ixsystems.atlassian.net/browse/NAS-136946)).
* Virtual machines created in 25.04.0 or 25.04.1 using the **Instances** (now **Containers**) screen can be migrated to conventional VMs in 25.10 and later using the process described in the [**Migrating Containers VMs**]({{< ref "/scaletutorials/virtualmachines/#migrating-containers-vms" >}}) tutorial.
* Adds a Secure Boot checkbox to the **Add Virtual Machine** wizard and **Edit Virtual Machine** form ([NAS-136466](https://ixsystems.atlassian.net/browse/NAS-136466)).
* Adds the ability to enter optional custom endpoints in cloud sync credentials that support **Global** and **Select** tiers in Storj ([NAS-133835](https://ixsystems.atlassian.net/browse/NAS-133835)).
* Passes the Storj/iX cloud sync credential access key and secret access key in the UI when creating the credential ([NAS-135837](https://ixsystems.atlassian.net/browse/NAS-135837)).
* Removes the **Mega** cloud service provider for rclone.
Mega Technical Support states they no longer support rclone due to bugs in their implementation and requirements to properly troubleshoot issues ([NAS-135844](https://ixsystems.atlassian.net/browse/NAS-135844)).
Expand Down
2 changes: 2 additions & 0 deletions content/SCALETutorials/Containers/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ keywords:

{{< include file="/static/includes/25.04Virtualization.md" >}}

{{< include file="/static/includes/InstanceWarning.md" >}}

**Containers** allow users to configure linux containers in TrueNAS.

*Linux containers*, powered by LXC, offer a lightweight, isolated environment that shares the host system kernel while maintaining its own file system, processes, and network settings.
Expand Down
1 change: 0 additions & 1 deletion content/SCALETutorials/Network/ContainerNASBridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ keywords:
- storage container virtualization
---

{{< include file="/static/includes/25.04Virtualization.md" >}}

If you want to access your TrueNAS directories from within a virtual machine or container hosted on the system, you have multiple options:

Expand Down
Loading