Releases: dotnet/dotnet-operator-sdk
Releases · dotnet/dotnet-operator-sdk
v5.1.1
v5.1.0
v5.1.0-prerelease.2
5.1.0-prerelease.2 (2021-08-19)
Features
v5.1.0-prerelease.1
5.1.0-prerelease.1 (2021-08-19)
Features
v5.0.2-prerelease.1
5.0.2-prerelease.1 (2021-08-19)
Bug Fixes
v5.0.1
v5.0.0
5.0.0 (2021-08-18)
Code Refactoring
- Dependency Injection Registration and OperatorBuilder (367689a)
BREAKING CHANGES
EntityRbacAttribute
andGenericRbacAttribute
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.