Changelog
Crusoe Cloud is currently in private beta. If you do not currently have access, please request access to continue.
October 21, 2024
Features
- Audit Logs: Audit logs give you a 90-day history of activity in your organization, spanning actions on cloud resources as well as administrative actions. Read more here.
September 20, 2024
Updates
- Firewall Rule Port Updates: Updated our firewall rules documentation to restrict traffic on ports 25, 465, or 2525, as well as provide recommendations for outbound communication.
August 16, 2024
Features
- Shared Disks Shared Disks offer a high level of scalability and performance and are attached to many VMs with shared access. We offer shared disks from 1 TiB to 1000 TiB. See more at Storage Overview.
July 26, 2024
Features
- New Storage Instance Types: New, larger s1a instance types (s1a.120x, s1.160x) are now available on Crusoe Cloud, with up to 8x12.8TBs of NVMe storage per VM.
July 15, 2024
Updates
- Reservations: Launched an improved reservation system, where customers can track reservations and specify logic for whether VMs are placed on a reservation or on-demand.
May 31, 2024
Updates
- Slurm Curated Image: Added a curated image,
ubuntu22.04-nividia-slurm
, for customers spinning up VMs with Slurm.
May 20, 2024
Features
- Bulk VM creation: We've added a new bulk VM creation method that allows you to create multiple VMs atomically. Learn more here.
- Instance Templates: You can now save the configuration of an instance to an instance template, allowing you to easily create multiple VMs that share the same configuration. Documentation is available here.
May 15, 2024
Features
- Non-Default VPC Networks and Subnets: We now support non-default VPC networks and subnets, with customer defined IP ranges in RFC 1918 space. This allows you to better segment resources within your network, and create additional independent networks (e.g. management and data plane). Learn more here.
- Egress Firewall Rules: We now support creating firewall rules with
direction: egress
. This allows you to control what traffic is allowed to leave a VM, subnet, or network. Learn more here.
May 14, 2024
Features
- Instances Pagination, Filtering and Search: The 'Instances' page on the console is now paginated with a configurable number of items per page. Additionally, you can now search for specific instances via a search bar and filter by Status, Instance Types and Locations. Additionally, our
v1alpha5
API now supports pagination onGET .../instances
.
January 5, 2024
Features
- Usage Dashboard and APIs: We've launched a new usage dashboard allowing you to view and export usage details for instances and disks provisioned within your organization. Learn more here. New APIs are also available to export usage information as well.
December 7, 2023
Features
- Updating Firewall Rules: You can now update an existing firewall rule via the UI, API and CLI.
November 16, 2023
Features
- v1alpha5 API: We've released our
v1alpha5
API which introduces multiple projects per organization. Projects are a way to organize resources within an organization. Resources are not shared between projects. Each project will have its own VPC network and quotas. New projects can be created and listed with theprojects
API. Project ID will also be a required argument for resource-related APIs, such as VM management. By default, the CLI and UI will use thedefault
project automatically created for every organization, unless another is specified.
October 6, 2023
Features
- CPU Instances: Crusoe Cloud has launched general purpose (
c1a
) and storage specific (s1a
) CPU only instances. Learn more at CPU instances. - Serial Console: You can now enable serial console access to provide out of band access to VMs for debugging purposes. Learn more at serial console access.
Updates
- Ubuntu 22.04 Images: Curated Images have been updated to support Ubuntu 22.04 as a base OS. Learn more at Images Overview.
- Changing IB Network/Partition of a VM: You can now update the IB network and/or partition of a VM currently connected to a different network and/or partition. Learn more at Updating the IB partition on a VM.
August 28, 2023
Features
- Curated Images: Curated Images are now available, which allow developers to create a VM with a different base operating system or different preinstalled software. Learn more at Images Overview.
- Default Internal DNS: All VMs within a VPC now have a default DNS address, which is reachable from all other VMs on the same VPC Network. Learn more at Internal DNS.
Bug Fixes
- Default user: The default user for all images is now
ubuntu
instead ofroot
. Please access VMs usingssh ubuntu@<IP>
;root
access should be considered deprecated. See default user for more details.
August 24, 2023
Features
- Hot attach and detach: Developers can now attach or detach persistent disks without having to stop and restart the VM.
August 18, 2023
Features
- H100 HGX: H100 HGX servers are now available. Full instance specs are available at VM Hardware. Please contact sales to enable this feature for your organization.
August 11, 2023
Updates
- DNS compliance resource names: Resource names (including VM names) are limited to
a-z
,0-9
, and non-leading-
and_
charaters. This is to support future DNS addressing by resource name.
August 7, 2023
Features
- A100 HGX: A100 HGX servers are now available. Full instance specs are available at VM Hardware. Please contact sales to enable this feature for your organization.
- InfiniBand Networking: InfiniBand networks and user-configurable partitions are now available. Visit Managing InfiniBand Networks to learn more.
July 27, 2023
Features
User Invites: Organization Admins can now invite other users to join their organization as an Admin, Editor, or Reader.
Organization Level Curated Roles: Organization Admins can change the role of other organization members to the Admin, Editor, or Reader role, which grants different permissions to Crusoe Cloud resources.
Capacity API: We have released a Capacity API that lets users make requests to determine the current on-demand capacity available on the platform. Please contact support to enable this feature for your organization.
June 8, 2023
Features
v1alpha4 API: We've released our
v1alpha5
API which introduces block storage and networking resources. This includes the ability to create and attach block storage volumes to your VMs, and the ability to create and manage firewall rules for your virtual private cloud (VPC). Examples of new APIs includecreateDisk
andcreateVPCFirewallRule
. You may attach disks to stopped VMs via theattachDisks
API.UI and CLI updates: Our UI and CLI now use our
v1alpha5
APIs, with the ability to create and manage block storage and networking resources.
January 25, 2023
Features
v1alpha2 API: We've released our
v1alpha2
API which introduces asynchronous operations for creating and updating resources. Asynchronous APIs enable better error handling and a lower risk of timeouts. Some examples includecreateInstance
which returns anOperation
andgetComputeVMsInstancesOperations
which returns all a list ofOperation
resources associated with your VMs.UI and CLI updates: Our UI and CLI now use our
v1alpha2
APIs, providing better error handling, multiple parallel operations, and more robust operations.
July 21, 2022
Features
- Service Status Page: status.crusoecloud.com is now available for developers to check for known issues or scheduled maintenance and subscribe for updates to Crusoe Cloud services. Status notifications are also visible as indicators on the user profile icon withing the console.
June 29, 2022
Features
- One IP per VM: VMs are now created with their own IP address, rather than a shared IP. Currently only port 22 (
ssh
) is open, but in the future we may allow you to allow ingress or egress traffic through other ports. This IP address is not static, and may change if you start and stop your machine.
June 28, 2022
Features
- Password Reset: Users who have forgotten their password can now reset it from the home page of the console by clicking the
Forgot password?
link.
June 14, 2022
Features
- Lifecycle Scripts: VMs are now able to automatically run scripts on startup and shutdown. Learn more in Lifecycle Scripts.
May 2, 2022
Features
- Crusoe Cloud CLI: The Crusoe Cloud CLI is now available for download via
brew
andapt
package managers. Get started by installing and configuring the CLI.
April 29, 2022
Features
- NVIDIA Container Toolkit: The NVIDIA container toolkit is now installed by default on all newly created VMs.
Fixes
- NVIDIA Driver Versions: Fixed a bug where the NVIDIA drivers could get out of sync with the operating system version, resulting in the GPUs no longer being found. The drivers are now updated appropriately and should always be on the correct version.
March 31, 2022
Features
- SSH Key Management: Users can store SSH keys to be re-used on subsequent VMs without needing to add a key to each VM on creation.
- Dark Mode: Users can switch to dark mode in the settings drop down or by pressing
cmd + j
. - VM Creation Feedback: Additional error and progress messages have been added to notify users of the VM creation progress.
Fixes
- VM Creation Timeout: Fixed a bug where the UI would timeout when attempting to launch VMs with four or more GPUs. Large VMs can now consistently be created without timing out.