Skip to content

v3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Feb 16:03

3.1.0 (2021-02-23)

Bug Fixes

  • CRD schema generator does not take JsonProperty.PropertyName value into consideration (#159) (1b3abfe)
  • CRD schema type for x-kubernetes-embedded-resource should be object (#157) (49d772f)
  • Expand code generator support for enumerable and collection types in JSON Schema (#153) (cd169e3)
  • deps: update dependencies (#151) (437a52b)

Features

  • crd generation: Treat IKubernetesObject types as x-kubernetes-embedded-resource (#162) (7e3208b)
  • dotnet new: Add dotnet new templates. (#154) (01358bf), closes #133