Skip to content

v0.2.4

Compare
Choose a tag to compare
@doctrino doctrino released this 24 Jun 12:30
· 638 commits to main since this release
9a76468

cdf-tk

Added

  • [Feature Preview] Support for resource type Asset in the assets folder. Turn on the feature by running
    cdf-tk features set assets --enable.

Improved

  • When running cdf-tk build and the selected modules is missing, the user will now get a hint about
    how to fix the issue.
  • When running cdf-tk build and a module contains non-resource directories, the user will now get a warning
    that the directory is not a resource directory.

Fixed

  • The data type of variables config.[env].yaml file is now preserved. For example, if you had my_variable: "123",
    then the cdf-tk build would build the resource file with the number instead of the string, my_variable: 123.
    This is now fixed.
  • File configurations given as a list/array, lost the dataSetExternalId in the cdf-tk deploy command.
    This is now fixed.
  • Added missing required dependency packaging to cognite-toolkit.

Templates

No changes to templates.

Details

Full Changelog: v0.2.3...v0.2.4