Skip to content

Commit

Permalink
Release notes for Operator version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mriccell committed Sep 11, 2018
1 parent 56637aa commit 8f90f53
Showing 1 changed file with 29 additions and 5 deletions.
34 changes: 29 additions & 5 deletions site/recent-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,32 @@

This document tracks recent changes to the operator, especially ones that introduce backward incompatibilities.

| Date | Introduces backward incompatibilities | Change |
| --- | --- | --- |
| 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.
| 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.
| 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.
## Release 1.1

###### Changes:
* Improvements to documentation that describe how to scale a WebLogic cluster.
* Add documentation to list steps needed to restart domain when changes have been made to the domain properties.
* Operator resumes processing after Domain resource deleted and recreated.
* Corrected WebLogic cluster instability when `startupControl` is set to `"ALL"`.
* Expose server name via javaOptions.
* Update Java Kubernetes client to 2.0.0.
* Add validation for Apache loadBalancerVolumePath.
* Upgrade Jackson databinding version to 2.9.6.
* Create headless Services per WebLogic server instance.
* Reduce number of warning messages when reading WebLogic domain configuration.
* Resolve memory continuously growing by preventing the request parameters list from growing indefinitely.
* Document recommendation to use NFS version 3.0 for running WebLogic Server on OCI Container Engine for Kubernetes.
* Add validation of legal DNS names for `domainUID`, `adminServerName`, `managedServerNameBase`, and `clusterName`.

## Release 1.0

###### Changes:
* Added support for dynamic clusters.
* Added support for Apache HTTP Server, the Voyager Ingress Controller.
* Added support for PV in NFS storage for multi-node environments.

## Release 0.2

###### Changes:
* 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`
* 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 comments on commit 8f90f53

Please sign in to comment.