-
Notifications
You must be signed in to change notification settings - Fork 217
Release notes for 3.3.8 #2791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release notes for 3.3.8 #2791
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few minor nits.
@@ -50,6 +51,18 @@ draft: false | |||
|
|||
### Change log | |||
|
|||
#### Operator 3.3.8 | |||
|
|||
* Resolved an issue where the WebLogic Administration Console is not accessible through port forwarding after upgrade to WebLogic Deploy Tooling (WDT) 2.0 ([#2776](https://github.com/oracle/weblogic-kubernetes-operator/pull/2776)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WebLogic Administration Console -> WebLogic Server Administration Console
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sigh... thanks.
* Resolved an issue where the WebLogic Administration Console is not accessible through port forwarding after upgrade to WebLogic Deploy Tooling (WDT) 2.0 ([#2776](https://github.com/oracle/weblogic-kubernetes-operator/pull/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](https://github.com/oracle/weblogic-kubernetes-operator/pull/2772)). | ||
* Domain resource status now correctly displays problems pulling auxiliary container images ([#2681](https://github.com/oracle/weblogic-kubernetes-operator/pull/2681)). | ||
* Resolved an issue related to high CPU usage in the startServer.sh script ([#2684](https://github.com/oracle/weblogic-kubernetes-operator/pull/2684)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
startServer.sh -> startServer.sh
(code font)
* Domain resource status now correctly displays problems pulling auxiliary container images ([#2681](https://github.com/oracle/weblogic-kubernetes-operator/pull/2681)). | ||
* Resolved an issue related to high CPU usage in the startServer.sh script ([#2684](https://github.com/oracle/weblogic-kubernetes-operator/pull/2684)). | ||
* Resolved [issue #2685](https://github.com/oracle/weblogic-kubernetes-operator/issues/2685) related to an NPE while reading server health information ([#2692](https://github.com/oracle/weblogic-kubernetes-operator/pull/2692)). | ||
* Resolved an issue related to the create-domain.sh sample script ([#2696](https://github.com/oracle/weblogic-kubernetes-operator/pull/2696)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
create-domain.sh -> create-domain.sh
* Resolved an issue related to high CPU usage in the startServer.sh script ([#2684](https://github.com/oracle/weblogic-kubernetes-operator/pull/2684)). | ||
* Resolved [issue #2685](https://github.com/oracle/weblogic-kubernetes-operator/issues/2685) related to an NPE while reading server health information ([#2692](https://github.com/oracle/weblogic-kubernetes-operator/pull/2692)). | ||
* Resolved an issue related to the create-domain.sh sample script ([#2696](https://github.com/oracle/weblogic-kubernetes-operator/pull/2696)). | ||
* Added validation to reject domain configurations that use the same serverNamePrefix for multiple clusters ([#2700](https://github.com/oracle/weblogic-kubernetes-operator/pull/2700)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
serverNamePrefix
* Resolved [issue #2685](https://github.com/oracle/weblogic-kubernetes-operator/issues/2685) related to an NPE while reading server health information ([#2692](https://github.com/oracle/weblogic-kubernetes-operator/pull/2692)). | ||
* Resolved an issue related to the create-domain.sh sample script ([#2696](https://github.com/oracle/weblogic-kubernetes-operator/pull/2696)). | ||
* Added validation to reject domain configurations that use the same serverNamePrefix for multiple clusters ([#2700](https://github.com/oracle/weblogic-kubernetes-operator/pull/2700)). | ||
* Resolved an issue related to properly handling WDT archive domainBin directory updates ([#2704](https://github.com/oracle/weblogic-kubernetes-operator/pull/2704)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
domainBin
* Release notes for 3.3.8
* Release notes for 3.3.8
No description provided.