Skip to content

v0.2.8

Compare
Choose a tag to compare
@doctrino doctrino released this 01 Jul 13:50
· 610 commits to main since this release
23706bd

cdf-tk

Added

  • [Feature Preview] Option to turn off semantic naming checks for resources. Turn on the feature by running
    cdf-tk features set no-naming --enable.

Fixed

  • When running cdf-tk run function --local, the toolkit would raise an ToolkitValidationError. This is now fixed.
  • When running cdf-tk deploy --dry-run, if any resource was referencing a DataSet, SecurityCategory,
    or ExtractionPipeline, it would incorrectly be classified as changed. This is now fixed. This applied to
    ExtractionPipeline, FileMetadata, Function, Group, Label, TimeSeries, and Transformation resources.

Changed

  • Function configurations for multiple functions can now be in multiple files in the function directory. Before
    all configurations had to be listed in the same YAML file.

Templates

Fixed

  • Added missing dependency to requirements.txt in cognite_modules/examples/cdf_functions_dummy.

Details

What's Changed

Full Changelog: v0.2.7...v0.2.8