Skip to main content

Crusoe Updates: 2023

Track model and hardware releases, API changes, and feature launches.

December 2023

Infrastructure Cloud

Networking

  • December 7, 2023000032Feature update
    Updating Firewall Rules
    You can now update an existing firewall rule via the UI, API and CLI.

November 2023

General

APIs

  • November 16, 2023000031Major release
    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 2023

Infrastructure Cloud

Compute

  • October 6, 2023000027Hardware
    CPU Instances
    Crusoe Cloud has launched general purpose (c1a) and storage specific (s1a) CPU only instances. Learn more at CPU instances.
  • October 6, 2023000028Feature update
    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.
  • October 6, 2023000029Service update
    Ubuntu 22.04 Images
    Curated Images have been updated to support Ubuntu 22.04 as a base OS. Learn more at Images Overview.

Networking

  • October 6, 2023000030Service update
    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 2023

Infrastructure Cloud

Compute

  • August 28, 2023000024Major release
    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.
  • August 28, 2023000026Bug fixBreaking
    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 18, 2023000022Hardware
    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 7, 2023000019Hardware
    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.

Networking

  • August 28, 2023000025Feature update
    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.
  • August 11, 2023000021Service updateBreaking
    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, 2023000020Major release
    InfiniBand Networking
    InfiniBand networks and user-configurable partitions are now available. Visit Managing InfiniBand Networks to learn more.

Storage

  • August 24, 2023000023Feature update
    Hot attach and detach
    Developers can now attach or detach persistent disks without having to stop and restart the VM.

July 2023

Infrastructure Cloud

Compute

  • July 27, 2023000018Feature update
    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.

Security

Access Management

  • July 27, 2023000016Security
    User Invites
    Organization Admins can now invite other users to join their organization as an Admin, Editor, or Reader.
  • July 27, 2023000017Security
    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.

June 2023

Infrastructure Cloud

Compute

  • June 8, 2023000015Feature update
    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.

Storage

  • June 8, 2023000014Feature update
    v1alpha5 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.

January 2023

Infrastructure Cloud

Compute

  • January 25, 2023000013Feature update
    UI and CLI updates
    Our UI and CLI now use our v1alpha2 APIs, providing better error handling, multiple parallel operations, and more robust operations.

General

APIs

  • January 25, 2023000012Feature update
    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.