Skip to content

v1.7.1: Merge pull request #318 from java-operator-sdk/fixes

Compare
Choose a tag to compare
@metacosm metacosm released this 29 Jan 11:49
cb585d7

Features

  • Quarkus extension now supports externalized configuration using application.properties.

Fixes

  • Fixes #310
  • Fixes #313
  • Fixes #314
  • Fixes #315
  • Fixes #317
  • All namespaces are watched by default and this behavior should now be consistently enforced across the SDK (#302)

Changes

  • Integration tests are not run by default anymore, use all-tests profile to run all the tests
  • It is now possible to override a controller's default configuration when registering it, using ControllerConfigurationOverrider. To make things consistent, only two versions of the register method have been kept, one using the controller (and its default configuration) and one using the controller with an associated overridden configuration.