Releases: oracle/weblogic-kubernetes-operator
Releases · oracle/weblogic-kubernetes-operator
Operator 3.3.8
- Resolved an issue where the WebLogic Server Administration Console is not accessible through port forwarding after upgrade to WebLogic Deploy Tooling (WDT) 2.0 (#2776).
- Resolved an issue where the operator would log a SEVERE message about failing to create the CRD even though the creation was successful (#2772).
- Domain resource status now correctly displays problems pulling auxiliary container images (#2681).
- Resolved an issue related to high CPU usage in the
startServer.shscript (#2684). - Resolved issue #2685 related to an NPE while reading server health information (#2692).
- Resolved an issue related to the
create-domain.shsample script (#2696). - Added validation to reject domain configurations that use the same
serverNamePrefixfor multiple clusters (#2700). - Resolved an issue related to properly handling WDT archive
domainBindirectory updates (#2704). - Restricted HTTP tunneling for Istio related replication channels (#2754).
Operator 3.3.7
Operator 3.3.6
- Support added for a
hostAliasesfield for WebLogic Server pod generation (#2639).
Operator 3.3.5
- Resolved an issue related to collecting logs for failed Model in Image domains that used auxiliary images (#2627, #2629).
- Resolved an issue related to improperly reading PodDisruptionBudget resources not created by the operator (#2633).
- Resolved issue #2636 related to sample scripts having invalid line endings for the Windows platform (#2637).
Operator 3.3.4
- Resolved an issue related to Model in Image domains and enabling WebLogic secure mode (#2616).
Operator 3.3.3
Operator 3.3.2
- Support for the networking changes included with Istio 1.10 (#2538).
- Support for accessing the WebLogic Server Administration Console through
kubectl port-forward(#2520). - Prevent insecure file system warnings related to the "umask 027" requirement (#2533).
- Enhanced liveness and readiness probe customization to support customizing failure thresholds (#2521).
- Additional validation for container port names and WebLogic Network Access Point (NAP) names that will be used as container ports (#2542).
Operator 3.3.1
- Resolved an issue related to managed Coherence cluster formation when using Istio (#2499).
- Resolved an issue related to generating the internal certificate when using Istio (#2486).
- Resolved an issue related to validating Secrets and ConfigMaps referenced by a Domain when the namespace has a larger number of such resources (#2500).
Operator 3.3.0
- Auxiliary images support.
- Resolved an issue related to Event creation failure with the error: "StorageError: invalid object, Code: 4" (#2443).
- Improved the ability of the operator to use an existing introspection (#2430).
- Upgraded core dependency versions, including upgrading the Kubernetes Java Client to 13.0.0 (#2466).
- Corrected documentation of roles necessary for the scaling script (#2464).
- All fixes included in 3.2.1 through 3.2.5 are included in 3.3.0.
Operator 3.2.5
- Updated the Dockerfile to ensure Oracle Linux libraries are at the latest versions.
- Resolved an issue related to unnecessary repeated introspection (#2418).
- Updated the default monitoring exporter sidecar container image to use the 2.0.3 version.