Releases: dotnet/dotnet-operator-sdk
Releases · dotnet/dotnet-operator-sdk
v5.0.1
5.0.1 (2021-08-18)
Bug Fixes
- deps: update dependencies to v5 (aee413d)
v5.0.0
5.0.0 (2021-08-18)
Code Refactoring
- Dependency Injection Registration and OperatorBuilder (367689a)
BREAKING CHANGES
EntityRbacAttribute
and GenericRbacAttribute
are now only found when added to Kubernetes "relevant" classes.
Instead of scanning all assemblies for those attributes, only
controllers, finalizers and webhooks may be decorated and considered
when generating the RBAC rules in the generator. To migrate,
add any of the attributes above to a controller, finalizer or webhook
instead of anywhere else in the code.
v4.3.2
4.3.2 (2021-08-14)
Bug Fixes
- deps: update dependency dotnetkubernetesclient to v2.0.7 (d220bc7)
v4.3.1
4.3.1 (2021-08-13)
Bug Fixes
- Remove modification/usage of default JsonSerializerSettings (#243) (56e1bd3)
v4.3.0
4.3.0 (2021-08-13)
Features
- Allow forcing of event method for requeued resource (#245) (5f73fb2)
v4.2.0
4.2.0 (2021-08-13)
Features
- Add exception handling and re-queueing to finalizers (#244) (06e28c6)
v4.1.12
4.1.12 (2021-08-10)
Bug Fixes
- deps: update dependencies to v5.0.9 (727a733)
v4.1.11
4.1.11 (2021-08-09)
Bug Fixes
- deps: update dependency dotnetkubernetesclient to v2.0.6 (8570471)
v4.1.10
4.1.10 (2021-08-06)
Bug Fixes
- deps: update dependency namotion.reflection to v2.0.3 (3415399)