Releases: dotnet/dotnet-operator-sdk
Releases · dotnet/dotnet-operator-sdk
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)