Skip to content

Operator 4.0.4

Compare
Choose a tag to compare
@rjeberhard rjeberhard released this 20 Dec 15:00
· 6365 commits to release/4.0 since this release
  • Resolved an issue related to the logHomeLayout field during schema conversion from "v8" to "v9" Domains.
    • Operator 4.0 introduced the logHomeLayout field to control the organization of WebLogic Server instance log files.
    • The default value for logHomeLayout is ByServers; however, the operator 3.4 behavior was consistent with the value of Flat.
    • Therefore, schema conversion from "v8" to "v9" Domains now explicitly selects a logHomeLayout value of Flat.
  • Resolved an issue during uninstall where the validating webhook was leaving behind a ValidatingWebhookConfiguration resource. This resource is now deleted.