You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,24 @@ Oracle is finding ways for organizations using WebLogic Server to run important
20
20
21
21
The fastest way to experience the operator is to follow the [Quick start guide](site/quickstart.md), or you can peruse our [documentation](site), read our [blogs](https://blogs.oracle.com/weblogicserver/how-to-weblogic-server-on-kubernetes), or try out the [samples](kubernetes/samples/README.md).
22
22
23
+
```diff
24
+
+ The current release of the operator is 2.0-rc1, a release candidate for our 2.0 release.
25
+
+ This release candidate was published on Dec 20, 2018.
26
+
+ We expect to publish the final 2.0 release in January 2019.
27
+
+ We expect that there will be some minor changes to documentation and samples in the final 2.0 release,
28
+
+ however, this release candidate is suitable for testing and early adopters.
29
+
```
30
+
31
+
# Backward Compatibility Guidelines
32
+
33
+
The 2.0 release introduces some breaking changes and does not maintain compatibility with previous releases.
34
+
35
+
Starting with the 2.0 release, future operator releases are intended to be backwards-compatible with respect to the Domain
<thclass="colOne" scope="col">Class and Description</th>
90
-
</tr>
91
-
<tbody>
92
-
<trclass="altColor">
93
-
<tdclass="colOne"><ahref="oracle/kubernetes/weblogic/domain/v1/ClusterStartup.html" title="class in oracle.kubernetes.weblogic.domain.v1">oracle.kubernetes.weblogic.domain.v1.ClusterStartup</a>
94
-
<divclass="block"><spanclass="deprecationComment">Use the DomainSpec's clusters and clusterDefaults properties.</span></div>
95
-
</td>
96
-
</tr>
97
-
<trclass="rowColor">
98
-
<tdclass="colOne"><ahref="oracle/kubernetes/weblogic/domain/v1/ServerStartup.html" title="class in oracle.kubernetes.weblogic.domain.v1">oracle.kubernetes.weblogic.domain.v1.ServerStartup</a>
99
-
<divclass="block"><spanclass="deprecationComment">Use the DomainSpec's servers, clusters, clusterDefaults, nonClusteredServerDefaults
0 commit comments