Skip to main content
Version: 2024.1

What's New in Version 2024.1

Features and enhancements

This release includes the following features and enhancements.

Assembly Lab

A radically different mode of operation for CloudShell is now available!

  • Manage devices on a part by part basis

    • Move sub resources from one device to another
    • Solve abstracts using parts from different devices
  • Sandboxes can be partially solved by algorithm and partially by human involvement

    • Select solutions for abstract requests
    • Change solutions

Capabilities

CloudShell's RBAC implementation, you can now associate user groups with capability sets. Each capability set can specifically allow or block certain capabilities, overriding the defaults provided by the group role.

Read more here

Display attributes in Resource Search directly on cards

Configure specific attributes to appear directly on resource search results.

SearchResultsWithAttribute

Filter sandboxes by user input and display the user input in Sandboxes Dashboard

  • Configure an attribute to be displayed in sandbox dashboard
  • Show only sandboxes which passed a particular value

Sandbox Dashboard Customization

For more details

Minimum Lead Time

You now have the ability to establish a minimum lead time for reserving Sandboxes within a specific domain. This means that when this setting is configured, any sandbox reservations must be made for a date in the future, not for immediate use.

To implement this, you need to adjust the MinimumLeadTimeMinutes parameter via a specific API call. Detailed instructions on how to make this API call can be found in this guide.

API Changes

GetResourcesAttributeValues

Receives a list of resources and returns the values of all the attributes in bulk. This method can be more performant than calling GetResourceAttributeValues or GetResourceDetails in a loop. Available in Cloudshell Automation API.

GetExecutionServers & DeleteExecutionServer

API calls for getting Execution Servers and removing them using automation.

GetResourceDetails changes

GetResourceDetails will now show Create & Modified Date for the resource.