Releases: dotnet/dotnet-operator-sdk
Releases · dotnet/dotnet-operator-sdk
v1.3.0
1.3.0 (2020-08-29)
Features
- make resource controllers easer to add (4f63faf)
- operations: add healthchecks and metrics. (5c5e8de), closes #4
v1.2.0
1.2.0 (2020-06-25)
Bug Fixes
- attributes: remove unique items from array attribute since it is not allowed (9271fb1), closes #24
Features
- attributes: add ignore entity attribute. (f8c5f76), closes #25
- testing: add possibility to mock and test a controller via mocked event queue. (b5e1a8e), closes #10
- testing: add possibility to mock and test finalizers. (5d59448), closes #10
v1.1.2
1.1.2 (2020-05-20)
Bug Fixes
- use environment to determine production logging (d98f066), closes #18
- queue: delayed enqueues (requeue) will refetch the resource to avoid conflict (bb6a89d)
- check the exception in the resource watcher before informing (2a9a458), closes #17
- remove required field from crd when zero (7498304), closes #19
- the removal of timed enqueue should be locked (6d18dea)
v1.1.1
1.1.1 (2020-05-14)
Bug Fixes
- map spec updates correctly to v1beta1 crd (d15c94e)
v1.1.0
1.1.0 (2020-05-13)
Bug Fixes
- logging: use correct imports for production build (9d204d4)
Features
- crd generation: add array types (59616d8), closes #16
- crd generation: add validators (690c938), closes #8
- logging: add full exception message if any (765bc47)
- logging: add structured json logs by default on production (20ad9d6), closes #12
- add exponential backoff to restart watcher (34c8f17)
v1.0.3
1.0.3 (2020-05-10)
Bug Fixes
- naming convention: use correct names for reserved words (9456c74)
v1.0.2
1.0.2 (2020-05-09)
Bug Fixes
- remove release notes from pack (b4f6282)
- rbac: generate role binding (cluster wide) for operator (b63af1f), closes #15
- rename the options from "dos" to "kubeOps" (0b716fa)
v1.0.1
1.0.1 (2020-05-08)
Bug Fixes
- code generator: correctly overwrite files and zero them when opening (fixes #13). (4dd0d1c)
- crd generator: use correct deployment api group (fixes #14) (e09b45f)
v1.0.0
1.0.0 (2020-05-08)
Bug Fixes
- build script use correct directory path (7927f27)
- use nuget v3 (c57b6fc)
Features
- Actively watch resources and provide events for changed (d4a813a)
- add base controller for resource events (5bc39f9)
- add code generation for resources (4e38025)
- extend the kubernetes client with better generic calls (8723f28)
- initial version of the dotnet operator sdk (DOS) (c34676c)
- install / uninstall commands and generator commands (1971d63)
- rename to KubeOps (b6f1f37)