Crusoe Updates: 2023
Track model and hardware releases, API changes, and feature launches.
December 2023
Infrastructure Cloud
Networking
- December 7, 2023000032Feature updateUpdating Firewall RulesYou can now update an existing firewall rule via the UI, API and CLI.
November 2023
General
APIs
- November 16, 2023000031Major releasev1alpha5 APIWe've released our
v1alpha5API 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 theprojectsAPI. Project ID will also be a required argument for resource-related APIs, such as VM management. By default, the CLI and UI will use thedefaultproject automatically created for every organization, unless another is specified.
October 2023
Infrastructure Cloud
Compute
- October 6, 2023000027HardwareCPU InstancesCrusoe Cloud has launched general purpose (
c1a) and storage specific (s1a) CPU only instances. Learn more at CPU instances. - October 6, 2023000028Feature updateSerial ConsoleYou 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 updateUbuntu 22.04 ImagesCurated Images have been updated to support Ubuntu 22.04 as a base OS. Learn more at Images Overview.
Networking
- October 6, 2023000030Service updateChanging IB Network/Partition of a VMYou 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 releaseCurated ImagesCurated 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 fixBreakingDefault userThe default user for all images is now
ubuntuinstead ofroot. Please access VMs usingssh ubuntu@<IP>;rootaccess should be considered deprecated. See default user for more details. - August 18, 2023000022HardwareH100 HGXH100 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, 2023000019HardwareA100 HGXA100 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 updateDefault Internal DNSAll 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 updateBreakingDNS compliance resource namesResource 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 releaseInfiniBand NetworkingInfiniBand networks and user-configurable partitions are now available. Visit Managing InfiniBand Networks to learn more.
Storage
- August 24, 2023000023Feature updateHot attach and detachDevelopers can now attach or detach persistent disks without having to stop and restart the VM.
July 2023
Infrastructure Cloud
Compute
- July 27, 2023000018Feature updateCapacity APIWe 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, 2023000016SecurityUser InvitesOrganization Admins can now invite other users to join their organization as an Admin, Editor, or Reader.
- July 27, 2023000017SecurityOrganization Level Curated RolesOrganization 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 updateUI and CLI updatesOur UI and CLI now use our
v1alpha5APIs, with the ability to create and manage block storage and networking resources.
Storage
- June 8, 2023000014Feature updatev1alpha5 APIWe've released our
v1alpha5API 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 includecreateDiskandcreateVPCFirewallRule. You may attach disks to stopped VMs via theattachDisksAPI.
January 2023
Infrastructure Cloud
Compute
- January 25, 2023000013Feature updateUI and CLI updatesOur UI and CLI now use our
v1alpha2APIs, providing better error handling, multiple parallel operations, and more robust operations.
General
APIs
- January 25, 2023000012Feature updatev1alpha2 APIWe've released our
v1alpha2API which introduces asynchronous operations for creating and updating resources. Asynchronous APIs enable better error handling and a lower risk of timeouts. Some examples includecreateInstancewhich returns anOperationandgetComputeVMsInstancesOperationswhich returns all a list ofOperationresources associated with your VMs.