Skip to main content

Changelog

info

Crusoe Cloud is currently in private beta. If you do not currently have access, please request access to continue.

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 the projects 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 the default 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 of root. Please access VMs using ssh 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 include createDisk and createVPCFirewallRule. You may attach disks to stopped VMs via the attachDisks 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 include createInstance which returns an Operation and getComputeVMsInstancesOperations which returns all a list of Operation 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

April 29, 2022

Features

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.