Skip to content

17 April 2023 Release Notes

Version 1.1.270

Feature highlights

Stay tuned for new DataKitchen features in coming releases!

Other fixes and enhancements

  • We've updated our best practices for security, scalability, and efficiency. All containers now use a non-root user following the least privilege principle. [DEV-10028]
    • During this upgrade, we aligned work on related fixes to address potential errors.
  • We applied general fixes to reduce errors.
  • We made various improvements to our user experience. Our help documentation has been updated to reflect these changes.

Improvements to DKCloudCommand

  • We fixed an issue with DKCloudCommand dependencies. Previously, outdated dependencies would result in process interruptions with pyOpenSSL. [DEV-10001]

Error message

AttributeError: module `lib` has no attribute `X509_V_FLAG_CB_ISSUER_CHECK` - Upgrading DKCloudCommand is now optional and manual. Best practice is to stay up-to-date with DataOps Automation releases and to update DKCloudCommand regularly. For information on how to, see Install and Upgrade DKCloudCommand.

Automation library upgrades

This section of release notes reports changes made to Python, AngularJS, and other libraries used by Automation.

| Package                        | Previous Version   | Current Version   |
|--------------------------------|--------------------|-------------------|
| pyopenssl                      | 21.0.0             | 23.1.1            |

For users that work in both DataOps Automation and DataOps Observability:

The Python package, DKUtils, has had its Events Ingestion Client dependency locked to version 1.0. This is to avoid potential compatibility issues during the development and release of the DataOps Observability Events Ingestion Client version 2.0. [PD-1210]