Skip to content

Releases: buehler/dotnet-operator-sdk

v8.0.0-pre.28

08 Nov 07:33
5dcb4c6
Compare
Choose a tag to compare
v8.0.0-pre.28 Pre-release
Pre-release

8.0.0-pre.28 (2023-11-08)

Bug Fixes

  • ToExpression(this IEnumerable selectors) extension method returns wrong result (5dcb4c6)

v8.0.0-pre.27

23 Oct 19:51
Compare
Choose a tag to compare
v8.0.0-pre.27 Pre-release
Pre-release

8.0.0-pre.27 (2023-10-23)

Bug Fixes

  • deps: update dependency roslynator.analyzers to v4.6.1 (0f99bb6)

v8.0.0-pre.26

19 Oct 02:05
Compare
Choose a tag to compare
v8.0.0-pre.26 Pre-release
Pre-release

8.0.0-pre.26 (2023-10-19)

Bug Fixes

  • deps: update dependency roslynator.analyzers to v4.6.0 (c306886)

v8.0.0-pre.25

18 Oct 11:24
a95278d
Compare
Choose a tag to compare
v8.0.0-pre.25 Pre-release
Pre-release

8.0.0-pre.25 (2023-10-18)

Features

v8.0.0-pre.24

13 Oct 11:48
Compare
Choose a tag to compare
v8.0.0-pre.24 Pre-release
Pre-release

8.0.0-pre.24 (2023-10-13)

Features

  • add runtime generated entity clients (5c28a14)
  • transpiler: allow metadata to be created from actual types. (2e7e671)
  • web operator: add localtunnel feature for easy webhook development. (0b5ca0a)
  • webhook-generator: add mutation webhook configs. (aca97e1)
  • webhook-generator: only use operations that are overwritten. (7841fe9)

v8.0.0-pre.23

13 Oct 10:45
Compare
Choose a tag to compare
v8.0.0-pre.23 Pre-release
Pre-release

8.0.0-pre.23 (2023-10-13)

Bug Fixes

  • deps: update dependency sonaranalyzer.csharp to v9.12.0.78982 (807ec8c)

v8.0.0-pre.22

13 Oct 06:31
Compare
Choose a tag to compare
v8.0.0-pre.22 Pre-release
Pre-release

8.0.0-pre.22 (2023-10-13)

Features

  • webhooks: add mutation webhooks. (93031b2)

BREAKING CHANGES

  • webhooks: This overhauls the mutation webhooks.
    Use the documentation to see how they work.
    It is similar to validation webhooks, but with
    changed results.

Signed-off-by: Christoph Bühler cbuehler@rootd.ch

v8.0.0-pre.21

12 Oct 09:46
69ff66e
Compare
Choose a tag to compare
v8.0.0-pre.21 Pre-release
Pre-release

8.0.0-pre.21 (2023-10-12)

Features

  • webhooks: automatic installer generation for webhook operators (#632) (69ff66e)

BREAKING CHANGES

  • webhooks: Webhooks are not generated
    via the custom command for webhooks, nor are they
    automatically installed at runtime. For now, webhook
    definitions, certificates, and services are created
    at buildtime.
  • webhooks: This removes the runtime exeuction
    of the webhook registrar magic.

v8.0.0-pre.20

11 Oct 13:31
31b2ab0
Compare
Choose a tag to compare
v8.0.0-pre.20 Pre-release
Pre-release

8.0.0-pre.20 (2023-10-11)

Features

  • web-operator: Add validation webhooks. (#631) (31b2ab0)

BREAKING CHANGES

  • web-operator: This overhauls the way
    webhooks worked. Webhooks now run
    with normal ASP.net ApiControllers.
    To use a webhook, refer to the documentation.
    Basically, create a subclass of the validation
    webhook class and decorate it with the
    correct validation attribute. Then, the
    webhook will run. Other elements
    like automatic install will follow this
    preview release.

v8.0.0-pre.19

09 Oct 08:44
Compare
Choose a tag to compare
v8.0.0-pre.19 Pre-release
Pre-release

8.0.0-pre.19 (2023-10-09)

Bug Fixes