-
Notifications
You must be signed in to change notification settings - Fork 217
Operator version 3.0.2 #1912
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
Operator version 3.0.2 #1912
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
3125ea4
Move to version 3.0.2
rjeberhard 7096c1a
remove duplicate parameter srcstorepass in keytool command
c06a668
changes to allow setting nodeAffinity and nodeSelector values in oper…
ankedia 4b6c1c1
minor doc change
ankedia 9d77c57
changes based on review comments
ankedia f39c77e
Mirror introspector log to a rotating file in 'log home' (if configured)
b4fc8ff
minor fix
fb129f6
remove comment
857ec2b
Add log rotation for NM .out/.log, enhance log rotation for introspec…
6698b8a
minor doc edits
19eb0db
add NGINX for production ICs
rosemarymarano 7cd0042
In recheck code path only continue if spec changes
doxiao 73a6654
Minor change
doxiao 3d84551
only add progressing condition when something is really happening to …
doxiao ab5f126
cleanup
doxiao 1b86244
populate state and healht when needed
doxiao 4da98b6
Changes for OWLS-82011 to reflect introspector status in domain status
ankedia 319d0dc
change method name
ankedia 881a273
Code refactoring
ankedia c141ca8
cleanup debug message
ankedia 5aac7f2
Remove unused method
ankedia 52ff1f2
Added check to terminate fiber when intro job fails with BackoffLimit…
ankedia 10cfb2f
implement review comment suggestions
ankedia df3cf46
added unit test for introspector pod phase failed
ankedia fe634be
Adjust access
rjeberhard 9585c9f
Work in progress
doxiao 241a71b
debug
doxiao 280628a
debug
doxiao 83f5d23
more debugging
doxiao 94744ab
remove debugging
doxiao 9c895b1
remove debugging
doxiao 24e1243
cleanup
doxiao 5d21f35
Fix patchPod handling and change HashMap to ConcurrentHashMap
doxiao 004a02f
Add ProgressingStep on scaling down
doxiao 86a02df
Address review comments
doxiao fb1cb53
Review comment
doxiao cdbfcb2
Corrections
rjeberhard e627da7
Update the external client FAQ to discuss 'unknown host' handling. Up…
37d20f8
review and edit
rosemarymarano 70e4d81
delete extraneous file
rosemarymarano bb13d09
minor doc tweaks
2a405bf
Backport improvements to ImageBuilders
rjeberhard 9422c71
temporarily adding chown option to imagetool command
906f393
Update doc. contents
rjeberhard 73b3f1e
update tests after image and WIT updates
cab8813
fixing the mii domain and sample test after images have been updated
817e9f0
Modified group name used to copy file to server pod jenkins-ignore
hzhao-github a7e043c
Chagnes from PR 1906
rjeberhard 7ca1524
Changes to prevent handing during tests
rjeberhard 00a7beb
changes for OWLS-83431
ankedia d1daf8a
changes for owls-83431
ankedia 17acaf9
Chnages to address PR review comments
ankedia 2e20d17
changes to suppresserror from synchronous call
ankedia 37b7d77
cleanup changes based on PR comments
ankedia cd707be
changes to fix javadoc and variable name
ankedia 66af24c
Last changes for single server schedule support
rjeberhard 873e59a
Change log
rjeberhard File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,11 @@ date: 2019-03-15T11:25:28-04:00 | |
draft: false | ||
--- | ||
|
||
### Recent changes | ||
### Releases | ||
|
||
| Date | Version | Introduces backward incompatibilities | Change | | ||
| Date | Version | Introduces backward incompatibilities? | Changes | | ||
| --- | --- | --- | --- | | ||
| September 15, 2020 | v3.0.2 | no | This release contains several fixes, including improvements to log rotation and a fix that avoids unnecessarily updating the domain status. | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we list the fixes that went into 3.0.2 for user reference? |
||
| August 13, 2020 | v3.0.1 | no | Fixed an issue preventing the REST interface from working after a Helm upgrade. Helm 3.1.3+ now required. | | ||
| July 17, 2020 | v3.0.0 | yes | Adds Model in Image feature and support for applying topology and configuration override changes without downtime. Removal of support for Helm 2.x. Operator performance improvements to manage many domains in the same Kubernetes cluster. | | ||
| June 22, 2020 | v2.6.0 | no | Kubernetes 1.16, 1.17, and 1.18 support. Removal of support for Kubernetes 1.13 and earlier. This release can be run in the same cluster with operators of either 2.5.0 and below, or with 3.x providing an upgrade path. Certified support of Oracle Linux Cloud Native Environment (OLCNE) 1.1 with Kubernetes 1.17.0. | ||
|
@@ -26,6 +27,22 @@ draft: false | |
| April 4, 2018 | 0.2 | yes | Many Kubernetes artifact names and labels have changed. Also, the names of generated YAML files for creating a domain's PV and PVC have changed. Because of these changes, customers must recreate their operators and domains. | ||
| March 20, 2018 | | yes | Several files and input parameters have been renamed. This affects how operators and domains are created. It also changes generated Kubernetes artifacts, therefore customers must recreate their operators and domains. | ||
|
||
### Change log | ||
|
||
#### Operator 3.0.2 | ||
|
||
* Removed unnecessary duplicated parameter in initialize-internal-operator-identity.sh script ([#1867](https://github.com/oracle/weblogic-kubernetes-operator/pull/1867)). | ||
* Support nodeAffinity and nodeSelector for the operator in its Helm chart ([#1869](https://github.com/oracle/weblogic-kubernetes-operator/pull/1869)). | ||
* Log file rotation enhancements and documentation ([#1872](https://github.com/oracle/weblogic-kubernetes-operator/pull/1872), [#1827](https://github.com/oracle/weblogic-kubernetes-operator/pull/1827)). | ||
* Production support for the NGINX ingress controller ([#1878](https://github.com/oracle/weblogic-kubernetes-operator/pull/1878)). | ||
* Prevent unnecessary changes to Domain status that were causing churn to the resourceVersion ([#1879](https://github.com/oracle/weblogic-kubernetes-operator/pull/1879)). | ||
* Better reflect introspector status in the Domain status ([#1832](https://github.com/oracle/weblogic-kubernetes-operator/pull/1832)). | ||
* Create each pod after any previous pods have been scheduled to allow for correct anti-affinity behavior ([#1855](https://github.com/oracle/weblogic-kubernetes-operator/pull/1855)). | ||
|
||
#### Operator 3.0.1 | ||
|
||
* Resolved an issue where a Helm upgrade was incorrectly removing the operator's private key thereby disabling the operator's REST interface ([#1846](https://github.com/oracle/weblogic-kubernetes-operator/pull/1846)). | ||
|
||
### Known issues | ||
|
||
| Issue | Description | | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
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.
Changes -> Change (I let this go before but it was a mistake. It should be singular, Change, just like all the other headings are singular, Date, Version, Issue, and Description. The question mark after Introduces backward incompatibilities? is ok.) I looked at the Change log in the Hugo UI and it all looks fine, definitely good to go.