4 May 2020 Release Notes¶
Version 1.1.164
Feature Highlights¶
Users Can Select or Add Custom Icons for Container Nodes¶
DataOps Automation web app users who are adding or editing container nodes to their recipe variations, can now select from a list of available icons to represent their container nodes.
Previously, the platform only offered a generic Docker "whale" icon, but with this release users can choose among other default images or upload their own custom images. More default images will be added in a future release. See Manage Container Icons for more information. [DEV-5164, DEV-5872]
![]()
New Delete Kitchen Dialog¶
This release offers a refresh of the Delete Kitchen wizard! The multi-step wizard has been replaced with a single confirmation dialog that contains all relevant settings. See Delete Kitchens for more information. [DEV-3376]

Warning
Delete Kitchen is Permanent! When you delete a kitchen, you delete all configurations, orders, and secrets associated with that kitchen. The delete action cannot be undone.
Other Fixes & Enhancements¶
Support ended for Python2: Users who install the DKCloudCommand using Python2 and pip will receive an error message. Users must install the CLI using this syntax: pip3 install DKCloudCommand. [DEV-6117, DEV-5936]
New Jinja functions added for variable declarations: With this release, users can take advantage of two more built-in Jinja functions for variable transformation. [DEV-6022]
- basename: returns the last name of a file path, as in /etc/asdf
- dirname: returns the directory from a path, as in /etc/asdf
Remove variable function fixed: Recently, users found that when they removed variables from the Kitchen Overrides screen, the override values were not deleted and the variable names no longer mapped to the proper values. This issue has been resolved; when users remove variables, both names and values are deleted. [DEV-6188]