Skip to content

Releases: dotnet/dotnet-operator-sdk

v5.3.5

27 Aug 08:16
Compare
Choose a tag to compare

5.3.5 (2021-08-27)

Bug Fixes

  • rbac: add v1Events to default operator rbac (f9fa1e4)

v5.3.4

27 Aug 07:11
Compare
Choose a tag to compare

5.3.4 (2021-08-27)

Bug Fixes

  • webhook builder: Deepclone the service object on install to prevent duplicate paths. (67c52d7)

v5.3.3

26 Aug 14:26
Compare
Choose a tag to compare

5.3.3 (2021-08-26)

Bug Fixes

  • webhook install: correctly delete validating / mutating configs. (4ef5d2c)

v5.3.2

26 Aug 13:37
Compare
Choose a tag to compare

5.3.2 (2021-08-26)

Bug Fixes

  • webhook install: use correct RBAC for mutating webhooks (4d0708d)
  • webhook install: use correct RBAC for service and webhook objects (848dfe9)

v5.3.1

26 Aug 13:09
Compare
Choose a tag to compare

5.3.1 (2021-08-26)

Bug Fixes

  • webhook install: remove ca file if it exists during install (67dd9fc)

v5.3.0

26 Aug 09:37
Compare
Choose a tag to compare

5.3.0 (2021-08-26)

Bug Fixes

  • Correctly lock entity during finalization. (289dd98)
  • only call entity-update when finalizer were called. (a485b79)
  • Only update entity if a finalizer was added. (98f538f)

Features

  • Add RemoveFinalizerAsync method to finalizer manager. (fc79bf5)
  • Allow multiple webhook interfaces and types. (725f8e1), closes #267
  • Group RBAC by type and verbs. (88ada21), closes #265

v5.2.0

24 Aug 09:40
Compare
Choose a tag to compare

5.2.0 (2021-08-24)

Bug Fixes

  • Events for clusterwide entities contain the current namespace (beedf79)

Features

  • Add an event publisher with predefined reason and type (e1dcd85)

v5.1.4

24 Aug 06:24
Compare
Choose a tag to compare

5.1.4 (2021-08-24)

Bug Fixes

  • deps: update dependencies (#251) (8695d96)
  • Do not convert enum values to camel case (18cd889)

v5.1.3

20 Aug 14:16
Compare
Choose a tag to compare

5.1.3 (2021-08-20)

Bug Fixes

  • Ensure secret-data on write and chain secret (f034b8e)

v5.1.2

19 Aug 15:26
0930907
Compare
Choose a tag to compare

5.1.2 (2021-08-19)

Bug Fixes

  • Consider EntityTypes for RBAC generation. (#263) (0930907)