Skip to content

Releases: oracle/weblogic-kubernetes-operator

Operator 4.1.4

25 Oct 15:05
Compare
Choose a tag to compare

Other Changes

  • The default WebLogic Monitoring Exporter version is now 2.1.8.
  • Container image now uses Oracle Java SE 21 LTS

Bug Fixes

Full Changelog: v4.1.3...v4.1.4

Operator 4.0.10

25 Oct 14:13
Compare
Choose a tag to compare

Other Changes

  • The default WebLogic Monitoring Exporter version is now 2.1.8.
  • Container image now uses Oracle Java SE 21 LTS

Bug Fixes

Full Changelog: v4.0.9...v4.0.10

Operator 3.4.11

24 Oct 22:27
Compare
Choose a tag to compare

Other Changes

  • The default WebLogic Monitoring Exporter version is now 2.1.8.

Bug Fixes

Full Changelog: v3.4.10...v3.4.11

Operator 4.1.3

29 Sep 21:14
Compare
Choose a tag to compare

Bug Fixes

  • Resolves issue #4368 by only applying volume mount overlap validation to the initialize domain on PV use case.

Full Changelog: v4.1.2...v4.1.3

Operator 4.1.2

06 Sep 21:43
Compare
Choose a tag to compare

Other Changes

  • The default WebLogic Monitoring Exporter version is now 2.1.5.
  • Added Domain and Cluster CRD support for topology spread constraints under the serverPod element.

Bug Fixes

Full Changelog: v4.1.1...v4.1.2

Operator 4.0.9

06 Sep 20:55
Compare
Choose a tag to compare

Other Changes

  • The default WebLogic Monitoring Exporter version is now 2.1.5.

Bug Fixes

Full Changelog: v4.0.8...v4.0.9

Operator 3.4.10

06 Sep 22:14
Compare
Choose a tag to compare

Other Changes

  • The default WebLogic Monitoring Exporter version is now 2.1.5.

Bug Fixes

Full Changelog: v3.4.9...v3.4.10

Operator 4.1.1

25 Aug 20:50
Compare
Choose a tag to compare

Major Changes

  • The init container that sets the initial directory permissions prior to creating a domain on persistent volume will now default to running as a non-root user.
    • Operator 4.1.0 added the ability to create a persistent volume (PV) and persistent volume claim (PVC) and then create the WebLogic domain home based on the provided WDT models.
    • In the initial release of this feature, the init container would run as root. This has been changed and this container now runs as the same user, "oracle" (uid: 1000), that is used for the introspection and WebLogic Server instance containers.
    • Customers can restore the original behavior with the new Domain resource field initializeDomainOnPV.runDomainInitContainerAsRoot.
  • The serverPod field of the Domain and Cluster resources now supports standard envFrom content, allowing WebLogic Server instance containers to define environment variables that are sourced from a config map or secret. Variables that are defined in the values of these environment variables will not be replaced as they are for environment variables defined explicitly with env; however, any variables in the JAVA_OPTIONS environment variable will be replaced if the spec.replaceVariablesInJavaOptions field is set to true.

Other Changes

  • Container image now uses Oracle Java SE 17 LTS
  • Dependency updates for Okio and Bouncy Castle

Bug Fixes

  • Liveness probe for WebLogic Server instance containers is hardened to fail whenever the server process is missing.
  • Corrected processing of the logHomeLayout in the startNodeManager.sh script.

Full Changelog: v4.1.0...v4.1.1

Operator 4.0.8

25 Aug 19:48
Compare
Choose a tag to compare

Other Changes

  • Container image now uses Oracle Java SE 17 LTS
  • Dependency updates for Okio and Bouncy Castle

Bug Fixes

  • Liveness probe for WebLogic Server instance containers is hardened to fail whenever the server process is missing.
  • Corrected processing of the logHomeLayout in the startNodeManager.sh script.

Full Changelog: v4.0.7...v4.0.8

Operator 3.4.9

25 Aug 18:34
Compare
Choose a tag to compare

Other Changes

  • Dependency updates for Okio and Bouncy Castle

Full Changelog: v3.4.8...v3.4.9