Skip to content

20 June 2022 Release Notes

Version 1.1.250

Note: While 20 June is the expected release date, release delays may occur.

Feature Highlights

Stay tuned for new DataKitchen features in coming releases!

Other Fixes & Enhancements

Run Once Restored in Edit Schedule Dialog: Schedules can be used to set resources or annotations to apply at runtime, in addition to or instead of actual cron settings for recurring order runs. When users created schedules without cron statements and then edited then from the Recipes page, the Edit Schedule dialog indicated that the Run Once option was deprecated. This option is fully functional and the dialog has been updated to remove the misleading text. [DEV-9862]

()

Run Once function no longer displays as a deprecated feature.

System Processes Custom Kitchen Vaults Properly: Users found that when they configured a custom kitchen vault, the platform could not connect to the customer's vault to resolve secrets. The users' vault schema intended to differentiate vault secrets among their project teams by setting the Vault Path Prefix option in the Configure Kitchen Vault dialog to associate a team folder with its related kitchen. The problem occurred because the Automation system was not writing the configurations set in the web app to the customer's vault. This issue has been resolved so that the platform can connect to and retrieve secrets from custom kitchen vaults with any configuration.  [DEV-7875]

()

Platform connects properly to kitchen vaults that are set to vault folders.

Duplicate Runs Prevented: Under specific conditions for select customer accounts, the Automation infrastructure would stop and resubmit order runs when it was autoscaling down resources for an account. This action would produce duplicate order runs, which could impact downstream processing. This issue has been resolved with annotations on Kubernetes pods to allow order run execution to complete prior to scaling down. [DEV-9256]

Log Timestamps Auto-Adjust for DST: A recent switch in platform logs to recording events consistently in UTC did not properly allow for daylight saving time. This issue has been resolved, and logging automatically adjusts for both daylight and standard time. [DEV-9895]

Automation Library Upgrades

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

no updates