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: docs-source/content/release-notes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ draft: false
8
8
9
9
| Date | Version | Introduces backward incompatibilities | Change |
10
10
| --- | --- | --- | --- |
11
-
| June 1, 2020 | v2.6.0 | no | Kubernetes 1.16, 1.17, and 1.18 support. 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.
12
-
| May 8, 2020 | v3.0.0-rc1 | yes | Adds Model in Image feature. Support for Kubernetes 1.16. Removal of support for Kubernetes 1.13 and earlier. Removal of support for Helm 2.x. This release candidate cannot be run in the same cluster as another release of the operator. You can upgrade from 2.5.0 to 3.0.0-rc1 without needing to restart or recreate any existing domains. However, please note that we do plan to support running the final 3.0.0 release in the same cluster with at least one 2.x release of the operator to allow for staged migration. |
13
-
| February 26, 2020 | v2.5.0 | no | Support for Helm 3.x and OpenShift 4.3. Operator can be installed in a namespace-dedicated mode where operator requires no cluster-level Kubernetes privileges. This version is not supported on Kubernetes 1.16+, check the [prerequisites]({{< relref "/userguide/introduction/introduction#operator-prerequisites" >}}).
11
+
| June 1, 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.
12
+
| May 8, 2020 | v3.0.0-rc1 | yes | Adds Model in Image feature. Support for Kubernetes 1.16. Removal of support for Kubernetes 1.13 and earlier. Removal of support for Helm 2.x. This release candidate cannot be run in the same cluster as another release of the operator. You can upgrade from the current release of the operator to 3.0.0-rc1 without needing to restart or recreate any existing domains. However, please note that we _do_ plan to support running the final 3.0.0 release in the same cluster with at least one 2.x release of the operator to allow for staged migration. |
13
+
| February 26, 2020 | v2.5.0 | no | Support for Helm 3.x and OpenShift 4.3. Operator can be installed in a namespace-dedicated mode where operator requires no cluster-level Kubernetes privileges. This version is not supported on Kubernetes 1.16+; check the [prerequisites]({{< relref "/userguide/introduction/introduction#operator-prerequisites" >}}).
14
14
| November 15, 2019 | v2.4.0 | no | Includes fixes for a variety of issues related to FMW infrastructure domains and pod variable substitution. Operator now uses WebLogic Deploy Tooling 1.6.0 and the latest version of the Kubernetes Java Client.
15
15
| August 27, 2019 | v2.3.0 | no | Added support for Coherence cluster rolling, pod templating and additional pod content, and experimental support for running under an Istio service mesh.
16
16
| June 20, 2019 | v2.2.1 | no | The operator now supports Kubernetes 1.14.0+. This release is primarily a bug fix release and resolves the following issues:<br><ul><li>Servers in domains, where the domain home is on a persistent volume, would sometimes fail to start. These failures would be during the introspection phase following a full domain shutdown. Now, the introspection script better handles the relevant error conditions.</li><li>The domain resource provides an option to [pre-create Kubernetes Services](https://github.com/oracle/weblogic-kubernetes-operator/blob/master/docs/domains/Domain.md#server-service) for WebLogic Servers that are not yet running so that the DNS addresses of these services are resolvable. These services are now created as non-headless so that they have an IP address.</li></ul>
For more details on acquiring the operator image and prerequisites for installing the operator, consult the [Quick Start guide]({{< relref "/quickstart/_index.md" >}}).
Copy file name to clipboardExpand all lines: docs-source/content/userguide/introduction/introduction.md
+4-16Lines changed: 4 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,9 @@ Detailed instructions are available [here]({{< relref "/userguide/managing-opera
16
16
17
17
### Operator prerequisites
18
18
19
-
For the current production release 2.5.0:
19
+
For the current production release 2.6.0:
20
20
21
-
* Kubernetes 1.13.5+, 1.14.8+, and 1.15.7+ (check with `kubectl version`). Not supported on Kubernetes 1.16 or later; see note below.
22
-
See note below for OpenShift.
21
+
* Kubernetes 1.14.8+, 1.15.7+, 1.1.6.0+, 1.17.0+, and 1.18.0+ (check with `kubectl version`).
23
22
* Flannel networking v0.9.1-amd64 or later (check with `docker images | grep flannel`) *or* OpenShift SDN on OpenShift 4.3 systems.
24
23
* Docker 18.9.1 or 19.03.1 (check with `docker version`) *or* CRI-O 1.14.7 (check with `crictl version | grep RuntimeVersion`).
25
24
* Helm 3.0.3+ (check with `helm version --client --short`).
@@ -32,17 +31,6 @@ For the current production release 2.5.0:
32
31
not need the `cluster-admin` role at runtime.
33
32
* We do not currently support running WebLogic in non-Linux containers.
34
33
35
-
For the current preview release 3.0.0-rc1, the above is modified as follows:
36
-
37
-
* Kubernetes 1.13.5+ support is deprecated and removed.
38
-
* Kubernetes 1.16.0+ support is added.
39
-
40
-
### Important note about Kubernetes 1.16.0+
41
-
42
-
Kubernetes 1.16 introduced changes to some Kubernetes APIs that are used by the operator.
43
-
At this time, the current production release of the operator will not work on Kubernetes 1.16.0+.
44
-
(Note though that the current preview release 3.0.0-rc1 does support Kubernetes 1.16.0+).
45
-
When we have made the necessary code changes, we will update this page to confirm support of 1.16.
46
34
47
35
### Cloud providers
48
36
@@ -74,11 +62,11 @@ AKS support and limitations:
74
62
Infrastructure MDS data stores only when accessed through an OCI FastConnect.
75
63
* Windows Server containers are not currently supported, only Linux containers.
76
64
77
-
### Oracle Linux Cloud Native Environment
65
+
### Oracle Linux Cloud Native Environment (OLCNE)
78
66
79
67
[Oracle Linux Cloud Native Environment](https://docs.oracle.com/en/operating-systems/olcne/) is a fully integrated suite for the development and management of cloud-native applications. Based on Open Container Initiative (OCI) and Cloud Native Computing Foundation (CNCF) standards, Oracle Linux Cloud Native Environment delivers a simplified framework for installations, updates, upgrades, and configuration of key features for orchestrating microservices.
80
68
81
-
WebLogic Server and the WebLogic Server Kubernetes Operator are certified and supported on Oracle Linux Cloud Native Environment.
69
+
WebLogic Server and the WebLogic Server Kubernetes Operator are certified and supported on Oracle Linux Cloud Native Environment. Operator 2.6.0 provides certified support of OLCNE 1.1 with Kubernetes 1.17.0.
Copy file name to clipboardExpand all lines: docs-source/content/userguide/managing-domains/domain-resource.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ pre = "<b> </b>"
6
6
+++
7
7
8
8
{{% notice warning %}}
9
-
This document contains details for the current production release 2.5.0 first, and then
9
+
This document contains details for the current production release 2.6.0 first, and then
10
10
for the [3.0.0-rc1 release candidate](#details-for-300-rc1) below.
11
11
{{% /notice %}}
12
12
@@ -243,7 +243,7 @@ spec:
243
243
The operator uses an "introspection" job to discover details about the WebLogic domain configuration, such as the list of clusters and network access points. The Job Pod for the introspector is generated using the `serverPod` entries for the Administration Server. Because the Administration Server name is not known until the introspection step is complete, the value of the `$(SERVER_NAME)` variable for the introspection job will be "introspector".
244
244
245
245
{{% notice warning %}}
246
-
This document contains details for the current production release 2.5.0 above, and then
246
+
This document contains details for the current production release 2.6.0 above, and then
0 commit comments