Skip to content

v10.89.1727190253+1f9fefe

Compare
Choose a tag to compare
@dgnemo dgnemo released this 24 Sep 17:42

Release Notes

API

  • Entities of type NetworkNode and PlatformDefinition introduced a new field category_tag.
    This field is used in the UI in place of type field (which will be deprecated in future releases) to categorize nodes according to the groups that best fit the customer network.
    // A freeform string, used as a key in other contexts to lookup
    // context-relevant attributes (UI visual configuration, etc).
    optional string category_tag = 5;