v0.2.14
cdf-tk
Fixed
- If a container with a direct relation property with a required constraint on another container, the
cdf-tk build
would not give a warning if the required container was missing. This is now fixed. - [Feature Preview] In the feature preview,
robotics
, the propertiesinputSchema
ordataHandlingSchema
inRobotCapability
andDataPostProcessing
were not updated correctly. This is now fixed. - When running
cdf-tk build
, with aNode
resource. You would get aMissingRequiredIdentifierWarning
even though
theNode
had aspace
/externalId
. This is now fixed. - In the
cdf-tk deploy/clean
command, the-i
short flag was used for--interactive
and--include
at the same time.
This is now fixed, and the-i
flag is only used for--interactive
. - Require
cognite-sdk>=7.54.1
, this version fixed a bug in thecognite-sdk
that caused thecdf-tk
to raise
anCogniteAPIError
when deploying or cleaning more than 10functions
.
Templates
No changes to templates.
Details
- [CDF-22056] 🦠Required container dependency no warning fix by @doctrino in #754
- [CDF-22057] 🐜Warning on non-existing parent. by @doctrino in #755
- Add limit to asset dump by @doctrino in #756
- [CDF-22072] 👻Splitting resource loaders into multiple files by @doctrino in #758
- [CDF-22064] ⛓️💥Mixpannel connection issues by @doctrino in #761
- [CDF-22062] 🤖😭 by @doctrino in #762
- [CDF-22059] 👺Deploy order views by @doctrino in #763
- [CDF-22074]🫣 by @doctrino in #764
- [CDF-22073]🤡 Complains about node identifier by @doctrino in #765
- [CDF-22058] 🙈Fix used i twice by @doctrino in #768
- [CDF-22071] 👮♂️Fixing up function deployment by @doctrino in #767
- Prepare 0.2.14 by @doctrino in #769
Full Changelog: v0.2.13...v0.2.14