v0.2.8
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 anToolkitValidationError
. This is now fixed. - When running
cdf-tk deploy --dry-run
, if any resource was referencing aDataSet
,SecurityCategory
,
orExtractionPipeline
, it would incorrectly be classified as changed. This is now fixed. This applied to
ExtractionPipeline
,FileMetadata
,Function
,Group
,Label
,TimeSeries
, andTransformation
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
incognite_modules/examples/cdf_functions_dummy
.
Details
What's Changed
- [CDF-21947] 🧑🚒Fix run function locally by @doctrino in #716
- [CDF-21949] 🫤Nice indent by @doctrino in #719
- [CDF-21917]🕵️♂️ Fix diffs deploy --dry-run by @doctrino in #720
- [CDF-21945] 😫Less Warnings on Functions by @doctrino in #718
- [CDF-21946] 🤷Turn off naming convention by @doctrino in #717
- [CDF-21895, CDF-21895, CDF-21629] 🛤Feature flag, track commands. by @doctrino in #721
- 😁Prepare 0.2.8 by @doctrino in #726
Full Changelog: v0.2.7...v0.2.8