Releases: dotnet/dotnet-operator-sdk
Releases · dotnet/dotnet-operator-sdk
v7.0.6
7.0.6 (2023-02-06)
Bug Fixes
v7.0.5
7.0.5 (2023-02-03)
Bug Fixes
- deps: update dependency kubernetesclient to v10.0.27 (09946f2)
v7.0.4
7.0.4 (2023-01-30)
Bug Fixes
- Kubernetes Client: Re-Export the original API Client (#516) (95ec197)
v7.0.3
7.0.3 (2023-01-30)
Bug Fixes
- deps: update dependency comparenetobjects to v4.79.0 (#514) (ec5f44d)
v7.0.2
7.0.2 (2023-01-26)
Bug Fixes
- IKubernetesClient.Get<> not retrieving namespaced resources due to parameter swap (#511) (ff20e45)
v7.0.1
7.0.1 (2023-01-23)
Bug Fixes
v7.0.0
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
6.6.2 (2023-01-17)
Bug Fixes
- avoid overflow exceptions in resource watcher OnException handle… (#505) (6fdd512), closes #482
v6.6.1
6.6.1 (2022-10-27)
Bug Fixes
- deps: update dependencies to v7 (93e415f)
v6.6.0
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