Skip to content

Releases: dotnet/dotnet-operator-sdk

v9.8.2

20 Jun 12:13
4ea8428
Compare
Choose a tag to compare

9.8.2 (2025-06-20)

Bug Fixes

  • deps: update dependency @easyops-cn/docusaurus-search-local to v0.51.1 (#904) (4ea8428)
  • deps: update dependency sonaranalyzer.csharp to 10.12.0.118525 (#903) (09a87f2)

v9.8.1

13 Jun 12:12
e2fccd6
Compare
Choose a tag to compare

9.8.1 (2025-06-13)

Bug Fixes

v9.8.0

10 Jun 12:13
acd2ad0
Compare
Choose a tag to compare

9.8.0 (2025-06-10)

Bug Fixes

  • deps: update dependency sonaranalyzer.csharp to 10.11.0.117924 (#896) (9896d8f)
  • deps: update docusaurus monorepo to v3.8.1 (#899) (acd2ad0)

Features

  • integrate ActivitySource for improved observability in resource watchers and operator builder (#895) (467dffd)

v9.7.0

06 Jun 12:12
57422ad
Compare
Choose a tag to compare

9.7.0 (2025-06-06)

Features

  • (re)add KubeObs.Templates for easy creating operators (#894) (57422ad)
  • introduce EntityLoggingScope to support scopes as key-value pairs inside custom properties of application insights (#893) (d9caf6e)

v9.6.0

23 May 12:12
28aa116
Compare
Choose a tag to compare

9.6.0 (2025-05-23)

Bug Fixes

  • deps: update dependencies to 4.14.0 (#887) (767a8d7)
  • deps: update dependencies to 9.0.5 (#884) (1f78bb6)
  • deps: update dependency sonaranalyzer.csharp to 10.10.0.116381 (#888) (fbedc70)

Features

  • add namespace to logging scope and make ResourceWatcher more extensible (#889) (0e65443)

v9.5.0

08 May 07:28
92063d8
Compare
Choose a tag to compare

v9.4.1

29 Apr 11:11
42e6bc1
Compare
Choose a tag to compare

9.4.1 (2025-04-29)

Bug Fixes

v9.4.0

28 Apr 21:21
4630af2
Compare
Choose a tag to compare

9.4.0 (2025-04-28)

Bug Fixes

Features

  • Added option to provide an accessable docker image through a CLI option (#864) (417df6b), closes #863
  • Allow for providing docker image & tag through msbuild properties (#865) (79f5533), closes #864
  • Resource Watcher with Labels (#866) (a64cc15)
  • support inheritance for controllers and finalizers (#873) (4943686)

v9.3.0

26 Mar 23:08
44cfb7e
Compare
Choose a tag to compare

9.3.0 (2025-03-26)

Bug Fixes

  • Add support for System.Object in CRDs (#857) (44cfb7e)
  • x-kubernetes-preserve-unknown-fields incorrectly applied on List (#850) (201e14e)

Features

  • Add auto-generated comment to generated code files (#848) (09aaef9)
  • changing the kustomization commonLabels (#856) (3de2c1a)
  • Introduction of ValidationRuleAttribute as support for x-kubernetes-validations in Kubernetes CRDs (#859) (59e19d6)

v9.2.0

24 Jan 20:19
c9beb6d
Compare
Choose a tag to compare

9.2.0 (2025-01-24)

Bug Fixes

  • Default to setting Nullable to null in CRD generation (#830) (5e061d5)
  • deps: upgrade localtunnel (#814) (307835e)
  • Limit the number of types to process (#816) (092ae45)
  • Set KubeOps.Generator as a DevelopmentDependency (#834) (5a98290), closes #698

Features

  • Add EnumMemberAttribute and .NET 9's JsonStringEnumMemberNameAttribute (#833) (c9beb6d)
  • Add support for generating CRD's for entities that contain other custom resources (#823) (f2129cf)
  • upgrade to dotnet 9 (#838) (9b905fb)