Skip to content

v7.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jan 07:47

7.0.0 (2023-01-19)

Features

  • Kubernetes Client: integrate dotnet kubernetes client into KubeOps (#507) (a0a582d), closes #435 #434

BREAKING CHANGES

  • Kubernetes Client: This moves to System.Text.Json from Newtonsoft.Json
    to adhere to the changes in Kubernetes Client upstream.
    Existing projects must migrate from using JsonPropertyAttributes
    to JsonPropertyNameAttributes.
    The YAML serializer is also shared with kubernetes-client
    and is no longer overridable via injection.
    Microsoft.Rest.HttpOperationException no longer exists, any place
    this is used must move to k8s.Autorest.HttpOperationException.