Skip to content

Releases: dotnet/dotnet-operator-sdk

v7.0.6

06 Feb 08:46
79646b3
Compare
Choose a tag to compare

v7.0.5

03 Feb 01:47
Compare
Choose a tag to compare

7.0.5 (2023-02-03)

Bug Fixes

  • deps: update dependency kubernetesclient to v10.0.27 (09946f2)

v7.0.4

30 Jan 04:57
95ec197
Compare
Choose a tag to compare

7.0.4 (2023-01-30)

Bug Fixes

  • Kubernetes Client: Re-Export the original API Client (#516) (95ec197)

v7.0.3

30 Jan 02:22
ec5f44d
Compare
Choose a tag to compare

7.0.3 (2023-01-30)

Bug Fixes

  • deps: update dependency comparenetobjects to v4.79.0 (#514) (ec5f44d)

v7.0.2

26 Jan 13:21
ff20e45
Compare
Choose a tag to compare

7.0.2 (2023-01-26)

Bug Fixes

  • IKubernetesClient.Get<> not retrieving namespaced resources due to parameter swap (#511) (ff20e45)

v7.0.1

23 Jan 04:15
Compare
Choose a tag to compare

7.0.1 (2023-01-23)

Bug Fixes

v7.0.0

19 Jan 07:47
Compare
Choose a tag to compare

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.

v6.6.2

17 Jan 08:53
2eb34b4
Compare
Choose a tag to compare

6.6.2 (2023-01-17)

Bug Fixes

  • avoid overflow exceptions in resource watcher OnException handle… (#505) (6fdd512), closes #482

v6.6.1

27 Oct 01:00
Compare
Choose a tag to compare

6.6.1 (2022-10-27)

Bug Fixes

  • deps: update dependencies to v7 (93e415f)

v6.6.0

10 Aug 08:00
Compare
Choose a tag to compare

6.6.0 (2022-08-10)

Bug Fixes

  • handle empty response exception in watcher (a2290ff), closes #460
  • incorrect service lifetimes for controllers. (6726e56), closes #450 #455

Features

  • add IgnorePropertyAttribute to ignore certain entity attributes. (6cf2c13), closes #452
  • update dotnet new templates. (57fde41), closes #463
  • upgrade to C#10 with implicit usings. (d602c3f), closes #458