|
2 | 2 |
|
3 | 3 | This document tracks recent changes to the operator, especially ones that introduce backward incompatibilities.
|
4 | 4 |
|
5 |
| -| Date | Introduces backward incompatibilities | Change | |
6 |
| -| --- | --- | --- | |
7 |
| -| 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. |
8 |
| -| April 4, 2018 | 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. |
9 |
| -| May 7, 2018 | no | Added support for dynamic clusters, the Apache HTTP Server, the Voyager Ingress Controller, and for PV in NFS storage for multi-node environments. |
| 5 | +## Release 1.1 |
| 6 | + |
| 7 | +###### Changes: |
| 8 | +* Improvements to documentation that describe how to scale a WebLogic cluster. |
| 9 | +* Add documentation to list steps needed to restart domain when changes have been made to the domain properties. |
| 10 | +* Operator resumes processing after Domain resource deleted and recreated. |
| 11 | +* Corrected WebLogic cluster instability when `startupControl` is set to `"ALL"`. |
| 12 | +* Expose server name via javaOptions. |
| 13 | +* Update Java Kubernetes client to 2.0.0. |
| 14 | +* Add validation for Apache loadBalancerVolumePath. |
| 15 | +* Upgrade Jackson databinding version to 2.9.6. |
| 16 | +* Create headless Services per WebLogic server instance. |
| 17 | +* Reduce number of warning messages when reading WebLogic domain configuration. |
| 18 | +* Resolve memory continuously growing by preventing the request parameters list from growing indefinitely. |
| 19 | +* Document recommendation to use NFS version 3.0 for running WebLogic Server on OCI Container Engine for Kubernetes. |
| 20 | +* Add validation of legal DNS names for `domainUID`, `adminServerName`, `managedServerNameBase`, and `clusterName`. |
| 21 | + |
| 22 | +## Release 1.0 |
| 23 | + |
| 24 | +###### Changes: |
| 25 | +* Added support for dynamic clusters. |
| 26 | +* Added support for Apache HTTP Server, the Voyager Ingress Controller. |
| 27 | +* Added support for PV in NFS storage for multi-node environments. |
| 28 | + |
| 29 | +## Release 0.2 |
| 30 | + |
| 31 | +###### Changes: |
| 32 | +* 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. `Introduces Backward Incompatibility` |
| 33 | +* 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. `Introduces Backward Incompatibility` |
0 commit comments