Skip to content

Operator 3.1.3 #2191

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

Merged
merged 5 commits into from
Feb 12, 2021
Merged

Operator 3.1.3 #2191

merged 5 commits into from
Feb 12, 2021

Conversation

rjeberhard
Copy link
Member

Resolves a pair of issues related to running well in very large Kubernetes clusters.

Note: I will create a pre-release build now and provide it to the customer for final validation before we release this version tomorrow.

rjeberhard and others added 4 commits February 10, 2021 17:51
…tifications not received in jumbo k8s cluster (#2188)

* Fix for OWLS_87753 to start managed server waiters in case watch event notifications are not received

* Check for null initialResource

* PR review comment - added null check for resourceName

* Address PR review comment.
Copy link
Member

@rosemarymarano rosemarymarano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor stuff

@@ -8,6 +8,7 @@ draft: false

| Date | Version | Introduces backward incompatibilities? | Change |
| --- | --- | --- | --- |
| February 12, 2021 | v3.1.3 | no | Resolved a pair of issues related to running well in very large Kubernetes clusters. |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to running well -> (just a suggestion) to the operator running well

@@ -34,6 +35,11 @@ draft: false

### Change log

#### Operator 3.1.3

* Resolved an issue that caused some WebLogic servers to fail to start in large Kubernetes clusters where Kubernetes watch notifications were not reliably delivered ([#2188](https://github.com/oracle/weblogic-kubernetes-operator/pull/2188)).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WebLogic servers -> WebLogic Servers

#### Operator 3.1.3

* Resolved an issue that caused some WebLogic servers to fail to start in large Kubernetes clusters where Kubernetes watch notifications were not reliably delivered ([#2188](https://github.com/oracle/weblogic-kubernetes-operator/pull/2188)).
* Resolved an issue that caused the operator to ignore some namespaces it was configured to managed in Kubernetes clusters that had more than 500 namespaces ([#2189](https://github.com/oracle/weblogic-kubernetes-operator/pull/2189)).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it was configured to managed -> it was configured to manage

@rjeberhard rjeberhard merged commit 8ba60d0 into master Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants