Skip to content

Releases: dotnet/dotnet-operator-sdk

v5.0.2-prerelease.1

19 Aug 09:08
671579b
Compare
Choose a tag to compare
v5.0.2-prerelease.1 Pre-release
Pre-release

5.0.2-prerelease.1 (2021-08-19)

Bug Fixes

v5.0.1

18 Aug 21:11
Compare
Choose a tag to compare

5.0.1 (2021-08-18)

Bug Fixes

  • deps: update dependencies to v5 (aee413d)

v5.0.0

18 Aug 17:50
367689a
Compare
Choose a tag to compare

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

14 Aug 00:21
Compare
Choose a tag to compare

4.3.2 (2021-08-14)

Bug Fixes

  • deps: update dependency dotnetkubernetesclient to v2.0.7 (d220bc7)

v4.3.1

13 Aug 14:37
56e1bd3
Compare
Choose a tag to compare

4.3.1 (2021-08-13)

Bug Fixes

  • Remove modification/usage of default JsonSerializerSettings (#243) (56e1bd3)

v4.3.0

13 Aug 09:05
5f73fb2
Compare
Choose a tag to compare

4.3.0 (2021-08-13)

Features

  • Allow forcing of event method for requeued resource (#245) (5f73fb2)

v4.2.0

13 Aug 08:45
06e28c6
Compare
Choose a tag to compare

4.2.0 (2021-08-13)

Features

  • Add exception handling and re-queueing to finalizers (#244) (06e28c6)

v4.1.12

10 Aug 23:24
Compare
Choose a tag to compare

4.1.12 (2021-08-10)

Bug Fixes

  • deps: update dependencies to v5.0.9 (727a733)

v4.1.11

09 Aug 23:49
Compare
Choose a tag to compare

4.1.11 (2021-08-09)

Bug Fixes

  • deps: update dependency dotnetkubernetesclient to v2.0.6 (8570471)

v4.1.10

06 Aug 20:48
Compare
Choose a tag to compare

4.1.10 (2021-08-06)

Bug Fixes

  • deps: update dependency namotion.reflection to v2.0.3 (3415399)